Version Packages#1296
Closed
tailor-platform-pr-trigger[bot] wants to merge 0 commit into
Closed
Conversation
tailor-platform-pr-trigger
Bot
requested review from
remiposo and
toiroakr
as code owners
June 2, 2026 12:17
⚡ pkg.pr.new@tailor-platform/sdk@tailor-platform/create-sdk
|
This comment has been minimized.
This comment has been minimized.
tailor-platform-pr-trigger
Bot
force-pushed
the
changeset-release/main
branch
from
June 3, 2026 01:28
a4fb73f to
331d82c
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
tailor-platform-pr-trigger
Bot
force-pushed
the
changeset-release/main
branch
from
June 3, 2026 01:59
3236e2a to
b124715
Compare
tailor-platform-pr-trigger
Bot
force-pushed
the
changeset-release/main
branch
from
June 3, 2026 02:00
edad5d6 to
cf7aa82
Compare
This comment has been minimized.
This comment has been minimized.
Code Metrics Report (packages/sdk)
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
Runtime Performance
Type Performance (instantiations)
Reported by octocov |
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.54.1
Patch Changes
#1292
0976bacThanks @dqn! - Update generated shell completions so saved completion files can refreshthemselves after future SDK upgrades.
Existing
eval "$(tailor-sdk completion bash)"andeval "$(tailor-sdk completion zsh)"setups do not need to change because theyregenerate completions on every shell startup.
If you saved a static completion file generated by an older SDK version,
regenerate that file once:
After that one-time regeneration, saved completion files can self-refresh when
the
tailor-sdkbinary changes. Open a new shell, or reload your shellconfiguration, after regenerating.
#1281
9711826Thanks @toiroakr! - fix(cli):removeno longer deletes an application matched by name alone. Removal now verifies ownership viasdk-app-id/sdk-namelabels (isOwnedByApp), consistent with every other resource type, so a same-named application owned by another user in a shared workspace is left untouched.#1299
c10681fThanks @k1LoW! - fix(runtime): remove non-existentupdatedAtfield fromidp.User. The IDP service does not return this field, so the declaration was misleading consumers into expecting an optional timestamp that was alwaysundefined.@tailor-platform/create-sdk@1.54.1