Skip to content

Commit 441e3f2

Browse files
committed
chore: fix changelog entry for #5145
Signed-off-by: Marc Nuri <[email protected]>
1 parent 414f60b commit 441e3f2

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
### 6.7-SNAPSHOT
44

55
#### Bugs
6+
Fix #5145: [java-generator] handle `additionalProperties: true` emitting a field of type `AnyType`
67

78
#### Improvements
89

@@ -17,11 +18,6 @@
1718
* Fix #4911: Config/RequestConfig.websocketTimeout has been removed. Config/RequestConfig.requestTimeout will be used for websocket connection timeouts.
1819
* Fix #4911: HttpClient api/building changes - writeTimeout has been removed, readTimeout has moved to the HttpRequest
1920

20-
### Unreleased
21-
22-
#### Bugs
23-
Fix #5145: [java-generator] handle `additionalProperties: true` emitting a field of type `AnyType`
24-
2521
### 6.6.2 (2023-05-15)
2622

2723
#### Bugs
@@ -45,13 +41,13 @@ Fix #5121: RequestConfig is propagated to derived HttpClient instances
4541
* Fix #4988: Ensuring that previous requests are closed before retry
4642
* Fix #4993: Quantity class should have @JsonIgnore on the additionalProperties parameter
4743
* Fix #5000: Remove clashing `v1alpha` apigroup packages in `istio-model-v1beta1`
48-
* fix #5002: Jetty response completion accounts for header processing
44+
* Fix #5002: Jetty response completion accounts for header processing
4945
* Fix #5009: addressing issue with serialization of wrapped polymorphic types
5046
* Fix #5015: executing resync as a locking operation to ensure resync event ordering
5147
* Fix #5020: updating the resourceVersion on a delete with finalizers
5248
* Fix #5033: port forwarding for clients other than okhttp needs to specify the subprotocol
5349
* Fix #5035: allowed client.authentication.k8s.io/v1 to work for the ExecConfig
54-
* fix #5036: Better websocket error handling for protocol / client enforced errors, also update frame/message limits
50+
* Fix #5036: Better websocket error handling for protocol / client enforced errors, also update frame/message limits
5551
* Fix #5044: disable Vert.x instance file caching
5652
* Fix #5059: Vert.x InputStreamReader uses an empty Buffer sentinel to avoid NPE
5753
* Fix #5085: Vert.x HTTP Client InputStreamReadStream works in Native mode

0 commit comments

Comments
 (0)