Skip to content

Commit

Permalink
docs(changelog): generate 3.4.1 changelog (#11640)
Browse files Browse the repository at this point in the history
* docs(*): generate 3.4.1 changelog

* move legacy changelog entries to CHANGELOG.md

* Add new changelog for #11348

---------

Co-authored-by: windmgc <[email protected]>
  • Loading branch information
vm-001 and windmgc authored Sep 26, 2023
1 parent 40f3b78 commit 359cd0a
Show file tree
Hide file tree
Showing 8 changed files with 73 additions and 0 deletions.
65 changes: 65 additions & 0 deletions CHANGELOG/3.4.1/3.4.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
# 3.4.1.0

## Kong


### Additions

#### Core

- Support HTTP query parameters in expression routes.
[#11348](https://github.com/Kong/kong/pull/11348)


### Dependencies

#### Core

- Fix incorrect LuaJIT LDP/STP fusion on ARM64 which may sometimes cause incorrect logic
[#11537](https://github.com/Kong/kong-ee/issues/11537)
[KAG-2473](https://konghq.atlassian.net/browse/KAG-2473)



### Fixes

#### Core

- Removed a hardcoded proxy-wasm isolation level setting that was preventing the
`nginx_http_proxy_wasm_isolation` configuration value from taking effect.
[#11407](https://github.com/Kong/kong/pull/11407)
- Fix an issue that the TTL of the key-auth plugin didnt work in DB-less and Hybrid mode.
[#11464](https://github.com/Kong/kong-ee/issues/11464)
[FTI-4512](https://konghq.atlassian.net/browse/FTI-4512)
- Fix a problem that abnormal socket connection will be reused when querying Postgres database.
[#11480](https://github.com/Kong/kong-ee/issues/11480)
[FTI-5322](https://konghq.atlassian.net/browse/FTI-5322)
- Fix upstream ssl failure when plugins use response handler
[#11502](https://github.com/Kong/kong-ee/issues/11502)
[FTI-5347](https://konghq.atlassian.net/browse/FTI-5347)
- Fix an issue that protocol `tls_passthrough` can not work with expressions flavor
[#11538](https://github.com/Kong/kong-ee/issues/11538)
[KAG-2561](https://konghq.atlassian.net/browse/KAG-2561)

#### PDK

- Fix several issues in Vault and refactor the Vault code base: - Make DAOs to fallback to empty string when resolving Vault references fail - Use node level mutex when rotation references - Refresh references on config changes - Update plugin referenced values only once per request - Pass only the valid config options to vault implementations - Resolve multi-value secrets only once when rotating them - Do not start vault secrets rotation timer on control planes - Re-enable negative caching - Reimplement the kong.vault.try function - Remove references from rotation in case their configuration has changed

[#11402](https://github.com/Kong/kong-ee/issues/11402)
[KAG-2273](https://konghq.atlassian.net/browse/KAG-2273)
- Tracing: fix an issue that resulted in some parent spans to end before their children due to different precision of their timestamps
[#11484](https://github.com/Kong/kong-ee/issues/11484)
[KAG-2336](https://konghq.atlassian.net/browse/KAG-2336)

#### Plugin

- **Opentelemetry**: fix an issue that resulted in invalid parent IDs in the propagated tracing headers
[#11468](https://github.com/Kong/kong-ee/issues/11468)
[KAG-2281](https://konghq.atlassian.net/browse/KAG-2281)

## Kong Manager

### Fixes

- Fixed entity docs link.
[#92](https://github.com/Kong/kong-manager/pull/92)
8 changes: 8 additions & 0 deletions CHANGELOG/3.4.1/kong/11348.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
message: Support HTTP query parameters in expression routes.
type: feature
scope: Core
prs:
- 11348
jiras:
- KAG-2050
- KAG-2289
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 359cd0a

Please sign in to comment.