Skip to content

release: 1.0.0#264

Merged
joeldierkes merged 11 commits intomainfrom
release-please--branches--main--changes--next
Feb 12, 2026
Merged

release: 1.0.0#264
joeldierkes merged 11 commits intomainfrom
release-please--branches--main--changes--next

Conversation

@stainless-app
Copy link
Copy Markdown
Contributor

@stainless-app stainless-app Bot commented Feb 12, 2026

Automated Release PR

1.0.0 (2026-02-12)

Full Changelog: v0.46.0...v1.0.0

Features

Chores

  • ci: upgrade actions/github-script (56e9034)
  • internal: bump dependencies (580f6f8)

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_stores surface area entirely (resources and types) in favor of stores, and updates api.md accordingly. Store/file search APIs now accept a typed Query union (e.g., text/image inputs) instead of plain str, and store config adds save_content; scored chunk models also expand generated metadata (e.g., frontmatter, new video metadata) and loosen some fields to be optional.

Improves request body handling by adding openapi_dumps (custom JSON encoding for datetime/Pydantic models with aliases) and using it when building requests to avoid httpx JSON/multipart body conflicts, plus a minor CI action version bump (actions/github-script@v6v8).

Written by Cursor Bugbot for commit 04ee74d. This will update automatically on new commits. Configure here.

@stainless-app
Copy link
Copy Markdown
Contributor Author

stainless-app Bot commented Feb 12, 2026

🧪 Testing

To try out this version of the SDK, run:

pip install 'https://pkg.stainless.com/s/mixedbread-python/580f6f8a878e936e1f9474138c1d7c839681b537/mixedbread-0.46.0-py3-none-any.whl'

Expires at: Sat, 14 Mar 2026 08:12:28 GMT
Updated at: Thu, 12 Feb 2026 08:12:28 GMT

@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from f330499 to 770c5f3 Compare February 12, 2026 08:12
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread src/mixedbread/_client.py
_strict_response_validation=_strict_response_validation,
)

@cached_property
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)

Fix in Cursor Fix in Web

@joeldierkes joeldierkes changed the title release: 0.47.0 release: 1.0.0 Feb 12, 2026
@stainless-app
Copy link
Copy Markdown
Contributor Author

stainless-app Bot commented Feb 12, 2026

Release version edited manually

The Pull Request version has been manually set to 1.0.0 and will be used for the release.

If you instead want to use the version number 0.47.0 generated from conventional commits, just remove the label autorelease: custom version from this Pull Request.

@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 770c5f3 to 04ee74d Compare February 12, 2026 08:26
@joeldierkes joeldierkes merged commit 8d14736 into main Feb 12, 2026
7 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant