Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(release): genereate 3.7.1 changelog #13232

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions changelog/3.7.0/3.7.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
- Sped up the router matching when the `router_flavor` is `traditional_compatible` or `expressions`.
[#12467](https://github.com/Kong/kong/issues/12467)
[KAG-3653](https://konghq.atlassian.net/browse/KAG-3653)

- Fixed an inefficiency issue in the Luajit hashing algorithm
[#13240](https://github.com/Kong/kong/issues/13240)
[KAG-4646](https://konghq.atlassian.net/browse/KAG-4646)
#### Plugin

- **Opentelemetry**: Increased queue max batch size to 200.
Expand Down Expand Up @@ -291,6 +295,14 @@ using `tls_passthrough` and the `traditional_compatible` router flavor.
- Updated telemetry collection for AI Plugins to allow multiple plugins data to be set for the same request.
[#12583](https://github.com/Kong/kong/issues/12583)
[KAG-3759](https://konghq.atlassian.net/browse/KAG-3759) [KAG-4124](https://konghq.atlassian.net/browse/KAG-4124)
- **AI-proxy**: A configuration validation is added to prevent from enabling `log_statistics` upon
providers not supporting statistics. Accordingly, the default of `log_statistics` is changed from
`true` to `false`, and a database migration is added as well for disabling `log_statistics` if it
has already been enabled upon unsupported providers.
[#12860](https://github.com/Kong/kong/issues/12860)
[FTI-5769](https://konghq.atlassian.net/browse/FTI-5769)


#### PDK

- **PDK:** Fixed `kong.request.get_forwarded_port` to always return a number,
Expand Down
52 changes: 52 additions & 0 deletions changelog/3.7.1/3.7.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
## Kong







### Fixes
#### Plugin

- **AI-proxy-plugin**: Fixed a bug where certain Azure models would return partial tokens/words
when in response-streaming mode.
[#13230](https://github.com/Kong/kong/issues/13230)
[KAG-4596](https://konghq.atlassian.net/browse/KAG-4596)

- **AI-proxy-plugin**: Fixed a bug where Cohere and Anthropic providers don't read the `model` parameter properly
from the caller's request body.
[#13230](https://github.com/Kong/kong/issues/13230)
[KAG-4596](https://konghq.atlassian.net/browse/KAG-4596)

- **AI-proxy-plugin**: Fixed a bug where using "OpenAI Function" inference requests would log a
request error, and then hang until timeout.
[#13230](https://github.com/Kong/kong/issues/13230)
[KAG-4596](https://konghq.atlassian.net/browse/KAG-4596)

- **AI-proxy-plugin**: Fixed a bug where AI Proxy would still allow callers to specify their own model,
ignoring the plugin-configured model name.
[#13230](https://github.com/Kong/kong/issues/13230)
[KAG-4596](https://konghq.atlassian.net/browse/KAG-4596)

- **AI-proxy-plugin**: Fixed a bug where AI Proxy would not take precedence of the
plugin's configured model tuning options, over those in the user's LLM request.
[#13230](https://github.com/Kong/kong/issues/13230)
[KAG-4596](https://konghq.atlassian.net/browse/KAG-4596)

- **AI-proxy-plugin**: Fixed a bug where setting OpenAI SDK model parameter "null" caused analytics
to not be written to the logging plugin(s).
[#13230](https://github.com/Kong/kong/issues/13230)
[KAG-4596](https://konghq.atlassian.net/browse/KAG-4596)

- **AI-Proxy**: Resolved a bug where the object constructor would set data on the class instead of the instance
[#13189](https://github.com/Kong/kong/issues/13189)


- **Basic-Auth**: Fix an issue of realm field not recognized for older kong versions (before 3.6)
[#13127](https://github.com/Kong/kong/issues/13127)
[KAG-4516](https://konghq.atlassian.net/browse/KAG-4516)

- **Key-Auth**: Fix an issue of realm field not recognized for older kong versions (before 3.7)
[#13127](https://github.com/Kong/kong/issues/13127)
[KAG-4516](https://konghq.atlassian.net/browse/KAG-4516)
Empty file.
Empty file added changelog/3.7.1/kong/.gitkeep
Empty file.
Loading