Version Packages - #1617
Merged
Merged
Conversation
commit: |
This comment has been minimized.
This comment has been minimized.
tailor-platform-pr-trigger
Bot
force-pushed
the
changeset-release/main
branch
from
July 1, 2026 14:31
e0dbd0b to
8b2c872
Compare
This comment has been minimized.
This comment has been minimized.
tailor-platform-pr-trigger
Bot
force-pushed
the
changeset-release/main
branch
from
July 2, 2026 00:40
8b2c872 to
08e126b
Compare
This comment has been minimized.
This comment has been minimized.
tailor-platform-pr-trigger
Bot
force-pushed
the
changeset-release/main
branch
from
July 2, 2026 03:05
08e126b to
eb0e6a9
Compare
This comment has been minimized.
This comment has been minimized.
tailor-platform-pr-trigger
Bot
force-pushed
the
changeset-release/main
branch
from
July 2, 2026 05:32
eb0e6a9 to
9500eff
Compare
Code Metrics Report (packages/sdk)
Details | | main (cce97d8) | #1617 (aeb9980) | +/- |
|--------------------|----------------|-----------------|------|
| Coverage | 71.2% | 71.2% | 0.0% |
| Files | 429 | 429 | 0 |
| Lines | 15763 | 15763 | 0 |
| Covered | 11234 | 11234 | 0 |
| Code to Test Ratio | 1:0.4 | 1:0.4 | 0.0 |
| Code | 107175 | 107175 | 0 |
| Test | 48491 | 48491 | 0 |SDK Configure Bundle Size
Runtime Performance
Type Performance (instantiations)
Reported by octocov |
toiroakr
approved these changes
Jul 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@tailor-platform/sdk@1.73.0
Minor Changes
#1625
0f23f78Thanks @toiroakr! - Add a runtime wrapper for AI Gateway. Resolvers, executors, and workflow jobs can now resolve an AI Gateway's platform-assigned URL by name viaaigateway.get(name)(imported from@tailor-platform/sdk/runtime), instead of using the rawtailor.aigateway.get(...)global. UsemockAigateway()from@tailor-platform/sdk/vitestto mock it in unit tests.The gateway name is type-checked and autocompleted against the AI Gateways defined via
defineAIGateway(), oncetailor.d.tshas been generated (viatailor-sdk deploy/generate), mirroring the existingMachineUserNameRegistry/IdpNameRegistry/ConnectionNameRegistrypattern.#1608
89a29a2Thanks @k1LoW! - Addworkflow.resumeWorkflow(executionId)to@tailor-platform/sdk/runtimefor resuming a failed or pending-retry workflow execution from user code.mockWorkflow()in@tailor-platform/sdk/vitestgains a matchingresumeWorkflowvi.fnandsetResumeHandlerhelper for tests.Patch Changes
#1613
4b3d7c6Thanks @dqn! - Internal refactoring: deduplicate existing-resource fetching in the deploy command. No user-facing behavior change.#1615
5e1023cThanks @dqn! - Include the HTTP status, status text, and response body when a machine user token request fails, instead of a fixed generic message.#1611
ce51a97Thanks @dqn! - Ship unbundled type declarations so each.d.mtsmirrors the source layout with real identifier names, instead of hashed chunks with minified aliases. JavaScript output stays bundled and the public API is unchanged.@tailor-platform/create-sdk@1.73.0