diff --git a/CHANGELOG.md b/CHANGELOG.md index 241e3227..d3c911cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## v1.4.295 (2025-08-24) + +### PR [#1727](https://github.com/danielmiessler/Fabric/pull/1727) by [ksylvan](https://github.com/ksylvan): Standardize Anthropic Beta Failure Logging + +- Refactor: route Anthropic beta failure logs through internal debug logger +- Replace fmt.Fprintf stderr with debuglog.Debug for beta failures +- Import internal log package and remove os dependency +- Standardize logging level to debuglog.Basic for beta errors +- Preserve fallback stream behavior when beta features fail + ## v1.4.294 (2025-08-20) ### PR [#1723](https://github.com/danielmiessler/Fabric/pull/1723) by [ksylvan](https://github.com/ksylvan): docs: update README with Venice AI provider and Windows install script diff --git a/cmd/fabric/version.go b/cmd/fabric/version.go index 0eacfa06..8a5d5671 100644 --- a/cmd/fabric/version.go +++ b/cmd/fabric/version.go @@ -1,3 +1,3 @@ package main -var version = "v1.4.294" +var version = "v1.4.295" diff --git a/cmd/generate_changelog/changelog.db b/cmd/generate_changelog/changelog.db index 993ad761..f557d05f 100644 Binary files a/cmd/generate_changelog/changelog.db and b/cmd/generate_changelog/changelog.db differ diff --git a/cmd/generate_changelog/incoming/1727.txt b/cmd/generate_changelog/incoming/1727.txt deleted file mode 100644 index 2529563a..00000000 --- a/cmd/generate_changelog/incoming/1727.txt +++ /dev/null @@ -1,7 +0,0 @@ -### PR [#1727](https://github.com/danielmiessler/Fabric/pull/1727) by [ksylvan](https://github.com/ksylvan): Standardize Anthropic Beta Failure Logging - -- Refactor: route Anthropic beta failure logs through internal debug logger -- Replace fmt.Fprintf stderr with debuglog.Debug for beta failures -- Import internal log package and remove os dependency -- Standardize logging level to debuglog.Basic for beta errors -- Preserve fallback stream behavior when beta features fail diff --git a/nix/pkgs/fabric/version.nix b/nix/pkgs/fabric/version.nix index 75a49af7..58a269fc 100644 --- a/nix/pkgs/fabric/version.nix +++ b/nix/pkgs/fabric/version.nix @@ -1 +1 @@ -"1.4.294" +"1.4.295"