release: 1.0.0#264
Conversation
|
🧪 Testing To try out this version of the SDK, run: Expires at: Sat, 14 Mar 2026 08:12:28 GMT |
f330499 to
770c5f3
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
| _strict_response_validation=_strict_response_validation, | ||
| ) | ||
|
|
||
| @cached_property |
There was a problem hiding this comment.
Deprecated namespaces removed without compatibility shim
Medium Severity
This release removes the public client.vector_stores surface and related mixedbread.resources/mixedbread.types exports entirely, so existing integrations that still use deprecated vector_store* symbols now fail at runtime with missing attributes/imports instead of continuing to work with deprecation warnings.
Additional Locations (2)
Release version edited manuallyThe Pull Request version has been manually set to If you instead want to use the version number |
770c5f3 to
04ee74d
Compare


Automated Release PR
1.0.0 (2026-02-12)
Full Changelog: v0.46.0...v1.0.0
Features
Chores
actions/github-script(56e9034)This pull request is managed by Stainless's GitHub App.
The semver version number is based on included commit messages. 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
📚 Read the docs
🙋 Reach out for help or questions
Note
Medium Risk
Moderate risk due to breaking public-surface removals (
vector_stores) and changes to request serialization/body construction that could affect how payloads are sent.Overview
Bumps the SDK to v1.0.0 (manifest,
pyproject.toml,_version.py, changelog) and refreshes generated API artifacts/stats and lockfiles.Removes the deprecated
vector_storessurface area entirely (resources and types) in favor ofstores, and updatesapi.mdaccordingly. Store/file search APIs now accept a typedQueryunion (e.g., text/image inputs) instead of plainstr, and store config addssave_content; scored chunk models also expand generated metadata (e.g.,frontmatter, newvideometadata) and loosen some fields to be optional.Improves request body handling by adding
openapi_dumps(custom JSON encoding fordatetime/Pydantic models with aliases) and using it when building requests to avoidhttpxJSON/multipart body conflicts, plus a minor CI action version bump (actions/github-script@v6→v8).Written by Cursor Bugbot for commit 04ee74d. This will update automatically on new commits. Configure here.