Skip to content

Version Packages#1296

Closed
tailor-platform-pr-trigger[bot] wants to merge 0 commit into
mainfrom
changeset-release/main
Closed

Version Packages#1296
tailor-platform-pr-trigger[bot] wants to merge 0 commit into
mainfrom
changeset-release/main

Conversation

@tailor-platform-pr-trigger

@tailor-platform-pr-trigger tailor-platform-pr-trigger Bot commented Jun 2, 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.54.1

Patch Changes

  • #1292 0976bac Thanks @dqn! - Update generated shell completions so saved completion files can refresh
    themselves after future SDK upgrades.

    Existing eval "$(tailor-sdk completion bash)" and
    eval "$(tailor-sdk completion zsh)" setups do not need to change because they
    regenerate completions on every shell startup.

    If you saved a static completion file generated by an older SDK version,
    regenerate that file once:

    # bash
    mkdir -p ~/.local/share/bash-completion/completions
    tailor-sdk completion bash > ~/.local/share/bash-completion/completions/tailor-sdk
    
    # zsh fpath
    mkdir -p ~/.zsh/completions
    tailor-sdk completion zsh > ~/.zsh/completions/_tailor-sdk
    
    # fish
    tailor-sdk completion fish --install

    After that one-time regeneration, saved completion files can self-refresh when
    the tailor-sdk binary changes. Open a new shell, or reload your shell
    configuration, after regenerating.

  • #1281 9711826 Thanks @toiroakr! - fix(cli): remove no longer deletes an application matched by name alone. Removal now verifies ownership via sdk-app-id/sdk-name labels (isOwnedByApp), consistent with every other resource type, so a same-named application owned by another user in a shared workspace is left untouched.

  • #1299 c10681f Thanks @k1LoW! - fix(runtime): remove non-existent updatedAt field from idp.User. The IDP service does not return this field, so the declaration was misleading consumers into expecting an optional timestamp that was always undefined.

@tailor-platform/create-sdk@1.54.1

@github-actions

github-actions Bot commented Jun 2, 2026

Copy link
Copy Markdown

⚡ pkg.pr.new

@tailor-platform/sdk

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

@tailor-platform/create-sdk

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

commit: edad5d6

@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 Jun 3, 2026

Copy link
Copy Markdown

Code Metrics Report (packages/sdk)

main (b124715) #1296 (41a0897) +/-
Coverage 64.6% 64.6% 0.0%
Code to Test Ratio 1:0.4 1:0.4 0.0
Details
  |                    | main (b124715) | #1296 (41a0897) | +/-  |
  |--------------------|----------------|-----------------|------|
  | Coverage           |          64.6% |           64.6% | 0.0% |
  |   Files            |            381 |             381 |    0 |
  |   Lines            |          13180 |           13180 |    0 |
  |   Covered          |           8517 |            8517 |    0 |
  | Code to Test Ratio |          1:0.4 |           1:0.4 |  0.0 |
  |   Code             |          87952 |           87952 |    0 |
  |   Test             |          37763 |           37763 |    0 |

SDK Configure Bundle Size

main (b124715) #1296 (41a0897) +/-
configure-index-size 18KB 18KB 0KB
dependency-chunks-size 34.47KB 34.47KB 0KB
total-bundle-size 52.47KB 52.47KB 0KB

Runtime Performance

main (b124715) #1296 (41a0897) +/-
Generate Median 2,633ms 2,789ms 156ms
Generate Max 2,676ms 2,899ms 223ms
Apply Build Median 2,667ms 2,845ms 178ms
Apply Build Max 2,791ms 2,857ms 66ms

Type Performance (instantiations)

main (b124715) #1296 (41a0897) +/-
tailordb-basic 35,147 35,147 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,424 9,424 0
resolver-nested 26,111 26,111 0
resolver-array 18,187 18,187 0
executor-schedule 4,234 4,234 0
executor-webhook 873 873 0
executor-record 8,166 8,166 0
executor-resolver 4,369 4,369 0
executor-operation-function 868 868 0
executor-operation-gql 869 869 0
executor-operation-webhook 888 888 0
executor-operation-workflow 1,714 1,714 0

Reported by octocov

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.

0 participants