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
* feat: Update search docs by removing description from typebox schemas
* fix(pydantic): do not pass `by_alias` unless set
* fix(deps): bump minimum typing-extensions version
* chore(internal): tweak CI branches
* codegen metadata
* fix: sanitize endpoint path params
* refactor(tests): switch from prism to steady
* chore(tests): bump steady to v0.19.4
* chore(tests): bump steady to v0.19.5
* chore(internal): update gitignore
* chore(tests): bump steady to v0.19.6
* codegen metadata
* codegen metadata
* codegen metadata
* codegen metadata
* codegen metadata
* chore(ci): skip lint on metadata-only changes
Note that we still want to run tests, as these depend on the metadata.
* chore(tests): bump steady to v0.19.7
* feat(internal): implement indices array format for query and form serialization
* codegen metadata
* chore(tests): bump steady to v0.20.1
* chore(tests): bump steady to v0.20.2
* feat: [CORE-000][apps/api] Add verified to SDK
* release: 1.8.0
---------
Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+35Lines changed: 35 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,40 @@
1
1
# Changelog
2
2
3
+
## 1.8.0 (2026-04-06)
4
+
5
+
Full Changelog: [v1.7.0...v1.8.0](https://github.com/browserbase/sdk-python/compare/v1.7.0...v1.8.0)
6
+
7
+
### Features
8
+
9
+
*[CORE-000][apps/api] Add verified to SDK ([1579bf9](https://github.com/browserbase/sdk-python/commit/1579bf91b323f565abc7bdf54a131cd3e8e2f4d9))
10
+
***internal:** implement indices array format for query and form serialization ([17a85d5](https://github.com/browserbase/sdk-python/commit/17a85d54d36f45acf242d066b13c49e90b4a2777))
11
+
* Update search docs by removing description from typebox schemas ([7913112](https://github.com/browserbase/sdk-python/commit/7913112d697666bf4381119f5962c284bd91b410))
12
+
13
+
14
+
### Bug Fixes
15
+
16
+
***deps:** bump minimum typing-extensions version ([962e72a](https://github.com/browserbase/sdk-python/commit/962e72a121f27a603f92311917426c9aee84d805))
17
+
***pydantic:** do not pass `by_alias` unless set ([3e6a912](https://github.com/browserbase/sdk-python/commit/3e6a912dc0a117c2deb229bb5230d2294de3b129))
0 commit comments