Skip to content

Version Packages#1068

Merged
toiroakr merged 1 commit into
mainfrom
changeset-release/main
Apr 27, 2026
Merged

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

Conversation

@tailor-platform-pr-trigger

@tailor-platform-pr-trigger tailor-platform-pr-trigger Bot commented Apr 27, 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.41.0

Minor Changes

  • #514 3047d45 Thanks @r253hmdryou! - Add function get and function list CLI commands for querying function registries in a workspace

  • #987 35b2090 Thanks @toiroakr! - Add wait/resolve support for human-in-the-loop workflows via defineWaitPoint() and defineWaitPoints() with typed .wait() and .resolve() methods.

    Tighten createWorkflowJob I/O types: both Input and Output must now be JsonValue-compatible (plain objects/arrays; no class instances or functions). Output previously accepted Jsonifiable with a Jsonify<Output> return transform on .trigger(), but the platform runtime rejects non-plain objects, so the old types did not match actual runtime behavior.

    Reject top-level null in createWorkflowJob Input and in wait-point Payload: the platform normalizes top-level null/undefined args to {}, so declaring a top-level nullable type would cause the body/callback to receive {} at runtime, mismatching the declared type. Nested null inside objects or arrays is preserved by JSON serialization and remains allowed.

Patch Changes

@tailor-platform/sdk-codemod@0.1.3

Patch Changes

@tailor-platform/create-sdk@1.41.0

@github-actions

github-actions Bot commented Apr 27, 2026

Copy link
Copy Markdown

⚡ pkg.pr.new

@tailor-platform/sdk

pnpm add https://pkg.pr.new/@tailor-platform/sdk@5aa13b4
pnpm dlx https://pkg.pr.new/@tailor-platform/sdk@5aa13b4 --help

@tailor-platform/create-sdk

pnpm add https://pkg.pr.new/@tailor-platform/create-sdk@5aa13b4
pnpm dlx https://pkg.pr.new/@tailor-platform/create-sdk@5aa13b4 my-app

commit: 5aa13b4

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

@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

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

Copy link
Copy Markdown

Code Metrics Report (packages/sdk)

main (00f1fda) #1068 (ac99e6c) +/-
Coverage 59.3% 59.3% 0.0%
Code to Test Ratio 1:0.4 1:0.4 0.0
Details
  |                    | main (00f1fda) | #1068 (ac99e6c) | +/-  |
  |--------------------|----------------|-----------------|------|
  | Coverage           |          59.3% |           59.3% | 0.0% |
  |   Files            |            351 |             351 |    0 |
  |   Lines            |          11928 |           11928 |    0 |
  |   Covered          |           7083 |            7083 |    0 |
  | Code to Test Ratio |          1:0.4 |           1:0.4 |  0.0 |
  |   Code             |          77802 |           77802 |    0 |
  |   Test             |          31474 |           31474 |    0 |

SDK Configure Bundle Size

main (00f1fda) #1068 (ac99e6c) +/-
configure-index-size 17.2KB 17.2KB 0KB
dependency-chunks-size 33.23KB 33.23KB 0KB
total-bundle-size 50.43KB 50.43KB 0KB

Runtime Performance

main (00f1fda) #1068 (ac99e6c) +/-
Generate Median 2,562ms 2,530ms -32ms
Generate Max 2,595ms 2,651ms 56ms
Apply Build Median 2,643ms 2,584ms -59ms
Apply Build Max 2,694ms 2,591ms -103ms

Type Performance (instantiations)

main (00f1fda) #1068 (ac99e6c) +/-
tailordb-basic 35,130 35,130 0
tailordb-optional 3,841 3,841 0
tailordb-relation 7,428 7,428 0
tailordb-validate 2,566 2,566 0
tailordb-hooks 5,767 5,767 0
tailordb-object 12,136 12,136 0
tailordb-enum 2,462 2,462 0
resolver-basic 9,414 9,414 0
resolver-nested 26,101 26,101 0
resolver-array 18,177 18,177 0
executor-schedule 4,234 4,234 0
executor-webhook 873 873 0
executor-record 8,166 8,166 0
executor-resolver 4,368 4,368 0
executor-operation-function 867 867 0
executor-operation-gql 869 869 0
executor-operation-webhook 888 888 0
executor-operation-workflow 1,714 1,714 0

Reported by octocov

@toiroakr
toiroakr merged commit 31e1313 into main Apr 27, 2026
69 checks passed
@toiroakr
toiroakr deleted the changeset-release/main branch April 27, 2026 02:38
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