Skip to content

Commit 2f49f9d

Browse files
authored
Permit amqp_filter_set_bug by default (#14361)
This partially reverts #14245. This makes 4.2 <-> 3.13 mixed version tests succeed. We can set this flag to `denied_by_default` in 4.3.
1 parent 87099e8 commit 2f49f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit/src/rabbit_amqp_session.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
-rabbit_deprecated_feature(
3636
{amqp_filter_set_bug,
37-
#{deprecation_phase => denied_by_default,
37+
#{deprecation_phase => permitted_by_default,
3838
doc_url => "https://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-messaging-v1.0-os.html#type-filter-set"
3939
}}).
4040

0 commit comments

Comments
 (0)