rabbitmq / rabbitmq-server

Open source RabbitMQ: core server and tier 1 (built-in) plugins
https://www.rabbitmq.com/
Other
11.84k stars 3.9k forks source link

Update Ra from 2.11.0 to 2.12.0 #11581

Open dumbbell opened 4 days ago

dumbbell commented 4 days ago

It includes a new condition option for leader and local queries that delay the execution of the query until a condition is met.

It also improves handling of unknown calls. Before the call would eventually time out. Now it will be rejected immediately.

Release notes: https://github.com/rabbitmq/ra/releases/tag/v2.12.0

michaelklishin commented 4 days ago

The forced push was a rebase.

dumbbell commented 1 day ago

The problem discovered by CI is related to rabbitmq/ra#451.

I'm off this week, I will resume this work next week.