0.26.0
Main Changes since 0.25.0
- Removed "remote" and "local" labels from HTTP server related metrics to avoid a big growth of time series samples.
- Removed accounting HTTP server metrics for requests on the
/metrics
endpoint. - Exposed the
/metrics
endpoint through the OpenAPI specification. - Fixed OpenAPI 3.0
OffsetRecordSentList
component schema returning proper record offsets or error. - Fixed OpenAPI
ConsumerRecord
component schema returning key and value not only as (JSON) string but even as object. - Fixed OpenAPI HTTP status codes returned by
/ready
and/healthy
:- from 200 to 204 because no content in the response in case of success.
- added 500 in the specification for the failure case, as already returned by the bridge.
- Dependency updates (Vert.x 4.4.4, Netty 4.1.94.Final to align with Vert.x, Kafka 3.5.0, snakeYAML 2.0, JMX Prometheus Exporter 0.18.0, Jackson 2.14.2, OAuth 0.13.0)
Full list of addressed issues can be found under the 0.26.0 milestone.