Skip to content

Releases: parallel-web/parallel-sdk-python

v1.3.2

Choose a tag to compare

@ehe9991 ehe9991 released this 27 Aug 22:52
90ec14b

1.3.2 (2026-08-27)

Chores

  • sync SDK OpenAPI spec from monorepo (6b191dc)

v1.3.1

Choose a tag to compare

@ehe9991 ehe9991 released this 27 Aug 18:52
b79833a

1.3.1 (2026-08-27)

Chores

  • back-sync production 1.3.0 (merge; trunks had forked) (f94dc19)
  • internal: allow the mock server port to be set with STAINLESS_MOCK_PORT (aec54fe)
  • sync SDK OpenAPI spec from monorepo (9c80eff)
  • sync stainless-sdks next (unreleased 1.3.x codegen + custom code) (cfa72c7)

v1.3.0

Choose a tag to compare

@stainless-app stainless-app released this 12 Aug 21:44
6ab61ee

1.3.0 (2026-08-12)

Full Changelog: v1.2.0...v1.3.0

Features

v1.2.0

Choose a tag to compare

@stainless-app stainless-app released this 10 Aug 18:15
2abeeda

1.2.0 (2026-08-10)

Full Changelog: v1.1.0...v1.2.0

Features

  • api: add memory support
  • stlc: configurable CI runner and private-production-repo support in workflow templates (a2b4daa)

v1.1.0

Choose a tag to compare

@stainless-app stainless-app released this 08 Jun 18:22
e0b04ae

1.1.0 (2026-06-08)

Full Changelog: v1.0.1...v1.1.0

Features

  • api: add turbo mode to search (8ee340d)

v1.0.1

Choose a tag to compare

@stainless-app stainless-app released this 03 Jun 02:02
043cd0b

1.0.1 (2026-06-03)

Full Changelog: v1.0.0...v1.0.1

Chores

  • remove undocumented backwards-compat alias shims (e5a2ad8)
  • types: drop redundant NotRequired on task_spec input_schema (b356c22)

Documentation

  • regenerate api.md from spec (drop hand-maintained patch) (05d2897)
  • regenerate README from spec (drop hand-maintained patch) (c7ed169)

v1.0.0

Choose a tag to compare

@stainless-app stainless-app released this 02 Jun 18:43
3d68b23

1.0.0 (2026-06-02)

Full Changelog: v0.6.0...v1.0.0

⚠ BREAKING CHANGES

  • api: clean up beta features

Features

  • api: 1.0.0 changes (f399080)
  • api: Add parallel_beta typing back (004ce9f)
  • api: clean up beta features (f533161)
  • api: Remove beta: tasks, task groups, search, and extract from SDK (b7bcade)
  • internal/types: support eagerly validating pydantic iterators (6c148b4)

Bug Fixes

  • client: add missing f-string prefix in file type error message (6fa3eac)

v0.6.0

Choose a tag to compare

@stainless-app stainless-app released this 06 May 19:12
b9dc5ed

0.6.0 (2026-05-06)

Full Changelog: v0.5.1...v0.6.0

Features

Bug Fixes

  • re-export TaskGroup from parallel.types.beta and silence reportDeprecated (dc6119f)
  • scripts: remove unreachable check and redundant type annotation (f63ad0a)
  • scripts: satisfy pyright in alias resolver (892f474)
  • types: preserve back-compat aliases for renamed inline classes (532ee8f)
  • types: use module-level alias instead of import-as (b1b9858)
  • use correct field name format for multipart file arrays (1e34228)

Chores

  • internal: more robust bootstrap script (d4c7737)
  • internal: reformat pyproject.toml (b3c0639)
  • scripts: follow alias and attribute redirections in breaking-change detection (89b1495)
  • stop tracking uv.lock (project uses requirements*.lock from rye) (540471a)

v0.5.1

Choose a tag to compare

@stainless-app stainless-app released this 22 Apr 18:03
f327a0e

0.5.1 (2026-04-22)

Full Changelog: v0.5.0...v0.5.1

Features

  • api: manual updates (86c7d33)
  • api: Mark search and extract as deprecated (cfdea3b)
  • api: OpenAPI changes (cfc5fb3)

v0.5.0

Choose a tag to compare

@stainless-app stainless-app released this 21 Apr 06:02
190be00

0.5.0 (2026-04-21)

Full Changelog: v0.4.2...v0.5.0

Features

  • api: Add Findall Candidates (57c4ae2)
  • api: Add Search and Extract v1 and associated types (ea487f3)
  • api: manual - add AdvancedSearchSettings and AdvancedExtractSettings models (5836a6f)
  • api: manual updates - update openapi spec (02db6c0)
  • api: Remove full_content from OpenAPI Spec (7a4d651)
  • api: Search/Extract v1 with advanced_settings and max_results (4ded29c)
  • api: Update OpenAPI spec (58f19f3)
  • api: Update OpenAPI spec (fae95f4)
  • internal: implement indices array format for query and form serialization (3df5972)

Bug Fixes

  • client: preserve hardcoded query params when merging with user params (08080bc)
  • deps: bump minimum typing-extensions version (964a46d)
  • ensure file data are only sent as 1 parameter (1c15cc0)
  • pydantic: do not pass by_alias unless set (f0793c1)
  • sanitize endpoint path params (5931597)

Performance Improvements

  • client: optimize file structure copying in multipart requests (00e8564)

Chores

  • ci: skip lint on metadata-only changes (403448c)
  • internal: tweak CI branches (014c802)
  • internal: update gitignore (1f4f6b0)
  • tests: bump steady to v0.19.4 (ebee2e7)
  • tests: bump steady to v0.19.5 (2774099)
  • tests: bump steady to v0.19.6 (8e3ee3d)
  • tests: bump steady to v0.19.7 (4bcf12e)
  • tests: bump steady to v0.20.1 (d82ce60)
  • tests: bump steady to v0.20.2 (746ca39)
  • tests: bump steady to v0.22.1 (dec81af)

Refactors

  • tests: switch from prism to steady (032745e)