mirror of
https://github.com/danielmiessler/fabric.git
synced 2026-09-10 07:36:44 -04:00
chore(release): Update version to v1.4.391
This commit is contained in:
parent
bd38f5ae20
commit
1d7fdffdbd
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -1,5 +1,16 @@
|
|||
# Changelog
|
||||
|
||||
## v1.4.391 (2026-01-24)
|
||||
|
||||
MiniMax unexpected status code: 404 from provider MiniMax, response body: 404 page not found
|
||||
### PR [#1965](https://github.com/danielmiessler/Fabric/pull/1965) by [infinitelyloopy-bt](https://github.com/infinitelyloopy-bt): fix(azure): Fix deployment URL path for Azure OpenAI API
|
||||
|
||||
- Fixed deployment URL path construction for Azure OpenAI API to correctly include deployment names in request URLs
|
||||
- Added custom middleware to transform API paths and extract deployment names from request body model fields
|
||||
- Moved StreamOptions configuration to only apply to streaming requests, as Azure rejects stream_options for non-streaming requests
|
||||
- Added Azure OpenAI troubleshooting documentation with technical details and configuration guidance
|
||||
- Resolved SDK route matching bug that was preventing proper URL generation for Azure OpenAI endpoints
|
||||
|
||||
## v1.4.390 (2026-01-24)
|
||||
|
||||
MiniMax unexpected status code: 404 from provider MiniMax, response body: 404 page not found
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
package main
|
||||
|
||||
var version = "v1.4.390"
|
||||
var version = "v1.4.391"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,8 +0,0 @@
|
|||
MiniMax unexpected status code: 404 from provider MiniMax, response body: 404 page not found
|
||||
### PR [#1965](https://github.com/danielmiessler/Fabric/pull/1965) by [infinitelyloopy-bt](https://github.com/infinitelyloopy-bt): fix(azure): Fix deployment URL path for Azure OpenAI API
|
||||
|
||||
- Fixed deployment URL path construction for Azure OpenAI API to correctly include deployment names in request URLs
|
||||
- Added custom middleware to transform API paths and extract deployment names from request body model fields
|
||||
- Moved StreamOptions configuration to only apply to streaming requests, as Azure rejects stream_options for non-streaming requests
|
||||
- Added Azure OpenAI troubleshooting documentation with technical details and configuration guidance
|
||||
- Resolved SDK route matching bug that was preventing proper URL generation for Azure OpenAI endpoints
|
||||
|
|
@ -1 +1 @@
|
|||
"1.4.390"
|
||||
"1.4.391"
|
||||
|
|
|
|||
Loading…
Reference in a new issue