6.6.0 (2023-05-03)
Bugs
- Fix #4793: (java-generator) Fix broken POJO generation when two schema properties collide into a single field name
- Fix #4910: Pod file upload will now detect if it's not completely sent to the api server
- Fix #4963: Openshift Client return 403 when use websocket
- Fix #4985: triggering the immediate cleanup of the okhttp idle task
- Fix #4988: Ensuring that previous requests are closed before retry
- Fix #4993: Quantity class should have @JsonIgnore on the additionalProperties parameter
- Fix #5000: Remove clashing
v1alpha
apigroup packages inistio-model-v1beta1
- fix #5002: Jetty response completion accounts for header processing
- Fix #5009: addressing issue with serialization of wrapped polymorphic types
- Fix #5015: executing resync as a locking operation to ensure resync event ordering
- Fix #5020: updating the resourceVersion on a delete with finalizers
- Fix #5033: port forwarding for clients other than okhttp needs to specify the subprotocol
- Fix #5035: allowed client.authentication.k8s.io/v1 to work for the ExecConfig
- fix #5036: Better websocket error handling for protocol / client enforced errors, also update frame/message limits
- Fix #5044: disable Vert.x instance file caching
- Fix #5059: Vert.x InputStreamReader uses an empty Buffer sentinel to avoid NPE
- Fix #5085: Vert.x HTTP Client InputStreamReadStream works in Native mode
Improvements
- Fix #4434: Update CronJobIT to use
batch/v1
CronJob instead - Fix #4477: exposing LeaderElector.release to force an elector to give up the lease
- Fix #4935: improve HTTP client implementation selection messages
- Fix #4975: exposing scale operations for all Resources
- Fix #4992: Optimize Quantity parsing to avoid regex overhead
- Fix #4998: removing the internal usage of the Serialization yaml mapper
- Fix #5005: status operations use the context
subresource
setting - Fix #5022: adding additional buffering to ExecWatchInputStream
- Fix #5052: add Quantity.fromNumericalAmount, the inverse of getNumericalAmount
- Fix #5073:
NamespaceVisitFromServerGetWatchDeleteRecreateWaitApplicableListImpl
extendsServerSideApplicable
- Fix #5080: minimizing debug logs related to the backoff interval
Dependency Upgrade
New Features
- Fix #5037: OkHttp-specific logging interceptor replacement. Introducing a generic HTTP interceptor to log HTTP and WS requests.
- Fix #5041: exposed Client.raw methods for arbitrary calls
Note: Breaking changes
- Fix #4875: Removed unused options from the java-generator
- Fix #4910: all Pod file uploads require commons-compress
- Fix #4998: Serialization.yamlMapper and Serialization.clearYamlMapper have been deprecated
New Contributors
- @julian-zhu96 made their first contribution in #4984
- @Ananya2001-an made their first contribution in #4268
- @schlosna made their first contribution in #4992
- @rhuffy made their first contribution in #5052
Full Changelog: v6.5.1...v6.6.0