|
3 | 3 | ### 6.5-SNAPSHOT |
4 | 4 |
|
5 | 5 | #### Bugs |
| 6 | +* Fix #4723: (java-generator) Fix a race in the use of JavaParser hitting large CRDs |
6 | 7 | * Fix #4784: json-schema draft-05 is a (404). Updating to draft-07 (`http://json-schema.org/draft-07/schema#`) |
7 | 8 | * Fix #4791: handle the `NullPointerException` in `Thread.currentThread().getContextClassLoader()` |
8 | | -* Fix #4832: NO_PROXY can match cidr with bit suffix <10 |
9 | | -* Fix #4851: adding buffer cloning to ensure buffers cannot be modified after sending |
10 | 9 | * Fix #4794: improving the semantics of manually calling informer stop |
11 | 10 | * Fix #4797: OkHttpClientFactory.additionalConfig can be used to override the default OkHttp Dispatcher |
12 | 11 | * Fix #4798: fix leader election release on cancel |
| 12 | +* Fix #4803: Windows .kube/config file with spaces in command can be deserialized |
13 | 13 | * Fix #4815: (java-generator) create target download directory if it doesn't exist |
14 | | -* Fix #4846: allowed for pod read / copy operations to distinguish when the target doesn't exist |
15 | | -* Fix #4818: [java-generator] Escape `*/` in generated JavaDocs |
| 14 | +* Fix #4818: (java-generator) Escape `*/` in generated JavaDocs |
16 | 15 | * Fix #4823: (java-generator) handle special characters in field names |
17 | | -* Fix #4723: [java-generator] Fix a race in the use of JavaParser hitting large CRDs |
| 16 | +* Fix #4832: NO_PROXY can match cidr with bit suffix <10 |
| 17 | +* Fix #4846: allowed for pod read / copy operations to distinguish when the target doesn't exist |
| 18 | +* Fix #4851: adding buffer cloning to ensure buffers cannot be modified after sending |
18 | 19 | * Fix #4885: addresses a potential hang in the jdk client with exec stream reading |
19 | 20 | * Fix #4888: narrowing where the 0 initial list resourceVersion is used for informers - in particular if a limit is set or initialState is used, then we should not use 0. Additionally for the informOnCondition / wait methods we'll also not use 0 - it's not expected that the user should test any state prior to the latest. |
20 | 21 | * Fix #4891: address vertx not completely reading exec streams |
21 | 22 | * Fix #4899: BuildConfigs.instantiateBinary().fromFile() does not time out |
22 | 23 | * Fix #4908: using the response headers in the vertx response |
23 | 24 | * Fix #4910: addressing inconsistent behavior with pod exec operations |
24 | 25 | * Fix #4923: addressing inconsistent behavior with pod exec operations |
| 26 | +* Fix #4928: allows non-okhttp clients to handle invalid status |
25 | 27 | * Fix #4931: using coarse grain locking for all mock server operations |
26 | 28 | * Fix #4947: typo in HttpClient.Factory scoring system logic |
27 | | -* Fix #4928: allows non-okhttp clients to handle invalid status |
28 | 29 | * Fix #4954: disabling expect continue support by default in the jdk client |
29 | 30 |
|
30 | 31 | #### Improvements |
|
0 commit comments