0.28.0
Main Changes since 0.27.0
- Dependency updates (Kafka 3.7.0, Kubernetes configuration provider 1.1.2, Vert.x 4.5.4, Netty 4.1.107.Final, Jackson FasterXML 2.16.1, Micrometer 1.12.3, OAuth 0.15.0, OpenTelemetry 1.34.1, OpenTelemetry Semconv 1.21.0-alpha, OpenTelemetry instrumentation 1.32.0-alpha)
- Fixed missing messaging semantic attributes to the Kafka consumer spans
- Introduced a new text embedded format to send and receive plain strings for record key and value.
- Removed the dependency on OkHttp and thus Kotlin.
- This release deprecates several attributes (inline with changes from OpenTelemetry Semconv) which it attaches to spans. Both the deprecated attribute and its replacement will be added to spans in the current release. The deprecated attributes will be removed in a future version.
http.method
is being replaced withhttp.request.method
http.url
is being replaced withurl.scheme
,url.path
&url.query
messaging.destination
is being replaced withmessaging.destination.name
http.status_code
is being replaced withhttp.response.status_code
- The span attribute
messaging.destination.kind=topic
is deprecated, by OpenTelemetry Semconv, without a replacement. It will be removed in a future release of the Strimzi Kafka Bridge.
Full list of addressed issues can be found under the 0.28.0 milestone.
Container image
The following container image is part of this release:
Name | Image |
---|---|
Strimzi Bridge | quay.io/strimzi/kafka-bridge@sha256:73deb1af0d93e9fa8955a5a412d0e7138384bdc80e7574e815d21796e446b636 |
What's Changed
- Fixed wrong oauth version in the CHANGELOG by @ppatierno in #844
- Strimzi test container 0.105.0 by @see-quick in #843
- Bumped Vert.x 4.4.6 and Netty 4.1.100.Final for CVE-2023-44487 fix by @ppatierno in #845
- Bumped main branch to 0.28.0-SNAPSHOT by @ppatierno in #846
- Removed unused methods and made members final by @ppatierno in #847
- A few cleanup (unused constants and use expression lambdas) by @ppatierno in #849
- Bumped Kubernetes Config Provider to 1.1.2 by @ppatierno in #850
- Removed tracing related param which was used with OpenTracing only by @ppatierno in #851
- Bump Vert.x and Jackson dependencies by @ppatierno in #852
- Updated Kafka 3.6.1 by @ppatierno in #853
- fix typo in HTTPBridgeITAbstract by @antonio-pedro99 in #854
- Trying to add retries on s390x tests failing by @ppatierno in #855
- Added missing messaging semantic attributes on the consumer spans by @ppatierno in #856
- Remove release section from building guide by @ppatierno in #857
- Bumped SLF4J dependency by @ppatierno in #859
- Updated Vert.x and Netty dependencies by @ppatierno in #860
- Update Vert.x to 4.5.2 and other related dependencies by @scholzj in #863
- Update Micrometer Metrics to 1.12.2 by @scholzj in #865
- Use Log4j2 instead of SLF4J for our own loggers by @scholzj in #864
- Fix use of deprecated Vert.x methods and unchecked casts by @scholzj in #866
- Add import ordering rules to Checkstyle by @scholzj in #868
- Update Vert.x to 4.5.3 by @scholzj in #870
- Updated Vert.x and related dependencies by @ppatierno in #871
- Update Kafka to 3.7.0 by @scholzj in #872
- Handling Content-Type from producer on each HTTP request by @ppatierno in #876
- Fixed unused field in hiding passwords by @ppatierno in #877
- feat: added a new text embedded format by @antonio-pedro99 in #858
- Updated OAuth dependency 0.15.0 by @ppatierno in #878
- Bump test container depedency by @see-quick in #879
- Update open telemetry dependencies and switch to using the built in JDK http client for reporting traces by @SamBarker in #867
New Contributors
- @antonio-pedro99 made their first contribution in #854
- @SamBarker made their first contribution in #867
Full Changelog: 0.27.0...0.28.0