Skip to content

Version Packages#1302

Merged
toiroakr merged 1 commit into
mainfrom
changeset-release/main
Jun 3, 2026
Merged

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

Conversation

@tailor-platform-pr-trigger

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

  • #1294 fd1c5cf Thanks @toiroakr! - Fix IdP services and OAuth2 clients always being reported as changed on consecutive deployments when a description is omitted

  • #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 3, 2026

Copy link
Copy Markdown

⚡ pkg.pr.new

@tailor-platform/sdk

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

@tailor-platform/create-sdk

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

commit: ec7d7c4

@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 (9a55f34) #1302 (43a7292) +/-
Coverage 64.6% 64.6% 0.0%
Code to Test Ratio 1:0.4 1:0.4 0.0
Details
  |                    | main (9a55f34) | #1302 (43a7292) | +/-  |
  |--------------------|----------------|-----------------|------|
  | 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             |          88052 |           88052 |    0 |
  |   Test             |          37862 |           37862 |    0 |

SDK Configure Bundle Size

main (9a55f34) #1302 (43a7292) +/-
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 (9a55f34) #1302 (43a7292) +/-
Generate Median 2,276ms 2,646ms 370ms
Generate Max 2,352ms 2,791ms 439ms
Apply Build Median 2,359ms 2,657ms 298ms
Apply Build Max 2,412ms 2,663ms 251ms

Type Performance (instantiations)

main (9a55f34) #1302 (43a7292) +/-
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

@toiroakr
toiroakr merged commit fc296e4 into main Jun 3, 2026
81 of 107 checks passed
@toiroakr
toiroakr deleted the changeset-release/main branch June 3, 2026 09:44
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