diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d5b2ae3..d0e6dfb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## v1.4.367 (2026-01-03) + +### PR [#1912](https://github.com/danielmiessler/Fabric/pull/1912) by [berniegreen](https://github.com/berniegreen): refactor: implement structured streaming and metadata support + +- Feat: add domain types for structured streaming (Phase 1) +- Refactor: update Vendor interface and Chatter for structured streaming (Phase 2) +- Refactor: implement structured streaming in all AI vendors (Phase 3) +- Feat: implement CLI support for metadata display (Phase 4) +- Feat: implement REST API support for metadata streaming (Phase 5) + ## v1.4.366 (2025-12-31) ### PR [#1909](https://github.com/danielmiessler/Fabric/pull/1909) by [copyleftdev](https://github.com/copyleftdev): feat: add greybeard_secure_prompt_engineer pattern diff --git a/cmd/fabric/version.go b/cmd/fabric/version.go index 5eb636d0..b57d1d7d 100644 --- a/cmd/fabric/version.go +++ b/cmd/fabric/version.go @@ -1,3 +1,3 @@ package main -var version = "v1.4.366" +var version = "v1.4.367" diff --git a/cmd/generate_changelog/changelog.db b/cmd/generate_changelog/changelog.db index 2491cd3b..25a1943e 100644 Binary files a/cmd/generate_changelog/changelog.db and b/cmd/generate_changelog/changelog.db differ diff --git a/cmd/generate_changelog/incoming/1912.txt b/cmd/generate_changelog/incoming/1912.txt deleted file mode 100644 index c2dbb159..00000000 --- a/cmd/generate_changelog/incoming/1912.txt +++ /dev/null @@ -1,7 +0,0 @@ -### PR [#1912](https://github.com/danielmiessler/Fabric/pull/1912) by [berniegreen](https://github.com/berniegreen): refactor: implement structured streaming and metadata support - -- Feat: add domain types for structured streaming (Phase 1) -- Refactor: update Vendor interface and Chatter for structured streaming (Phase 2) -- Refactor: implement structured streaming in all AI vendors (Phase 3) -- Feat: implement CLI support for metadata display (Phase 4) -- Feat: implement REST API support for metadata streaming (Phase 5) diff --git a/nix/pkgs/fabric/version.nix b/nix/pkgs/fabric/version.nix index fc911f55..78b7c24c 100644 --- a/nix/pkgs/fabric/version.nix +++ b/nix/pkgs/fabric/version.nix @@ -1 +1 @@ -"1.4.366" +"1.4.367"