Skip to content

Commit b6d23c9

Browse files
committed
add changelog entry
1 parent 3ca0b03 commit b6d23c9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Added
6969
working on StackStorm, improve our security posture, and improve CI reliability thanks in part
7070
to pants' use of PEX lockfiles. This is not a user-facing addition.
7171
#6118 #6141 #6133 #6120 #6181 #6183 #6200 #6237 #6229 #6240 #6241 #6244 #6251 #6253
72-
#6254 #6258 #6259 #6260 #6269 #6275 #6279 #6278
72+
#6254 #6258 #6259 #6260 #6269 #6275 #6279 #6278 #6282
7373
Contributed by @cognifloyd
7474
* Build of ST2 EL9 packages #6153
7575
Contributed by @amanda11
@@ -93,6 +93,12 @@ Added
9393
If you experience any issues when using this experimental feature, please file an issue. #6277
9494
Contributed by @cognifloyd
9595

96+
* Add new option `[messaging].prefix` to configure the prefix used in RabbitMQ exchanges and queues.
97+
The default is `st2` (resulting in exchange names like `st2.execution` and `st2.sensor`).
98+
This is primarily designed to support safely running tests in parallel where creating a vhost for
99+
each parallel test run would be a maintenance burden. #6282
100+
Contributed by @cognifloyd
101+
96102
3.8.1 - December 13, 2023
97103
-------------------------
98104
Fixed

0 commit comments

Comments
 (0)