Skip to content

Commit 8491354

Browse files
chore(release): Update version to v1.4.334
1 parent 1fd5b0d commit 8491354

File tree

6 files changed

+24
-21
lines changed

6 files changed

+24
-21
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## v1.4.334 (2025-11-26)
4+
5+
### PR [#1845](https://github.com/danielmiessler/Fabric/pull/1845) by [ksylvan](https://github.com/ksylvan): Add Claude Opus 4.5 Support
6+
7+
- Add Claude Opus 4.5 model variants to Anthropic client
8+
- Upgrade anthropic-sdk-go from v1.16.0 to v1.19.0
9+
- Update golang.org/x/crypto from v0.41.0 to v0.45.0
10+
- Upgrade golang.org/x/net from v0.43.0 to v0.47.0
11+
- Bump golang.org/x/text from v0.28.0 to v0.31.0
12+
313
## v1.4.333 (2025-11-25)
414

515
### PR [#1833](https://github.com/danielmiessler/Fabric/pull/1833) by [junaid18183](https://github.com/junaid18183): Added concall_summary

cmd/fabric/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package main
22

3-
var version = "v1.4.333"
3+
var version = "v1.4.334"
0 Bytes
Binary file not shown.

cmd/generate_changelog/incoming/1845.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

nix/pkgs/fabric/gomod2nix.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ schema = 3
3232
version = "v1.3.3"
3333
hash = "sha256-jv7ZshpSd7FZzKKN6hqlUgiR8C3y85zNIS/hq7g76Ho="
3434
[mod."github.com/anthropics/anthropic-sdk-go"]
35-
version = "v1.16.0"
36-
hash = "sha256-hD6Ix+V5IBFfoaCuAZemrDQx/+G111fCYHn2FAxFuEE="
35+
version = "v1.19.0"
36+
hash = "sha256-ubYeau5XL0tx4c/79L58rzJGOdOWs9z6WQOtN6mpgxw="
3737
[mod."github.com/araddon/dateparse"]
3838
version = "v0.0.0-20210429162001-6b43995a97de"
3939
hash = "sha256-UuX84naeRGMsFOgIgRoBHG5sNy1CzBkWPKmd6VbLwFw="
@@ -317,26 +317,26 @@ schema = 3
317317
version = "v0.18.0"
318318
hash = "sha256-tUpUPERjmRi7zldj0oPlnbnBhEkcI9iQGvP1HqlsK10="
319319
[mod."golang.org/x/crypto"]
320-
version = "v0.41.0"
321-
hash = "sha256-o5Di0lsFmYnXl7a5MBTqmN9vXMCRpE9ay71C1Ar8jEY="
320+
version = "v0.45.0"
321+
hash = "sha256-IpNesJYxFcs2jGvagwJrUD/gsJfA3UiETjQwYByXxSY="
322322
[mod."golang.org/x/exp"]
323323
version = "v0.0.0-20250531010427-b6e5de432a8b"
324324
hash = "sha256-QaFfjyB+pogCkUkJskR9xnXwkCOU828XJRrzwwLm6Ms="
325325
[mod."golang.org/x/net"]
326-
version = "v0.43.0"
327-
hash = "sha256-bf3iQFrsC8BoarVaS0uSspEFAcr1zHp1uziTtBpwV34="
326+
version = "v0.47.0"
327+
hash = "sha256-2qFgCd0YfNCGkLrf+xvnhQtKjSe8CymMdLlN3svUYTg="
328328
[mod."golang.org/x/oauth2"]
329329
version = "v0.30.0"
330330
hash = "sha256-btD7BUtQpOswusZY5qIU90uDo38buVrQ0tmmQ8qNHDg="
331331
[mod."golang.org/x/sync"]
332-
version = "v0.16.0"
333-
hash = "sha256-sqKDRESeMzLe0jWGWltLZL/JIgrn0XaIeBWCzVN3Bks="
332+
version = "v0.18.0"
333+
hash = "sha256-S8o6y7GOaYWeq+TzT8BB6T+1mg82Mu08V0TL3ukJprg="
334334
[mod."golang.org/x/sys"]
335-
version = "v0.35.0"
336-
hash = "sha256-ZKM8pesQE6NAFZeKQ84oPn5JMhGr8g4TSwLYAsHMGSI="
335+
version = "v0.38.0"
336+
hash = "sha256-1+i5EaG3JwH3KMtefzJLG5R6jbOeJM4GK3/LHBVnSy0="
337337
[mod."golang.org/x/text"]
338-
version = "v0.28.0"
339-
hash = "sha256-8UlJniGK+km4Hmrw6XMxELnExgrih7+z8tU26Cntmto="
338+
version = "v0.31.0"
339+
hash = "sha256-AT46RrSmV6+/d5FDhs9fPwYzmQ7WSo+YL9tPfhREwLw="
340340
[mod."google.golang.org/api"]
341341
version = "v0.247.0"
342342
hash = "sha256-UzTtydHmNqh1OXbxcN5qNKQxb5dV6h2Mo6DH4P219Ec="

nix/pkgs/fabric/version.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"1.4.333"
1+
"1.4.334"

0 commit comments

Comments
 (0)