chore(release): Update version to v1.4.381

This commit is contained in:
github-actions[bot] 2026-01-17 14:50:18 +00:00
parent 42392b0717
commit 8c9c3135ab
5 changed files with 12 additions and 9 deletions

View file

@ -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

View file

@ -1,3 +1,3 @@
package main
var version = "v1.4.380"
var version = "v1.4.381"

Binary file not shown.

View file

@ -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

View file

@ -1 +1 @@
"1.4.380"
"1.4.381"