Skip to content

Commit c5867a7

Browse files
committed
Add 4.1.0 release notes
1 parent 4ec2b75 commit c5867a7

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

deps/rabbit/src/rabbit_reader.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ conserve_resources(Pid, Source, {_, Conserve, _}) ->
202202

203203
server_properties(Protocol) ->
204204
{ok, Product} = application:get_key(rabbit, description),
205-
{ok, Version} = application:get_key(rabbit, vsn),
205+
Version = rabbit_misc:version(),
206206

207207
%% Get any configuration-specified server properties
208208
{ok, RawConfigServerProps} = application:get_env(rabbit,

release-notes/4.1.0.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,6 @@ This section can be incomplete and will be expanded as 4.1 approaches its releas
124124

125125
GitHub issue: [#12599](https://github.com/rabbitmq/rabbitmq-server/pull/12599)
126126

127-
* Nodes will now fall back to system CA certificate list (if available) when no CA certificate
128-
is explicitly configured.
129-
130-
Contributed by @LoisSotoLopez.
131-
132-
GitHub issue: [#10519](https://github.com/rabbitmq/rabbitmq-server/issues/10519), [#12564](https://github.com/rabbitmq/rabbitmq-server/pull/12564)
133-
134127
* AMQP 1.0 filters now have capped complexity: filtering on more than 16 properties
135128
won't be possible. This is a protection mechanism recommended in the AMQP 1.0 spec.
136129

@@ -145,6 +138,19 @@ This section can be incomplete and will be expanded as 4.1 approaches its releas
145138

146139
GitHub issue: [#12559](https://github.com/rabbitmq/rabbitmq-server/pull/12559)
147140

141+
* Support field `dynamic` of AMQP 1.0 [source](https://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-messaging-v1.0-os.html#type-source) and [target](https://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-messaging-v1.0-os.html#type-target).
142+
143+
This allows AMQP clients to dynamically create [exclusive queues](https://www.rabbitmq.com/docs/queues#exclusive-queues), which can be useful for RPC workloads.
144+
145+
GitHub issue: [#13231](https://github.com/rabbitmq/rabbitmq-server/pull/13231)
146+
147+
* Nodes will now fall back to system CA certificate list (if available) when no CA certificate
148+
is explicitly configured.
149+
150+
Contributed by @LoisSotoLopez.
151+
152+
GitHub issue: [#10519](https://github.com/rabbitmq/rabbitmq-server/issues/10519), [#12564](https://github.com/rabbitmq/rabbitmq-server/pull/12564)
153+
148154
* Peer discovery resilience improvements.
149155

150156
GitHub issues: [#12801](https://github.com/rabbitmq/rabbitmq-server/pull/12801), [#12809](https://github.com/rabbitmq/rabbitmq-server/pull/12809)

0 commit comments

Comments
 (0)