Skip to content

Minor 3.10.0 release notes corrections #4416

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 2, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions release-notes/3.10.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ Release notes are kept under [rabbitmq-server/release-notes](https://github.com/

#### Bug Fixes

This release includes all bug fixes that shipped in `3.9.x` releases.
This release includes all applicable [bug fixes that shipped in `3.9.x` releases](https://www.rabbitmq.com/changelog.html).

* Addressed a performance regression for large fanouts when streams were not enabled.

Expand Down Expand Up @@ -216,6 +216,8 @@ This release includes all bug fixes that shipped in `3.9.x` releases.

### Management Plugin

#### Enhancements

* `idle_since` field now uses RFC 3339 format.

![Breaking change](https://img.shields.io/badge/-Breaking%20change-red) This is a **potentially breaking change**.
Expand All @@ -224,6 +226,8 @@ This release includes all bug fixes that shipped in `3.9.x` releases.

GitHub issue: [#4276](https://github.com/rabbitmq/rabbitmq-server/issues/4276)

#### Bug Fixes

* `rabbitmqadmin` now correctly loads TLS-related keys from its configuration file.

Contributed by @fwolfsjaeger.
Expand All @@ -233,6 +237,8 @@ This release includes all bug fixes that shipped in `3.9.x` releases.

### OAuth 2 AuthN and AuthZ Backend Plugin

#### Enhancements

* Improvements to JKW support and new HTTPS settings.

Contributed by @anhanhnguyen (Erlang Solutions).
Expand Down Expand Up @@ -273,7 +279,7 @@ This release includes all bug fixes that shipped in `3.9.x` releases.

### Dependency Changes

* `ra` upgraded from [`2.0.0` to `2.0.4`](https://github.com/rabbitmq/ra/compare/v2.0.0...v2.0.4)
* `ra` upgraded from [`2.0.0` to `2.0.6`](https://github.com/rabbitmq/ra/compare/v2.0.0...v2.0.6)
* `osiris` upgraded from [`1.0.0` to `1.2.4`](https://github.com/rabbitmq/osiris/compare/v1.0.0...v1.2.4)
* `ranch` upgraded from [`2.0.0` to `2.1.0`](https://github.com/ninenines/ranch/compare/2.0.0...2.1.0)
* `observer_cli` upgraded from [`1.6.2` to `1.7.2`](https://github.com/zhongwencool/observer_cli/compare/1.6.2...1.7.2)
Expand Down