Version Packages#1577
Merged
Merged
Conversation
commit: |
This comment has been minimized.
This comment has been minimized.
tailor-platform-pr-trigger
Bot
force-pushed
the
changeset-release/main
branch
from
June 26, 2026 15:50
7ed9d3d to
cb03070
Compare
This comment has been minimized.
This comment has been minimized.
tailor-platform-pr-trigger
Bot
force-pushed
the
changeset-release/main
branch
3 times, most recently
from
June 29, 2026 00:52
d719b38 to
c96bd8f
Compare
This comment has been minimized.
This comment has been minimized.
tailor-platform-pr-trigger
Bot
force-pushed
the
changeset-release/main
branch
from
June 29, 2026 01:12
c96bd8f to
7ca50db
Compare
This comment has been minimized.
This comment has been minimized.
tailor-platform-pr-trigger
Bot
force-pushed
the
changeset-release/main
branch
from
June 29, 2026 02:49
7ca50db to
20572c7
Compare
Code Metrics Report (packages/sdk)
Details | | main (d3cf442) | #1577 (abea3a4) | +/- |
|--------------------|----------------|-----------------|------|
| Coverage | 70.7% | 70.7% | 0.0% |
| Files | 425 | 425 | 0 |
| Lines | 15465 | 15465 | 0 |
| Covered | 10939 | 10939 | 0 |
| Code to Test Ratio | 1:0.4 | 1:0.4 | 0.0 |
| Code | 106049 | 106049 | 0 |
| Test | 47838 | 47838 | 0 |SDK Configure Bundle Size
Runtime Performance
Type Performance (instantiations)
Reported by octocov |
toiroakr
approved these changes
Jun 29, 2026
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.70.0
Minor Changes
#1547
7bb4dd6Thanks @toiroakr! - Routedeploy --dry-runplan diff output to stdout so CI pipelines can capture it cleanly without2>&1. Add--json/-jsupport todeploy: dry-run outputs{ summary, changes, warnings, conflicts }and apply outputs{ summary, status: "applied" }to stdout for machine-readable consumption. Thewarningsarray includes unmanaged resources and skipped secrets; theconflictsarray lists owner conflicts.#1579
7522a06Thanks @dqn! - Addtailor-sdk setup --erd-previewandtailordb erd difffor PR ERD viewer artifacts with current/diff previews.#1575
9857f3aThanks @dqn! - Add profile-level Platform connection settings so CLI profiles can switch the Platform API URL, OAuth2 login client, and Console URL together.#1566
acd85bfThanks @dqn! - SupportTypedDocumentNodequeries in HTTP adapters and inferoutputresponse data from them.Patch Changes
#1560
1899633Thanks @dragon3! - Update AI Gateway documentation to present supported models without naming backend providers#1574
0e2759dThanks @dqn! - Improve builder API type errors so invalid field modifier calls show actionable messages.@tailor-platform/create-sdk@1.70.0