Skip to content

Version Packages - #1617

Merged
toiroakr merged 1 commit into
mainfrom
changeset-release/main
Jul 2, 2026
Merged

Version Packages#1617
toiroakr merged 1 commit into
mainfrom
changeset-release/main

Conversation

@tailor-platform-pr-trigger

@tailor-platform-pr-trigger tailor-platform-pr-trigger Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

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 0f23f78 Thanks @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 via aigateway.get(name) (imported from @tailor-platform/sdk/runtime), instead of using the raw tailor.aigateway.get(...) global. Use mockAigateway() from @tailor-platform/sdk/vitest to mock it in unit tests.

    The gateway name is type-checked and autocompleted against the AI Gateways defined via defineAIGateway(), once tailor.d.ts has been generated (via tailor-sdk deploy/generate), mirroring the existing MachineUserNameRegistry/IdpNameRegistry/ConnectionNameRegistry pattern.

  • #1608 89a29a2 Thanks @k1LoW! - Add workflow.resumeWorkflow(executionId) to @tailor-platform/sdk/runtime for resuming a failed or pending-retry workflow execution from user code. mockWorkflow() in @tailor-platform/sdk/vitest gains a matching resumeWorkflow vi.fn and setResumeHandler helper for tests.

Patch Changes

  • #1613 4b3d7c6 Thanks @dqn! - Internal refactoring: deduplicate existing-resource fetching in the deploy command. No user-facing behavior change.

  • #1615 5e1023c Thanks @dqn! - Include the HTTP status, status text, and response body when a machine user token request fails, instead of a fixed generic message.

  • #1611 ce51a97 Thanks @dqn! - Ship unbundled type declarations so each .d.mts mirrors 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

@tailor-platform-pr-trigger
tailor-platform-pr-trigger Bot requested review from a team as code owners July 1, 2026 14:18
@pkg-pr-new

pkg-pr-new Bot commented Jul 1, 2026

Copy link
Copy Markdown

Open in StackBlitz

pnpm add https://pkg.pr.new/@tailor-platform/create-sdk@9500eff
pnpm add https://pkg.pr.new/@tailor-platform/sdk@9500eff

commit: 9500eff

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown

Code Metrics Report (packages/sdk)

main (cce97d8) #1617 (aeb9980) +/-
Coverage 71.2% 71.2% 0.0%
Code to Test Ratio 1:0.4 1:0.4 0.0
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

main (cce97d8) #1617 (aeb9980) +/-
configure-index-size 20.32KB 20.32KB 0KB
dependency-chunks-size 47.12KB 47.12KB 0KB
total-bundle-size 67.44KB 67.44KB 0KB

Runtime Performance

main (cce97d8) #1617 (aeb9980) +/-
Generate Median 2,965ms 2,952ms -13ms
Generate Max 3,096ms 3,020ms -76ms
Apply Build Median 2,981ms 2,979ms -2ms
Apply Build Max 3,016ms 2,993ms -23ms

Type Performance (instantiations)

main (cce97d8) #1617 (aeb9980) +/-
tailordb-basic 39,480 39,480 0
tailordb-optional 4,385 4,385 0
tailordb-relation 5,103 5,103 0
tailordb-validate 742 742 0
tailordb-hooks 5,222 5,222 0
tailordb-object 12,510 12,510 0
tailordb-enum 1,450 1,450 0
resolver-basic 9,272 9,272 0
resolver-nested 26,139 26,139 0
resolver-array 18,078 18,078 0
executor-schedule 4,310 4,310 0
executor-webhook 949 949 0
executor-record 5,664 5,664 0
executor-resolver 4,108 4,108 0
executor-operation-function 937 937 0
executor-operation-gql 945 945 0
executor-operation-webhook 956 956 0
executor-operation-workflow 1,785 1,785 0

Reported by octocov

@toiroakr
toiroakr merged commit c135eac into main Jul 2, 2026
42 checks passed
@toiroakr
toiroakr deleted the changeset-release/main branch July 2, 2026 05:43
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