mirror of
https://github.com/danielmiessler/fabric.git
synced 2026-09-10 07:36:44 -04:00
chore(release): Update version to v1.4.381
This commit is contained in:
parent
42392b0717
commit
8c9c3135ab
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -1,5 +1,15 @@
|
|||
# Changelog
|
||||
|
||||
## v1.4.381 (2026-01-17)
|
||||
|
||||
### PR [#1940](https://github.com/danielmiessler/Fabric/pull/1940) by [ksylvan](https://github.com/ksylvan): Rewrite Ollama chat handler to support proper streaming responses
|
||||
|
||||
- Refactor Ollama chat handler to support proper streaming responses with real-time SSE data parsing
|
||||
- Replace single-read body parsing with streaming bufio.Scanner approach and implement writeOllamaResponse helper function
|
||||
- Add comprehensive error handling improvements including proper HTTP error responses instead of log.Fatal to prevent server crashes
|
||||
- Fix upstream error handling to return stringified error payloads and validate Fabric chat URL hosts
|
||||
- Implement proper request context propagation and align duration fields to int64 nanosecond precision for consistency
|
||||
|
||||
## v1.4.380 (2026-01-16)
|
||||
|
||||
### PR [#1936](https://github.com/danielmiessler/Fabric/pull/1936) by [ksylvan](https://github.com/ksylvan): New Vendor: Microsoft Copilot
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
package main
|
||||
|
||||
var version = "v1.4.380"
|
||||
var version = "v1.4.381"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,7 +0,0 @@
|
|||
### PR [#1940](https://github.com/danielmiessler/Fabric/pull/1940) by [ksylvan](https://github.com/ksylvan): Rewrite Ollama chat handler to support proper streaming responses
|
||||
|
||||
- Refactor Ollama chat handler to support proper streaming responses with real-time SSE data parsing
|
||||
- Replace single-read body parsing with streaming bufio.Scanner approach and implement writeOllamaResponse helper function
|
||||
- Add comprehensive error handling improvements including proper HTTP error responses instead of log.Fatal to prevent server crashes
|
||||
- Fix upstream error handling to return stringified error payloads and validate Fabric chat URL hosts
|
||||
- Implement proper request context propagation and align duration fields to int64 nanosecond precision for consistency
|
||||
|
|
@ -1 +1 @@
|
|||
"1.4.380"
|
||||
"1.4.381"
|
||||
|
|
|
|||
Loading…
Reference in a new issue