Skip to content

Commit

Permalink
docs(release): genereate 2.8.5 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyZhang0707 committed Jun 20, 2024
1 parent b6fb3f9 commit 2e45bbe
Show file tree
Hide file tree
Showing 13 changed files with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions changelog/2.8.5/2.8.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
## Kong


### Performance
#### Configuration

- Bump `dns_stale_ttl` default to 1 hour so stale DNS record can be used for longer time in case of resolver downtime.
[#12159](https://github.com/Kong/kong/issues/12159)


- Bumped default values of `nginx_http_keepalive_requests` and `upstream_keepalive_max_requests` to `10000`.
[#12533](https://github.com/Kong/kong/issues/12533)
[KAG-3360](https://konghq.atlassian.net/browse/KAG-3360)



### Dependencies
#### Core

- Bumped lua-resty-healthcheck from 1.5.3 to 1.5.4
[#12238](https://github.com/Kong/kong/issues/12238)
[FTI-5478](https://konghq.atlassian.net/browse/FTI-5478)

- Bump lua-kong-nginx-module from 0.2.1 to 0.2.2
[#12007](https://github.com/Kong/kong/issues/12007)
[KAG-3040](https://konghq.atlassian.net/browse/KAG-3040)

### Features
#### Core

- A unique Request ID is now populated in the error log, access log, error templates, log serializer, and in a new X-Kong-Request-Id header (configurable for upstream/downstream using the `headers` and `headers_upstream` configuration options).
[#12007](https://github.com/Kong/kong/issues/12007)
[KAG-3040](https://konghq.atlassian.net/browse/KAG-3040)

### Fixes
#### Core

- Eliminate asynchronous timer in syncQuery() to prevent hang risk
[#12041](https://github.com/Kong/kong/issues/12041)
[KAG-2300](https://konghq.atlassian.net/browse/KAG-2300)

- Update the DNS client to follow configured timeouts in a more predictable manner
[#12041](https://github.com/Kong/kong/issues/12041)
[KAG-2300](https://konghq.atlassian.net/browse/KAG-2300)

- Fixed the UDP socket leaking issue of the DNS module.
[#12698](https://github.com/Kong/kong/issues/12698)
[FTI-5803](https://konghq.atlassian.net/browse/FTI-5803)
Empty file.
Empty file added changelog/2.8.5/kong/.gitkeep
Empty file.
File renamed without changes.
Empty file.
Empty file.

0 comments on commit 2e45bbe

Please sign in to comment.