You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
### 6.7-SNAPSHOT
4
4
5
5
#### Bugs
6
+
Fix #5145: [java-generator] handle `additionalProperties: true` emitting a field of type `AnyType`
6
7
7
8
#### Improvements
8
9
@@ -17,11 +18,6 @@
17
18
* Fix #4911: Config/RequestConfig.websocketTimeout has been removed. Config/RequestConfig.requestTimeout will be used for websocket connection timeouts.
18
19
* Fix #4911: HttpClient api/building changes - writeTimeout has been removed, readTimeout has moved to the HttpRequest
19
20
20
-
### Unreleased
21
-
22
-
#### Bugs
23
-
Fix #5145: [java-generator] handle `additionalProperties: true` emitting a field of type `AnyType`
24
-
25
21
### 6.6.2 (2023-05-15)
26
22
27
23
#### Bugs
@@ -45,13 +41,13 @@ Fix #5121: RequestConfig is propagated to derived HttpClient instances
45
41
* Fix #4988: Ensuring that previous requests are closed before retry
46
42
* Fix #4993: Quantity class should have @JsonIgnore on the additionalProperties parameter
47
43
* 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
49
45
* Fix #5009: addressing issue with serialization of wrapped polymorphic types
50
46
* Fix #5015: executing resync as a locking operation to ensure resync event ordering
51
47
* Fix #5020: updating the resourceVersion on a delete with finalizers
52
48
* Fix #5033: port forwarding for clients other than okhttp needs to specify the subprotocol
53
49
* 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
55
51
* Fix #5044: disable Vert.x instance file caching
56
52
* Fix #5059: Vert.x InputStreamReader uses an empty Buffer sentinel to avoid NPE
57
53
* Fix #5085: Vert.x HTTP Client InputStreamReadStream works in Native mode
0 commit comments