Releases: parallel-web/parallel-sdk-python
Releases · parallel-web/parallel-sdk-python
v0.4.2
0.4.2 (2026-03-09)
Full Changelog: v0.4.1...v0.4.2
Features
- api: add betas back in for search (23493c6)
- api: sync openapi spec (e00288b)
- client: add custom JSON encoder for extended type support (b2c8bf9)
Chores
- ci: skip uploading artifacts on stainless-internal branches (bb389c0)
- format all
api.mdfiles (b74b93b) - internal: add request options to SSE classes (00dbc30)
- internal: bump dependencies (f49c841)
- internal: codegen related update (1b7c8ff)
- internal: fix lint error on Python 3.14 (cb3f364)
- internal: make
test_proxy_environment_variablesmore resilient (d3ba149) - internal: make
test_proxy_environment_variablesmore resilient to env (1e1d858) - test: do not count install time for mock server timeout (9766097)
- update mock server docs (028965c)
v0.4.1
v0.4.0
0.4.0 (2026-01-13)
Full Changelog: v0.3.4...v0.4.0
Features
Bug Fixes
- ensure streams are always closed (3251033)
- types: allow pyright to infer TypedDict types within SequenceNotStr (f134f9b)
- use async_to_httpx_files in patch method (b147da5)
Chores
- add missing docstrings (05118fc)
- add Python 3.14 classifier and testing (5588224)
- api: update default headers (16949bf)
- deps: mypy 1.18.1 has a regression, pin to 1.17 (e327c6e)
- docs: use environment variables for authentication in code snippets (e44bc95)
- internal: add
--fixargument to lint script (8b25ed1) - internal: add missing files argument to base client (9bc7dc6)
- internal: codegen related update (2eb1adc)
- speedup initial import (2927603)
- update lockfile (37bb7a6)
v0.3.4
0.3.4 (2025-11-12)
Full Changelog: v0.3.3...v0.3.4
Features
Bug Fixes
- compat with Python 3.14 (a63f4ee)
- compat: update signatures of
model_dumpandmodel_dump_jsonfor Pydantic v1 (cf9de5f)
Chores
- package: drop Python 3.8 support (ba0bf24)
v0.3.3
0.3.3 (2025-11-06)
Full Changelog: v0.3.2...v0.3.3
Features
- api: add fetch_policy and mode to /v1beta/search (1d7200a)
Bug Fixes
- api: add back /v1/tasks/runs?=beta (bdecee5)
- api: Make beta headers optional in /v1beta/extract (bc9e1c2)
- api: re-add deprecated max_chars_per_result (e0976a1)
- api: re-add deprecated processor to /v1beta/extract (d656151)
- api: remove full_content from /v1beta/search output (c13d6db)
- client: close streams without requiring full consumption (e6ba5dc)
Chores
v0.3.2
0.3.2 (2025-10-22)
Full Changelog: v0.3.1...v0.3.2
Bug Fixes
- api: default beta headers for /v1beta/search and /v1beta/extract (9f8d8dd)
v0.3.1
0.3.1 (2025-10-21)
Full Changelog: v0.3.0...v0.3.1
Bugfix
- api: Make FetchPolicy a common model instead of an extract specific model (0acbe77)
v0.3.0
0.3.0 (2025-10-21)
This version contains a bug in parameter handling and should not be used. Please use an earlier or later release instead.
Full Changelog: v0.2.2...v0.3.0
Features
- api: Add /v1beta/extract (df40ff5)
Chores
- bump
httpx-aiohttpversion to 0.1.9 (4da4812)
v0.2.2
0.2.2 (2025-10-16)
Full Changelog: v0.2.1...v0.2.2
Features
- api: Add progress meter to Task Run events (176f9d3)
Bug Fixes
- do not set headers with default to omit (8989f91)
Chores
v0.2.1
0.2.1 (2025-09-15)
Full Changelog: v0.2.0...v0.2.1
Features
- api: Allow nullable text schemas (dc87604)
- improve future compat with pydantic v3 (ea49f26)
- types: replace List[str] with SequenceNotStr in params (6155c3f)