This release includes 2 breaking changes for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
ReleasePort's take
Moderate signalVersion v0.1.2 removes the `sentence-transformers` runtime dependency and cleans up local model storage to prevent model weights from being committed to Git.
Why it matters: If you rely on `sentence-transformers`, update your application code or add it manually; otherwise, benefit from tidier repositories without accidental weight commits.
Summary
AI summaryRemoved sentence-transformers runtime dependency and cleaned up local model storage.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Added MCP-first Docker support. Added MCP-first Docker support. Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
Added Docker Hub-ready image metadata and runtime layout. Added Docker Hub-ready image metadata and runtime layout. Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
Added Streamable HTTP/SSE-friendly MCP server configuration. Added Streamable HTTP/SSE-friendly MCP server configuration. Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
Added multiple built-in ONNX embedding presets. Added multiple built-in ONNX embedding presets. Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
Added custom Hugging Face ONNX model support. Added custom Hugging Face ONNX model support. Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Deprecation | Medium |
Removed `sentence-transformers` from runtime dependencies. Removed `sentence-transformers` from runtime dependencies. Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Refactor | Medium |
Cleaned up local model storage so model weights stay out of Git. Cleaned up local model storage so model weights stay out of Git. Source: llm_adapter@2026-05-21 Confidence: high |
— |
Full changelog
v0.1.2
TinySearch now has a much cleaner local embedding and Docker story, with MCP as the first-class runtime.
Highlights
- Added MCP-first Docker support.
- Added Docker Hub-ready image metadata and runtime layout.
- Added Streamable HTTP/SSE-friendly MCP server configuration.
- Added multiple built-in ONNX embedding presets.
- Added custom Hugging Face ONNX model support.
- Removed
sentence-transformersfrom runtime dependencies. - Cleaned up local model storage so model weights stay out of Git.
Docker
TinySearch can now run as a Dockerized MCP server.
Published image:
docker pull marcellm01/tinysearch:v0.1.2
Breaking Changes
- Removed `sentence-transformers` from runtime dependencies.
- Cleaned up local model storage to exclude model weights from Git.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About TinySearch
All releases →Related context
Beta — feedback welcome: [email protected]