chore(release): Update version to v1.4.398

This commit is contained in:
github-actions[bot]
2026-02-03 22:35:21 +00:00
parent e8725be39e
commit 0788ef2f21
5 changed files with 12 additions and 9 deletions

View File

@@ -1,5 +1,15 @@
# Changelog
## v1.4.398 (2026-02-03)
### PR [#1981](https://github.com/danielmiessler/Fabric/pull/1981) by [infinitelyloopy-bt](https://github.com/infinitelyloopy-bt): fix(azure): support GPT-5 and o-series reasoning models
- Fix Azure OpenAI integration to support GPT-5 and o-series reasoning models
- Update default API version from 2024-05-01-preview to 2025-04-01-preview (required for o-series and GPT-5 models)
- Remove NeedsRawMode override that always returned false, inheriting parent logic that correctly skips temperature/top_p for reasoning models
- Add /responses route to deployment middleware for future v1 API support
- Style: remove trailing blank line in azure.go to fix gofmt check
## v1.4.397 (2026-01-31)
### PR [#1979](https://github.com/danielmiessler/Fabric/pull/1979) by [ksylvan](https://github.com/ksylvan): Update Anthropic SDK to v1.20.0 and reorganize model definitions

View File

@@ -1,3 +1,3 @@
package main
var version = "v1.4.397"
var version = "v1.4.398"

Binary file not shown.

View File

@@ -1,7 +0,0 @@
### PR [#1981](https://github.com/danielmiessler/Fabric/pull/1981) by [infinitelyloopy-bt](https://github.com/infinitelyloopy-bt): fix(azure): support GPT-5 and o-series reasoning models
- Fix Azure OpenAI integration to support GPT-5 and o-series reasoning models
- Update default API version from 2024-05-01-preview to 2025-04-01-preview (required for o-series and GPT-5 models)
- Remove NeedsRawMode override that always returned false, inheriting parent logic that correctly skips temperature/top_p for reasoning models
- Add /responses route to deployment middleware for future v1 API support
- Style: remove trailing blank line in azure.go to fix gofmt check

View File

@@ -1 +1 @@
"1.4.397"
"1.4.398"