0.29.0
Main Changes since 0.28.0
- Dependency updates (Vert.x 4.5.8, Netty 4.1.110.Final)
- Added support for records key and value to be JSON array when using the
json
embedded format. - Update the base image used by Strimzi containers from UBI8 to UBI9
- The OpenAPI v2 (Swagger) specification support is now deprecated.
- The
/openapi
endpoint still returns the OpenAPI v2 specification. There is an additional/openapi/v2
endpoint returning the same. - The newly added
/openapi/v3
endpoint returns the OpenAPI v3 specification. Please use this one, because the v2 will be removed in the future.
- The
Full list of addressed issues can be found under the 0.29.0 milestone.
Container image
The following container image is part of this release:
Name | Image |
---|---|
Strimzi Bridge | quay.io/strimzi/kafka-bridge@sha256:be5145aeb9feaf92f6a918c22661a3a966eee22997cd464449bbd42fc9346467 |
What's Changed
- Fixed handling of wrong key when text embedded format is used by the producer by @ppatierno in #880
- Bumped next version to 0.29.0-SNAPSHOT by @ppatierno in #881
- docs(metrics): adds instructions for enabling metrics by @PaulRMellor in #883
- Bump Vert.x 4.5.5 by @ppatierno in #884
- Bumped Vert.x to 4.5.6 by @ppatierno in #885
- Removed embedded format leftover from source endpoint by @ppatierno in #888
- Better look of logs within application or tests by @see-quick in #887
- Bumped Vert.x 4.5.7 by @ppatierno in #890
- Pom refactoring on OpenTelemetry related dependencies by @ppatierno in #891
- Add a test case for multiple content type for specific kafkatopic by @see-quick in #886
- docs(metrics): env var name fix by @PaulRMellor in #894
- docs(diagrams): updates the bridge client diagram by @PaulRMellor in #897
- fixed no schema matches error by @antonio-pedro99 in #895
- docs(bridge): cleans up naming of kafka bridge by @PaulRMellor in #899
- #8732 Enhance KafkaBridge resource with consumer inactivity timeout and HTTP consumer/producer parts enablement by @steffen-karlsson in #882
- Move to UBI9 by @scholzj in #902
- Refactor handing and preparatin of trusted certificates by @scholzj in #901
- Added an additional OpenAPI v3 endpoint and deprecate v2 support by @ppatierno in #905
- Assume yes when using microdnf by @ppatierno in #907
- Added additional check OpenAPI version on
/openapi
endpoint by @ppatierno in #906 - Update Vert.x and Netty by @ppatierno in #908
New Contributors
- @steffen-karlsson made their first contribution in #882
Full Changelog: 0.28.0...0.29.0