Releases: openshift-hyperfleet/hyperfleet-broker
Releases · openshift-hyperfleet/hyperfleet-broker
v1.1.0
What's Changed
Breaking Changes
NewPublisherandNewSubscribernow require a*MetricsRecorderparameter. UseNewMetricsRecorder(component, version, registerer)to create one (HYPERFLEET-469)
New Features
- Add Prometheus metrics with
hyperfleet_broker_prefix for publish/subscribe operations, including counters for messages published/consumed/errors and histograms for handler duration (HYPERFLEET-469) - Add metrics documentation to README (HYPERFLEET-469)
Bug Fixes
- Fix: Change
owned_referencetoowner_references(HYPERFLEET-645)
PRs
- HYPERFLEET-645 by @Mischulee in #13
- HYPERFLEET-469 by @rafabene in #14
Full Changelog: v1.0.2...v1.1.0
v1.0.2
What's Changed
New Features
- Add
Health()method to Publisher interface for broker health checking (HYPERFLEET-641) - Add bingo tool management for build tooling (HYPERFLEET-305)
Improvements
- Improve
Health()API and fix DLQ naming conventions (HYPERFLEET-641) - Optimize integration tests and fix goroutine leak (HYPERFLEET-641)
Security
- Fix standard library CVEs in go.mod dependencies (HYPERFLEET-641)
PRs
- HYPERFLEET-305 by @Mischulee in #10
- HYPERFLEET-641 by @rafabene in #12
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- HYPERFLEET-358 | feat: Implement logger standardization and structured logging improvements by @xueli181114 in #9
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- Increase tests timeout by @rh-amarin in #4
- HYPERFLEET-136 | fix the make lint error by @yingzhanredhat in #5
- Update OWNERS file by @xueli181114 in #8
- Implement extended Google Pub/Sub configuration by @rh-amarin in #7
New Contributors
- @yingzhanredhat made their first contribution in #5
Full Changelog: v0.0.1...v1.0.0