Skip to content

release: 0.5.0#17

Merged
stainless-app[bot] merged 14 commits intomainfrom
release-please--branches--main--changes--next--components--parallel-web
May 6, 2026
Merged

release: 0.5.0#17
stainless-app[bot] merged 14 commits intomainfrom
release-please--branches--main--changes--next--components--parallel-web

Conversation

@stainless-app
Copy link
Copy Markdown
Contributor

@stainless-app stainless-app Bot commented Apr 23, 2026

Automated Release PR

0.5.0 (2026-05-06)

Full Changelog: v0.4.1...v0.5.0

Features

  • api: manual updates (c6972a0)
  • api: manual updates (e40609a)
  • api: manual updates (98f915c)
  • api: Task Groups v1 added to SDK (b939d5e)
  • support setting headers via env (305fe46)

Bug Fixes

  • types: drop FindallCancelResponse alias whose target was removed (816c149)
  • types: preserve back-compat namespace members for renamed inline types (e5cafc2)
  • types: use export namespace for FindAllRunInput/Schema augmentation (bc434bf)

Chores

  • format: run eslint and prettier separately (4ac089c)
  • internal: codegen related update (c92502e)
  • internal: more robust bootstrap script (3eaee7d)

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
Copy link
Copy Markdown
Contributor Author

stainless-app Bot commented Apr 23, 2026

🧪 Testing

To try out this version of the SDK:

npm install 'https://pkg.stainless.com/s/parallel-sdk-typescript/bc434bfd3130e70585864a1d7b826cf34c88c0f5/dist.tar.gz'

Expires at: Fri, 05 Jun 2026 05:05:25 GMT
Updated at: Wed, 06 May 2026 05:05:25 GMT

@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--parallel-web branch from fcca578 to 87e9582 Compare April 28, 2026 03:44
@stainless-app stainless-app Bot changed the title release: 0.4.2 release: 0.5.0 Apr 28, 2026
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--parallel-web branch from 87e9582 to ee643d6 Compare April 28, 2026 04:16
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--parallel-web branch from ee643d6 to 981c0d0 Compare April 29, 2026 04:47
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--parallel-web branch from 981c0d0 to 12a4875 Compare April 30, 2026 07:24
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--parallel-web branch from 12a4875 to 0e11a8c Compare April 30, 2026 23:05
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--parallel-web branch from 0e11a8c to 0aa8301 Compare May 1, 2026 04:09
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--parallel-web branch from 0aa8301 to 5fa5f5d Compare May 6, 2026 03:15
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--parallel-web branch from 5fa5f5d to 7afa7a3 Compare May 6, 2026 03:43
The findall.cancel endpoint was changed to return 204 No Content, so
Stainless dropped FindAllCancelResponse from the generated SDK. The
back-compat alias FindallCancelResponse = FindAllCancelResponse can no
longer resolve, breaking tsc. Drop the dangling alias and its re-exports.
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--parallel-web branch from 7afa7a3 to 8b57245 Compare May 6, 2026 03:58
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--parallel-web branch from 8b57245 to 44660e3 Compare May 6, 2026 04:19
… types

Stainless's regen moved several previously-nested namespace member types
(RunInput.AdvancedSettings, TaskRunEventsResponse.TaskRunProgress*, the
FindAll*.MatchCondition / .Status / .Candidate / .Data variants,
TaskGroupEventsResponse.TaskGroupStatusEvent, BetaExtractParams.FullContentSettings,
AdvancedExtractSettings.FullContentSettings) to top-level model types. The
nested member types disappear from the generated SDK; user code that
referenced them via 'Parent.Member' would get TS errors after upgrade.

Add namespace declarations that re-introduce the old member paths via TS
declaration merging, pointing at the new top-level types. Each is JSDoc
@deprecated so users get migration hints.
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--parallel-web branch from 44660e3 to 4cdf6b1 Compare May 6, 2026 04:35
NormallyGaussian and others added 2 commits May 6, 2026 01:04
The previous `declare module './findall'` doesn't actually augment the
same-file namespaces — it's for ambient module declarations. Use plain
`export namespace` blocks, which merge with the existing namespaces via TS
declaration merging.
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--parallel-web branch from 4cdf6b1 to f629981 Compare May 6, 2026 05:05
@stainless-app stainless-app Bot merged commit 9b2ccbb into main May 6, 2026
8 checks passed
@stainless-app
Copy link
Copy Markdown
Contributor Author

stainless-app Bot commented May 6, 2026

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.

1 participant