You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automated Release PR
---
## 0.3.3 (2025-11-06)
Full Changelog:
[v0.3.2...v0.3.3](v0.3.2...v0.3.3)
### Features
* **api:** add fetch_policy and mode to /v1beta/search
([1d7200a](1d7200a))
### Bug Fixes
* **api:** add back /v1/tasks/runs?=beta
([bdecee5](bdecee5))
* **api:** Make beta headers optional in /v1beta/extract
([bc9e1c2](bc9e1c2))
* **api:** re-add deprecated max_chars_per_result
([e0976a1](e0976a1))
* **api:** re-add deprecated processor to /v1beta/extract
([d656151](d656151))
* **api:** remove full_content from /v1beta/search output
([c13d6db](c13d6db))
* **client:** close streams without requiring full consumption
([e6ba5dc](e6ba5dc))
### Chores
* **internal/tests:** avoid race condition with implicit client cleanup
([4ec359d](4ec359d))
* **internal:** grammar fix (it's -> its)
([fd8a351](fd8a351))
* **lint:** reorder imports
([901e4f1](901e4f1))
---
This pull request is managed by Stainless's [GitHub
App](https://github.com/apps/stainless-app).
The [semver version
number](https://semver.org/#semantic-versioning-specification-semver) is
based on included [commit
messages](https://www.conventionalcommits.org/en/v1.0.0/).
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](https://www.stainlessapi.com)
📚 Read the [docs](https://app.stainlessapi.com/docs)
🙋 [Reach out](mailto:support@stainlessapi.com) for help or questions
---------
Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
Co-authored-by: Anshul Tomar <anshul@parallel.ai>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,30 @@
1
1
# Changelog
2
2
3
+
## 0.3.3 (2025-11-06)
4
+
5
+
Full Changelog: [v0.3.2...v0.3.3](https://github.com/parallel-web/parallel-sdk-python/compare/v0.3.2...v0.3.3)
6
+
7
+
### Features
8
+
9
+
***api:** add fetch_policy and mode to /v1beta/search ([1d7200a](https://github.com/parallel-web/parallel-sdk-python/commit/1d7200a56264719ea109e352c3ef0a02609495fd))
10
+
11
+
12
+
### Bug Fixes
13
+
14
+
***api:** add back /v1/tasks/runs?=beta ([bdecee5](https://github.com/parallel-web/parallel-sdk-python/commit/bdecee5bfd3811751c340ef4ac38e76cdf264c29))
15
+
***api:** Make beta headers optional in /v1beta/extract ([bc9e1c2](https://github.com/parallel-web/parallel-sdk-python/commit/bc9e1c205267203806d09cf52c0a30482fff40b8))
***api:** re-add deprecated processor to /v1beta/extract ([d656151](https://github.com/parallel-web/parallel-sdk-python/commit/d6561513ed508f4337b650269090c55eea00d7f9))
18
+
***api:** remove full_content from /v1beta/search output ([c13d6db](https://github.com/parallel-web/parallel-sdk-python/commit/c13d6db25c054a91d0a4c0fa0ad09c051cf0a92a))
19
+
***client:** close streams without requiring full consumption ([e6ba5dc](https://github.com/parallel-web/parallel-sdk-python/commit/e6ba5dc8bb4cc3ad283540e46375e799e5a10cea))
20
+
21
+
22
+
### Chores
23
+
24
+
***internal/tests:** avoid race condition with implicit client cleanup ([4ec359d](https://github.com/parallel-web/parallel-sdk-python/commit/4ec359dbc78ec6bf64780fcf7499d684205442a8))
0 commit comments