v1.4.441
danielmiessler/Fabricv1.4.441Mar 22, 2026by github-actions[bot]
AI Summary
This update includes dependency bumps and removes deprecated Claude model aliases to keep the codebase up to date.
Key Highlights
- Bumped gRPC and Anthropic SDK versions to v1.79.3 and v1.27.1.
- Removed deprecated `ModelClaude4Sonnet20250514` and `ModelClaude4Opus20250514` aliases.
- Updated Gin framework and Ollama client to v1.12.0 and v0.18.2.
Breaking Changes
- Removed deprecated `ModelClaude4Sonnet20250514` and `ModelClaude4Opus20250514` model aliases.
Full Release Notes
## Changes ### PR [#2068](https://github.com/danielmiessler/Fabric/pull/2068) by [dependabot](https://github.com/apps/dependabot) and [ksylvan](https://github.com/ksylvan): chore(deps): bump google.golang.org/grpc from 1.79.0 to 1.79.3 in the go_modules group across 1 directory - Bumped `google.golang.org/grpc` from v1.79.0 to v1.79.3 as an indirect dependency update. - Bumped `anthropic-sdk-go` from v1.23.0 to v1.27.1, keeping the Anthropic client library up to date. - Removed deprecated `ModelClaude4Sonnet20250514` and `ModelClaude4Opus20250514` model aliases from the Go module. - Updated `gin-gonic/gin` to v1.12.0 and `go-git` to v5.17.0, bringing in the latest framework improvements. - Bumped `ollama/ollama` from v0.16.2 to v0.18.2, incorporating the latest Ollama client updates.