Skip to content

release: 0.2.0 - #2

Open
stainless-app[bot] wants to merge 54 commits into
mainfrom
release-please--branches--main--changes--next--components--sdk
Open

release: 0.2.0#2
stainless-app[bot] wants to merge 54 commits into
mainfrom
release-please--branches--main--changes--next--components--sdk

Conversation

@stainless-app

@stainless-app stainless-app Bot commented Feb 27, 2026

Copy link
Copy Markdown
Contributor

Automated Release PR

0.2.0 (2026-08-15)

Full Changelog: v0.1.0...v0.2.0

Features

Bug Fixes

  • ci: bump @arethetypeswrong/cli to ^0.18.0 and run CI workflows on Node 24 (ba79f38)
  • client: preserve URL params already embedded in path (aa35c3f)
  • client: send content-type header for requests with an omitted optional body (8716a27)
  • stlc: stop hand-edited CI workflows from blocking seals and builds (c97d13d)

Chores

  • ci: skip lint on metadata-only changes (2ff6735)
  • ci: skip uploading artifacts on stainless-internal branches (5ba5d28)
  • internal: codegen related update (ebe2eb7)
  • internal: codegen related update (b70eaba)
  • internal: codegen related update (5df33b9)
  • internal: codegen related update (bbe3564)
  • internal: codegen related update (c58eac2)
  • internal: codegen related update (740e1ae)
  • internal: codegen related update (7ce40c6)
  • internal: codegen related update (6dc4c88)
  • internal: codegen related update (5d0b8ca)
  • internal: codegen related update (c6204bd)
  • internal: more robust bootstrap script (3c105aa)
  • internal: move stringifyQuery implementation to internal function (a382843)
  • internal: tweak CI branches (37047f6)
  • internal: update dependencies to address dependabot vulnerabilities (cd210f0)
  • internal: update gitignore (3f8fe21)
  • internal: update multipart form array serialization (eb9810b)
  • test: do not count install time for mock server timeout (3f4f137)
  • tests: bump steady to v0.19.4 (bce44ad)
  • tests: bump steady to v0.19.5 (1ecdf4a)
  • tests: bump steady to v0.19.6 (13a8f4a)
  • tests: bump steady to v0.19.7 (3944238)
  • tests: bump steady to v0.20.1 (f058a02)
  • tests: bump steady to v0.20.2 (e312dc6)
  • tests: bump steady to v0.22.1 (005c463)

Refactors

  • tests: switch from prism to steady (3b6f5e4)

This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions

@stainless-app

stainless-app Bot commented Feb 27, 2026

Copy link
Copy Markdown
Contributor Author

🧪 Testing

To try out this version of the SDK:

npm install 'https://pkg.stainless.com/s/unlayer-typescript/94d6a0d536f8a6b99fe6da44b335a2359d4bb8a8/dist.tar.gz'

Expires at: Mon, 14 Sep 2026 23:19:09 GMT
Updated at: Sat, 15 Aug 2026 23:19:09 GMT

@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from b414c2f to 2606fd4 Compare March 3, 2026 05:10
@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from 2606fd4 to cc040b6 Compare March 6, 2026 05:07
@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from cc040b6 to 5824cf6 Compare March 6, 2026 05:30
@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from 5824cf6 to a0a7bae Compare March 7, 2026 16:14
@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from a0a7bae to 0f4995c Compare March 7, 2026 16:21
@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from 0f4995c to b698559 Compare March 10, 2026 02:54
@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from b698559 to 2e52a25 Compare March 17, 2026 10:20
@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from 2e52a25 to 37c358f Compare March 20, 2026 03:24
@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from 37c358f to 19e0f45 Compare March 21, 2026 04:17
@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from 19e0f45 to 587cb0a Compare March 21, 2026 04:22
@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from 587cb0a to f7bd995 Compare March 24, 2026 04:20
@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from f7bd995 to 6e9fba4 Compare March 24, 2026 04:25
Note that we still want to run tests, as these depend on the metadata.
@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from 6e9fba4 to 02e8c7e Compare March 25, 2026 03:05
Editing the generated CI/release workflows in an SDK repo is supported: stlc
writes them once and then leaves them under the repo's ownership. Two safety
checks did not account for that and could refuse to seal custom code, or refuse
to build, over workflow edits that were never at risk of being overwritten. The
seal refusal could not be cleared by rebuilding.

Sealing is also now recorded in place rather than under a new filename each
time, so an interrupted build can no longer leave a workspace with no record of
its sealed custom code, and sealing one branch no longer discards the record for
another.
@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from 29ff601 to d3bc294 Compare July 31, 2026 02:11
@stainless-app

