chore(release): Update version to v1.4.473
Some checks failed
Go Build / Run tests (push) Has been cancelled
Update Version File and Create Tag / update-version (push) Has been cancelled

This commit is contained in:
github-actions[bot] 2026-08-29 16:37:15 +00:00
parent 95c5b7d6ba
commit cc2a9d39d6
5 changed files with 10 additions and 7 deletions

View file

@ -1,5 +1,13 @@
# Changelog
## v1.4.473 (2026-08-29)
### PR [#2203](https://github.com/danielmiessler/Fabric/pull/2203) by [pacocartones](https://github.com/pacocartones) and [ksylvan](https://github.com/ksylvan): fix(web): preserve multi-byte UTF-8 split across SSE chunks in chat stream
- Fix: preserve split UTF-8 characters in streaming responses
- Decode API response chunks with persistent streaming state
- Reuse streaming decoder when inspecting chat backend events
## v1.4.472 (2026-08-29)
### PR [#2198](https://github.com/danielmiessler/Fabric/pull/2198) by [cuihuan](https://github.com/cuihuan): feat(providers): add Synthorai as an OpenAI-compatible provider

View file

@ -1,3 +1,3 @@
package main
var version = "v1.4.472"
var version = "v1.4.473"

Binary file not shown.

View file

@ -1,5 +0,0 @@
### PR [#2203](https://github.com/danielmiessler/Fabric/pull/2203) by [pacocartones](https://github.com/pacocartones) and [ksylvan](https://github.com/ksylvan): fix(web): preserve multi-byte UTF-8 split across SSE chunks in chat stream
- Fix: preserve split UTF-8 characters in streaming responses
- Decode API response chunks with persistent streaming state
- Reuse streaming decoder when inspecting chat backend events

View file

@ -1 +1 @@
"1.4.472"
"1.4.473"