v1.4.412
danielmiessler/Fabricv1.4.412Feb 18, 2026by github-actions[bot]
AI Summary
Updated various Go dependencies (sqlite3, ollama, google API) and removed deprecated model references from the Anthropic and OpenAI-compatible providers.
Key Highlights
- Bumped Go dependencies (go-sqlite3, ollama, google.golang.org/api).
- Removed deprecated Claude 3.x model references from Anthropic client.
- Removed deprecated `claude-3-7-sonnet` model from OpenAI-compatible provider.
New Features
- Dependency updates
- Removal of deprecated models
Full Release Notes
## Changes ### PR [#1996](https://github.com/danielmiessler/Fabric/pull/1996) by [ksylvan](https://github.com/ksylvan): chore: bump Go dependencies and remove deprecated Anthropic models - Bump go-sqlite3 from v1.14.33 to v1.14.34, ollama from v0.15.6 to v0.16.1, google.golang.org/api from v0.265.0 to v0.266.0, and google.golang.org/grpc from v1.78.0 to v1.79.0 to keep dependencies up to date. - Removed deprecated Claude 3.x model references from the Anthropic client and the claude-3-7-sonnet model from the OpenAI-compatible provider config.