stainless-app Bot commented Jul 31, 2026

Copy link
Copy Markdown
Contributor Author

Note: this release PR has been open for more than 60 days. Until this PR is merged, we will temporarily stop pushing codegen updates due to changes to Stainless' codegen.

1 similar comment
@stainless-app

stainless-app Bot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor Author

Note: this release PR has been open for more than 60 days. Until this PR is merged, we will temporarily stop pushing codegen updates due to changes to Stainless' codegen.

@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from d3bc294 to bc085be Compare August 2, 2026 08:03
@stainless-app

stainless-app Bot commented Aug 2, 2026

Copy link
Copy Markdown
Contributor Author

Note: this release PR has been open for more than 60 days. Until this PR is merged, we will temporarily stop pushing codegen updates due to changes to Stainless' codegen.

@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from bc085be to 9421334 Compare August 3, 2026 11:13
@stainless-app

stainless-app Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor Author

Note: this release PR has been open for more than 60 days. Until this PR is merged, we will temporarily stop pushing codegen updates due to changes to Stainless' codegen.

5 similar comments
@stainless-app

stainless-app Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor Author

Note: this release PR has been open for more than 60 days. Until this PR is merged, we will temporarily stop pushing codegen updates due to changes to Stainless' codegen.

@stainless-app

stainless-app Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor Author

Note: this release PR has been open for more than 60 days. Until this PR is merged, we will temporarily stop pushing codegen updates due to changes to Stainless' codegen.

@stainless-app

stainless-app Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor Author

Note: this release PR has been open for more than 60 days. Until this PR is merged, we will temporarily stop pushing codegen updates due to changes to Stainless' codegen.

@stainless-app

stainless-app Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor Author

Note: this release PR has been open for more than 60 days. Until this PR is merged, we will temporarily stop pushing codegen updates due to changes to Stainless' codegen.

@stainless-app

stainless-app Bot commented Aug 8, 2026

Copy link
Copy Markdown
Contributor Author

Note: this release PR has been open for more than 60 days. Until this PR is merged, we will temporarily stop pushing codegen updates due to changes to Stainless' codegen.

@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from 9421334 to 2c67c95 Compare August 10, 2026 12:17
@stainless-app

stainless-app Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor Author

Note: this release PR has been open for more than 60 days. Until this PR is merged, we will temporarily stop pushing codegen updates due to changes to Stainless' codegen.

3 similar comments
@stainless-app

stainless-app Bot commented Aug 12, 2026

Copy link
Copy Markdown
Contributor Author

Note: this release PR has been open for more than 60 days. Until this PR is merged, we will temporarily stop pushing codegen updates due to changes to Stainless' codegen.

@stainless-app

stainless-app Bot commented Aug 13, 2026

Copy link
Copy Markdown
Contributor Author

Note: this release PR has been open for more than 60 days. Until this PR is merged, we will temporarily stop pushing codegen updates due to changes to Stainless' codegen.

@stainless-app

stainless-app Bot commented Aug 14, 2026

Copy link
Copy Markdown
Contributor Author

Note: this release PR has been open for more than 60 days. Until this PR is merged, we will temporarily stop pushing codegen updates due to changes to Stainless' codegen.

@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from 2c67c95 to bd47150 Compare August 14, 2026 20:33
@stainless-app

stainless-app Bot commented Aug 15, 2026

Copy link
Copy Markdown
Contributor Author

Note: this release PR has been open for more than 60 days. Until this PR is merged, we will temporarily stop pushing codegen updates due to changes to Stainless' codegen.

@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from bd47150 to e02868f Compare August 15, 2026 21:00
@stainless-app

stainless-app Bot commented Aug 16, 2026

Copy link
Copy Markdown
Contributor Author

Note: this release PR has been open for more than 60 days. Until this PR is merged, we will temporarily stop pushing codegen updates due to changes to Stainless' codegen.

2 similar comments
@stainless-app

stainless-app Bot commented Aug 17, 2026

Copy link
Copy Markdown
Contributor Author

Note: this release PR has been open for more than 60 days. Until this PR is merged, we will temporarily stop pushing codegen updates due to changes to Stainless' codegen.

@stainless-app

stainless-app Bot commented Aug 18, 2026

Copy link
Copy Markdown
Contributor Author

Note: this release PR has been open for more than 60 days. Until this PR is merged, we will temporarily stop pushing codegen updates due to changes to Stainless' codegen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants