Main Changes since 1.0.0
- Dependency updates (Kafka 4.3.1, Vert.x 5.1.6, Netty 4.2.17.Final, JMX Prometheus collector 1.6.0, Micrometer 1.16.6 CVE-2026-40984, OpenTelemetry 1.63.0 CVE-2026-45292, OpenTelemetry Semconv 1.28.0-alpha, Log4j2 CVE-2026-49844, Metrics Reporter 0.4.0, Strimzi Kafka OAuth 0.18.0)
- Fixed bug on deleting more than one inactive consumers.
- Fixed bug on message header with null value.
- Fixed poll timeout and max_bytes query parameters not resetting to defaults when omitted on subsequent consumer poll requests.
Full list of addressed issues can be found under the 1.1.0 milestone.
Container image
The following container image is part of this release:
| Name | Image |
|---|---|
| Strimzi Bridge | quay.io/strimzi/kafka-bridge@sha256:3a03af635b3ba64505527864bd0f6ad7b5118637491d8a5b32be78e11733e65a |
What's Changed
- Fixed naming issue when pushing/pulling to/from GHCR by @ppatierno in #1105
- Bumped next version to 1.1.0-SNAPSHOT by @ppatierno in #1106
- Bumped Jackson to 2.21.2 by @ppatierno in #1107
- Bump org.apache.logging.log4j:log4j-core from 2.25.3 to 2.25.4 by @dependabot[bot] in #1109
- Added AGENTS.md and CLAUDE.md by @ppatierno in #1110
- Bumped Vert.x 5.0.11 by @ppatierno in #1115
- Use switch pattern matching in buildOffsets method by @guancioul in #1117
- Bumped Vert.x and Netty by @ppatierno in #1118
- Added AI assistant Bob folder to gitignore by @ppatierno in #1119
- Improved OpenAPI specification by @ppatierno in #1126
- Refactor integration tests to remove dependency on Vert.X by @im-konge in #1128
- Bumped Apache Kafka 4.3.0 by @ppatierno in #1129
- Bumped Vert.x 5.1.0 and Netty 4.2.14.Final by @ppatierno in #1130
- Bumped Vert.x 5.1.1 and Netty 4.2.15.Final by @ppatierno in #1131
- Bumped JMX Prometheus Collector by @ppatierno in #1132
- Fixed disabling of metrics for Vert.x pools by @ppatierno in #1134
- Bump vertx by @ppatierno in #1135
- Bumped Micrometere to fix CVE-2026-40984 by @ppatierno in #1136
- Bump OpenTelemetry and SemConv to fix CVE-2026-45292 by @ppatierno in #1137
- Bump strimzi-test-container to 0.116.0 by @see-quick in #1133
- Bumped grpc-netty-shaded by @ppatierno in #1139
- Bump central-publishing-maven-plugin due to Maven Central API changes by @ppatierno in #1140
- Bumped Vert.x, Kafka and Jackson by @ppatierno in #1141
- Added checkstyle rule on not using fully qualified names by @ppatierno in #1142
- Bump Vert.x and Netty by @ppatierno in #1143
- Bump Vert.x 5.1.5 by @ppatierno in #1144
- Bumped Jackson by @ppatierno in #1145
- Bumped log4j version to address CVE-2026-49844 by @ppatierno in #1146
- Removed PKCS12 certificates store preparation by @ppatierno in #1147
- Fixed the script to get GC options and Terabytes to
to_bytescript by @ppatierno in #1149 - Got heap memory percentage and max via env vars by @ppatierno in #1150
- Fixed bug on deleting more than one inactive consumers. by @ppatierno in #1151
- Used Base64 class for encoding/decoding messages by @ppatierno in #1152
- Bump Vert.x and Netty versions by @ppatierno in #1154
- Updated CHANGELOG by @ppatierno in #1155
- Fixed Java constructor warnings by @ppatierno in #1156
- Fixes and refactoring some dead code by @ppatierno in #1157
- Fixed bug on message header with null value. by @ppatierno in #1158
- Fixed timeout and max_bytes query parameters not resetting by @ppatierno in #1159
- Bump strimzi/github-actions to v2.3 and pin all actions by SHA digest by @Frawless in #1160
- Add attestation job to build, release, and CVE rebuild workflows by @Frawless in #1161
- Add FOSSA and Snyk scanning workflows by @Frawless in #1162
- Fix deprecated syft commands in Makefile.docker by @Frawless in #1163
- Added FOSSA and Snyk badges by @ppatierno in #1166
- Bump metrics reporter to 0.4.0 by @mimaison in #1153
- Bump strimzi-kafka-oauth to 0.18.0 by @mstruk in #1167
New Contributors
Full Changelog: 1.0.0...1.1.0