mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-02-19 10:14:21 -05:00
chore(release): Update version to v1.4.398
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -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
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
package main
|
||||
|
||||
var version = "v1.4.397"
|
||||
var version = "v1.4.398"
|
||||
|
||||
Binary file not shown.
@@ -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
|
||||
@@ -1 +1 @@
|
||||
"1.4.397"
|
||||
"1.4.398"
|
||||
|
||||
Reference in New Issue
Block a user