Version Packages#1649
Open
tailor-platform-pr-trigger[bot] wants to merge 1 commit into
Open
Conversation
commit: |
This comment has been minimized.
This comment has been minimized.
67b6fc4 to
e263ce0
Compare
This comment has been minimized.
This comment has been minimized.
eafddb7 to
88e9d26
Compare
This comment has been minimized.
This comment has been minimized.
88e9d26 to
e60d636
Compare
This comment has been minimized.
This comment has been minimized.
e60d636 to
d91138c
Compare
Code Metrics Report (packages/sdk)
Details | | main (9760f4b) | #1649 (d3321b9) | +/- |
|--------------------|----------------|-----------------|------|
| Coverage | 72.5% | 72.5% | 0.0% |
| Files | 434 | 434 | 0 |
| Lines | 16380 | 16380 | 0 |
| Covered | 11885 | 11885 | 0 |
| Code to Test Ratio | 1:0.4 | 1:0.4 | 0.0 |
| Code | 108722 | 108722 | 0 |
| Test | 47724 | 47724 | 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.74.0
Minor Changes
#1652
6c33b01Thanks @toiroakr! - Addtailor-sdk setup delete <file...>to cleanly remove generated CI workflow/action files together with their.github/tailor-sdk.lockentries. It only deletes files recorded in the lock, warns when an action is still referenced by asetup coordinateworkflow, and removes the composite action's directory once it is empty.#1612
7e7f00eThanks @dqn! - Allowtailor-sdk deploy --configto accept comma-separated config paths so interdependent apps can be deployed together. Application, executor, workflow, workflow job, StaticWebsite, TailorDB, Auth, Auth connection, IdP, Resolver, AIGateway, and Secret Manager vault names must be unique across all configs passed to a single deploy, and resources still owned by another config in the same deploy are no longer deleted.Patch Changes
#1646
6ea74c1Thanks @dqn! - Keep deploy ownership handling consistent across resource types without changing deploy behavior.#1655
db7cbefThanks @toiroakr! - Reject duplicate executor names, and duplicate resolver names within the same namespace, with a clear error at load time instead of silently deploying only one of them.#1648
f7eb527Thanks @dqn! - Keep resolver bundle cache entries separate across namespaces.#1645
fecb691Thanks @renovate! - fix(deps): update oxc#1650
d42477bThanks @toiroakr! - Fix schema snapshot normalization mutating the input snapshot in place, which could cause a caller-heldSchemaSnapshotreference to silently change after normalization.@tailor-platform/create-sdk@1.74.0