Update 3.9.16 release notes

This commit is contained in:
Michael Klishin 2022-04-27 00:01:29 +04:00
parent b5a3533350
commit 8b99617d26
No known key found for this signature in database
GPG Key ID: E80EDCFA0CDB21EE
2 changed files with 14 additions and 1 deletions

View File

@ -348,7 +348,7 @@ This release includes all applicable [bug fixes that shipped in `3.9.x` releases
### Dependency Changes
* `ra` upgraded from [`2.0.0` to `2.0.9`](https://github.com/rabbitmq/ra/compare/v2.0.0...v2.0.9)
* `osiris` upgraded from [`1.0.0` to `1.2.5`](https://github.com/rabbitmq/osiris/compare/v1.0.0...v1.2.5)
* `osiris` upgraded from [`1.0.0` to `1.2.6`](https://github.com/rabbitmq/osiris/compare/v1.0.0...v1.2.6)
* `ranch` upgraded from [`2.0.0` to `2.1.0`](https://github.com/ninenines/ranch/compare/2.0.0...2.1.0)
* `prometheus` upgraded from [`4.8.1` to `4.8.2`](https://github.com/deadtrickster/prometheus.erl/compare/06425c21a39c1564164f1cc3fe5bdfa8b23b1f78...v4.8.2)
* `eetcd` upgraded from [`0.3.3` to `0.3.5`](https://github.com/zhongwencool/eetcd/compare/v0.3.3...v0.3.5)

View File

@ -48,8 +48,21 @@ Contributors are encouraged to update them together with their changes. This hel
GitHub issue: [#4570](https://github.com/rabbitmq/rabbitmq-server/pull/4570)
### Prometheus Plugin
#### Bug Fixes
* One metric that was exposed via CLI tools and management plugin's HTTP API
was not exposed via Prometheus scraping API.
Contributed by @gomoripeti.
GitHub issue: [#4645](https://github.com/rabbitmq/rabbitmq-server/pull/4645)
## Dependency Upgrades
* `osiris` upgraded from [`1.2.4` to `1.2.6`](https://github.com/rabbitmq/osiris/compare/v1.2.4...v1.2.6)
* `observer-cli` was upgraded [from v1.7.2 to v1.7.3](https://github.com/zhongwencool/observer_cli/compare/1.7.2...1.7.3)