Releases: strimzi/strimzi-kafka-bridge
Releases · strimzi/strimzi-kafka-bridge
0.16.0-rc1
Main Changes since 0.15.x
- Add support for CORS
- Various bugfixes and dependencies updates
Full list of changes can be found under the 0.16.0 milestone.
0.15.2
0.15.1
0.15.0
Main Changes since 0.14.0
- Added support for Jaeger tracing
- Various bug fixes.
Full list of changes can be found under the 0.15.0 milestone.
0.15.0-rc1
Main Changes since 0.14.0
- Added support for Jaeger tracing
- Various bug fixes.
Full list of changes can be found under the 0.15.0 milestone.
0.14.0
Main changes
- Changed data types and enforced OpenAPI validation for
consumer.request.timeout.ms
,enable.auto.commit
andfetch.min.bytes
parameters on consumer creation. This is a breaking change. - Added HTTP GET method on
/consumers/{groupid}/instances/{name}/subscription
endpoint for getting subscribed topics and related assigned partitions. - Added automatic deletion of stale consumer after a configurable timeout if the HTTP DELETE is not called and the consumer is not used for long time.
- Various bug fixes.
0.14.0-rc3
Main changes since 0.14.0-rc2
- Added logging of the bridge version on startup
- Masking JKS store password in startup scripts
- Minor bug fixes
0.14.0-rc2
Main changes since 0.14.0-rc1
- Add support for OAuth authentication for connections between the Bridge and Kafka brokers (not HTTP connections)
- Various improvements on tests and check style
0.14.0-rc1
Main changes since 0.13.0
- Changed data types and enforced OpenAPI validation for
consumer.request.timeout.ms
,enable.auto.commit
andfetch.min.bytes
parameters on consumer creation. This is a breaking change. - Added HTTP GET method on
/consumers/{groupid}/instances/{name}/subscription
endpoint for getting subscribed topics and related assigned partitions. - Added automatic deletion of stale consumer after a configurable timeout if the HTTP DELETE is not called and the consumer is not used for long time.
- Various bug fixes.