Skip to content

fix: update SDK to ^1.68.0 for dedicated URL resolution#54

Merged
jbiskur merged 3 commits intomainfrom
fix/update-sdk-dedicated-url-resolution
Mar 5, 2026
Merged

fix: update SDK to ^1.68.0 for dedicated URL resolution#54
jbiskur merged 3 commits intomainfrom
fix/update-sdk-dedicated-url-resolution

Conversation

@jbiskur
Copy link
Contributor

@jbiskur jbiskur commented Mar 5, 2026

Summary

  • Updates @flowcore/sdk from ^1.38.0 (locked to 1.67.0) to ^1.68.0
  • SDK 1.68.0 introduced TenantInstanceFetchCommand which fixes dedicated tenant URL resolution
  • The previous TenantFetchCommand (used in <=1.67.0) silently caught 403 errors and fell back to the shared URL, causing event fetches to return empty results for dedicated tenants like globe-tracker-aps

Test plan

  • Verify data-pump correctly resolves dedicated URLs for dedicated tenants
  • Verify event fetching returns results for dedicated tenants (e.g., globe-tracker-aps)
  • Verify non-dedicated tenants continue to work as before

🤖 Generated with Claude Code

jbiskur and others added 3 commits March 5, 2026 12:58
SDK 1.68.0 introduced TenantInstanceFetchCommand which fixes dedicated
tenant URL resolution. The previous version (1.67.0) used TenantFetchCommand
which silently fell back to the shared URL on 403, causing event fetches
to return empty results for dedicated tenants.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@jbiskur jbiskur merged commit 0c8dc18 into main Mar 5, 2026
1 check passed
@jbiskur jbiskur deleted the fix/update-sdk-dedicated-url-resolution branch March 5, 2026 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant