Skip to content

Releases: parallel-web/parallel-sdk-typescript

v0.5.0

06 May 19:13
9b2ccbb

Choose a tag to compare

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)

v0.4.1

22 Apr 18:04
3f8c1ea

Choose a tag to compare

0.4.1 (2026-04-22)

Full Changelog: v0.4.0...v0.4.1

Features

  • api: manual updates (ae5cb89)
  • api: Mark search and extract as deprecated (60f6e90)
  • api: OpenAPI changes (3a435c0)

v0.4.0

21 Apr 05:59
8f3307b

Choose a tag to compare

0.4.0 (2026-04-21)

Full Changelog: v0.3.2...v0.4.0

Features

  • api: Add Findall Candidates (425681c)
  • api: Add Search and Extract v1 and associated types (31fdbd0)
  • api: manual - add AdvancedSearchSettings and AdvancedExtractSettings models (dd4da4a)
  • api: manual updates - update openapi spec (6db3155)
  • api: Remove full_content from OpenAPI Spec (5601518)
  • api: Search/Extract v1 with advanced_settings and max_results (b8890dd)
  • api: task to GA v1 (8f03ca8)
  • api: Update OpenAPI spec (86bcd30)
  • api: Update OpenAPI spec (bd31a9a)

Chores

  • ci: skip lint on metadata-only changes (a67ea61)
  • internal: codegen related update (1ede4ba)
  • internal: codegen related update (46fa759)
  • internal: tweak CI branches (3b86286)
  • internal: update dependencies to address dependabot vulnerabilities (17f20a6)
  • internal: update gitignore (44b2874)
  • internal: update multipart form array serialization (94d5441)
  • tests: bump steady to v0.19.4 (3a21ec1)
  • tests: bump steady to v0.19.5 (85850b6)
  • tests: bump steady to v0.19.6 (1fa3c6a)
  • tests: bump steady to v0.19.7 (5334631)
  • tests: bump steady to v0.20.1 (5fe5db0)
  • tests: bump steady to v0.20.2 (a6a363c)
  • tests: bump steady to v0.22.1 (1d73f54)

Documentation

Refactors

  • tests: switch from prism to steady (6d6d1d9)

v0.3.2

09 Mar 22:24
275969e

Choose a tag to compare

0.3.2 (2026-03-09)

Full Changelog: v0.3.1...v0.3.2

Features

  • api: add betas back in for search (88ffc07)
  • api: sync openapi spec (8b8c04d)

Bug Fixes

  • client: avoid memory leak with abort signals (b5891d2)
  • client: avoid removing abort listener too early (971bc60)
  • client: preserve URL params already embedded in path (0aa4a14)
  • docs/contributing: correct pnpm link command (0fba230)

Chores

  • ci: skip uploading artifacts on stainless-internal branches (4d15af4)
  • client: do not parse responses with empty content-length (5f852e5)
  • client: restructure abort controller binding (09b3c0f)
  • format all api.md files (112a9ed)
  • internal/client: fix form-urlencoded requests (645d7f8)
  • internal: avoid type checking errors with ts-reset (8f10069)
  • internal: codegen related update (ffdc333)
  • internal: codegen related update (f66750f)
  • internal: move stringifyQuery implementation to internal function (2cf4c15)
  • test: do not count install time for mock server timeout (3b3f3ed)
  • update mock server docs (004672e)

v0.3.1

29 Jan 00:25
dbb6ed2

Choose a tag to compare

0.3.1 (2026-01-28)

Full Changelog: v0.3.0...v0.3.1

Chores

  • api: make headers optional (34c42bc)
  • ci: upgrade actions/github-script (cc6296c)
  • fix typo in descriptions (7a1e6da)
  • internal: update actions/checkout version (80a2a97)
  • internal: upgrade babel, qs, js-yaml (32a9dee)

v0.3.0

13 Jan 02:06
96d8014

Choose a tag to compare

0.3.0 (2026-01-13)

Full Changelog: v0.2.4...v0.3.0

Features

  • api: add after_date, update findAll nomenclature (d32f54b)
  • api: Update excerpt settings (58c9f47)
  • ci: add breaking change detection workflow (7cff646)

Bug Fixes

  • api: add aliases for old findAll types (d06ae98)
  • mcp: correct code tool API endpoint (e9a925c)
  • mcp: return correct lines on typescript errors (d6854e6)

Chores

  • api: update default headers (e7bcf21)
  • break long lines in snippets into multiline (148860c)
  • client: fix logger property type (2d7f64b)
  • fix lint (d8fff0a)
  • internal: codegen related update (d941a00)
  • internal: codegen related update (bc0b8b1)
  • internal: codegen related update (5ae66ee)
  • internal: upgrade eslint (e6780b0)

v0.2.4

13 Nov 00:34
f627ff2

Choose a tag to compare

0.2.4 (2025-11-13)

Full Changelog: v0.2.3...v0.2.4

Features

v0.2.3

06 Nov 20:23
e4a3e69

Choose a tag to compare

0.2.3 (2025-11-06)

Full Changelog: v0.2.2...v0.2.3

Features

  • api: add fetch_policy and mode to /v1beta/search (9d7d6b8)

Bug Fixes

  • api: add back /v1/tasks/runs?=beta (f48bf1e)
  • api: Make beta headers optional in /v1beta/extract (54eb7ae)
  • api: re-add deprecated max_chars_per_result (59fb216)
  • api: re-add deprecated processor to /v1beta/extract (48f615b)
  • api: remove full_content from /v1beta/search output (4bd528d)

v0.2.2

22 Oct 18:59
bbd18c2

Choose a tag to compare

0.2.2 (2025-10-22)

Full Changelog: v0.2.1...v0.2.2

Bug Fixes

  • api: default beta headers for /v1beta/search and /v1beta/extract (f4e52ca)

v0.2.1

21 Oct 06:12
e8b2d82

Choose a tag to compare

0.2.1 (2025-10-21)

Full Changelog: v0.2.0...v0.2.1

Bugfix

  • api: Make FetchPolicy a common model instead of an extract specific model (1215c78)