Skip to content

Commit c96bd8f

Browse files
Version Packages
1 parent ea68ead commit c96bd8f

9 files changed

Lines changed: 30 additions & 27 deletions

.changeset/aigateway-docs-no-provider.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/deploy-dry-run-stdout-json.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/platform-profile-envs.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tall-type-errors.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/typed-http-adapter-documents.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/create-sdk/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @tailor-platform/create-sdk
22

3+
## 1.70.0
4+
35
## 1.69.0
46
### Patch Changes
57

packages/create-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tailor-platform/create-sdk",
3-
"version": "1.69.0",
3+
"version": "1.70.0",
44
"description": "A CLI tool to quickly create a new Tailor Platform SDK project",
55
"license": "MIT",
66
"repository": {

packages/sdk/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# @tailor-platform/sdk
22

3+
## 1.70.0
4+
### Minor Changes
5+
6+
7+
8+
- [#1547](https://github.com/tailor-platform/sdk/pull/1547) [`7bb4dd6`](https://github.com/tailor-platform/sdk/commit/7bb4dd68a2492e5b8d5051730cdf35ba4f442134) Thanks [@toiroakr](https://github.com/toiroakr)! - Route `deploy --dry-run` plan diff output to stdout so CI pipelines can capture it cleanly without `2>&1`. Add `--json` / `-j` support to `deploy`: dry-run outputs `{ summary, changes, warnings, conflicts }` and apply outputs `{ summary, status: "applied" }` to stdout for machine-readable consumption. The `warnings` array includes unmanaged resources and skipped secrets; the `conflicts` array lists owner conflicts.
9+
10+
11+
12+
- [#1575](https://github.com/tailor-platform/sdk/pull/1575) [`9857f3a`](https://github.com/tailor-platform/sdk/commit/9857f3a00dd9d8c1cd12c95a0517da1fe4c864a9) Thanks [@dqn](https://github.com/dqn)! - Add profile-level Platform connection settings so CLI profiles can switch the Platform API URL, OAuth2 login client, and Console URL together.
13+
14+
15+
16+
- [#1566](https://github.com/tailor-platform/sdk/pull/1566) [`acd85bf`](https://github.com/tailor-platform/sdk/commit/acd85bfa9e5f2b3f752f09351572a465d8624f43) Thanks [@dqn](https://github.com/dqn)! - Support `TypedDocumentNode` queries in HTTP adapters and infer `output` response data from them.
17+
18+
19+
### Patch Changes
20+
21+
22+
23+
- [#1560](https://github.com/tailor-platform/sdk/pull/1560) [`1899633`](https://github.com/tailor-platform/sdk/commit/1899633a726955d6e13443545bd8bfa6b16fb5ed) Thanks [@dragon3](https://github.com/dragon3)! - Update AI Gateway documentation to present supported models without naming backend providers
24+
25+
26+
27+
- [#1574](https://github.com/tailor-platform/sdk/pull/1574) [`0e2759d`](https://github.com/tailor-platform/sdk/commit/0e2759d41f89c6bc670149932f860f208b6b7d0b) Thanks [@dqn](https://github.com/dqn)! - Improve builder API type errors so invalid field modifier calls show actionable messages.
28+
329
## 1.69.0
430
### Minor Changes
531

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tailor-platform/sdk",
3-
"version": "1.69.0",
3+
"version": "1.70.0",
44
"description": "Tailor Platform SDK - The SDK to work with Tailor Platform",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)