mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-01-09 14:28:01 -05:00
Merge branch 'danielmiessler:main' into main
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -1,5 +1,15 @@
|
||||
# Changelog
|
||||
|
||||
## v1.4.334 (2025-11-26)
|
||||
|
||||
### PR [#1845](https://github.com/danielmiessler/Fabric/pull/1845) by [ksylvan](https://github.com/ksylvan): Add Claude Opus 4.5 Support
|
||||
|
||||
- Add Claude Opus 4.5 model variants to Anthropic client
|
||||
- Upgrade anthropic-sdk-go from v1.16.0 to v1.19.0
|
||||
- Update golang.org/x/crypto from v0.41.0 to v0.45.0
|
||||
- Upgrade golang.org/x/net from v0.43.0 to v0.47.0
|
||||
- Bump golang.org/x/text from v0.28.0 to v0.31.0
|
||||
|
||||
## v1.4.333 (2025-11-25)
|
||||
|
||||
### PR [#1833](https://github.com/danielmiessler/Fabric/pull/1833) by [junaid18183](https://github.com/junaid18183): Added concall_summary
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
package main
|
||||
|
||||
var version = "v1.4.333"
|
||||
var version = "v1.4.334"
|
||||
|
||||
Binary file not shown.
@@ -1,7 +0,0 @@
|
||||
### PR [#1845](https://github.com/danielmiessler/Fabric/pull/1845) by [ksylvan](https://github.com/ksylvan): Add Claude Opus 4.5 Support
|
||||
|
||||
- Add Claude Opus 4.5 model variants to Anthropic client
|
||||
- Upgrade anthropic-sdk-go from v1.16.0 to v1.19.0
|
||||
- Update golang.org/x/crypto from v0.41.0 to v0.45.0
|
||||
- Upgrade golang.org/x/net from v0.43.0 to v0.47.0
|
||||
- Bump golang.org/x/text from v0.28.0 to v0.31.0
|
||||
@@ -32,8 +32,8 @@ schema = 3
|
||||
version = "v1.3.3"
|
||||
hash = "sha256-jv7ZshpSd7FZzKKN6hqlUgiR8C3y85zNIS/hq7g76Ho="
|
||||
[mod."github.com/anthropics/anthropic-sdk-go"]
|
||||
version = "v1.16.0"
|
||||
hash = "sha256-hD6Ix+V5IBFfoaCuAZemrDQx/+G111fCYHn2FAxFuEE="
|
||||
version = "v1.19.0"
|
||||
hash = "sha256-ubYeau5XL0tx4c/79L58rzJGOdOWs9z6WQOtN6mpgxw="
|
||||
[mod."github.com/araddon/dateparse"]
|
||||
version = "v0.0.0-20210429162001-6b43995a97de"
|
||||
hash = "sha256-UuX84naeRGMsFOgIgRoBHG5sNy1CzBkWPKmd6VbLwFw="
|
||||
@@ -317,26 +317,26 @@ schema = 3
|
||||
version = "v0.18.0"
|
||||
hash = "sha256-tUpUPERjmRi7zldj0oPlnbnBhEkcI9iQGvP1HqlsK10="
|
||||
[mod."golang.org/x/crypto"]
|
||||
version = "v0.41.0"
|
||||
hash = "sha256-o5Di0lsFmYnXl7a5MBTqmN9vXMCRpE9ay71C1Ar8jEY="
|
||||
version = "v0.45.0"
|
||||
hash = "sha256-IpNesJYxFcs2jGvagwJrUD/gsJfA3UiETjQwYByXxSY="
|
||||
[mod."golang.org/x/exp"]
|
||||
version = "v0.0.0-20250531010427-b6e5de432a8b"
|
||||
hash = "sha256-QaFfjyB+pogCkUkJskR9xnXwkCOU828XJRrzwwLm6Ms="
|
||||
[mod."golang.org/x/net"]
|
||||
version = "v0.43.0"
|
||||
hash = "sha256-bf3iQFrsC8BoarVaS0uSspEFAcr1zHp1uziTtBpwV34="
|
||||
version = "v0.47.0"
|
||||
hash = "sha256-2qFgCd0YfNCGkLrf+xvnhQtKjSe8CymMdLlN3svUYTg="
|
||||
[mod."golang.org/x/oauth2"]
|
||||
version = "v0.30.0"
|
||||
hash = "sha256-btD7BUtQpOswusZY5qIU90uDo38buVrQ0tmmQ8qNHDg="
|
||||
[mod."golang.org/x/sync"]
|
||||
version = "v0.16.0"
|
||||
hash = "sha256-sqKDRESeMzLe0jWGWltLZL/JIgrn0XaIeBWCzVN3Bks="
|
||||
version = "v0.18.0"
|
||||
hash = "sha256-S8o6y7GOaYWeq+TzT8BB6T+1mg82Mu08V0TL3ukJprg="
|
||||
[mod."golang.org/x/sys"]
|
||||
version = "v0.35.0"
|
||||
hash = "sha256-ZKM8pesQE6NAFZeKQ84oPn5JMhGr8g4TSwLYAsHMGSI="
|
||||
version = "v0.38.0"
|
||||
hash = "sha256-1+i5EaG3JwH3KMtefzJLG5R6jbOeJM4GK3/LHBVnSy0="
|
||||
[mod."golang.org/x/text"]
|
||||
version = "v0.28.0"
|
||||
hash = "sha256-8UlJniGK+km4Hmrw6XMxELnExgrih7+z8tU26Cntmto="
|
||||
version = "v0.31.0"
|
||||
hash = "sha256-AT46RrSmV6+/d5FDhs9fPwYzmQ7WSo+YL9tPfhREwLw="
|
||||
[mod."google.golang.org/api"]
|
||||
version = "v0.247.0"
|
||||
hash = "sha256-UzTtydHmNqh1OXbxcN5qNKQxb5dV6h2Mo6DH4P219Ec="
|
||||
|
||||
@@ -1 +1 @@
|
||||
"1.4.333"
|
||||
"1.4.334"
|
||||
|
||||
Reference in New Issue
Block a user