Skip to content

Commit fdaef55

Browse files
committed
Ra v2.11.0
This release includes a new machine API `snapshot_installed/2`. This new API will only be used indirectly through khepri. This release also includes an performance improvement that reduces the chances of building a large WAL mailbox backlog when a node is low on scheduling resources and commands are committed by followers completing writes to disk before the leader. There is also a fix for a potential election deadlock.
1 parent d2c7739 commit fdaef55

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,8 @@ erlang_package.hex_package(
255255
name = "ra",
256256
build_file = "@rabbitmq-server//bazel:BUILD.ra",
257257
pkg = "ra",
258-
sha256 = "ab0e53c69b6964b237d94a3ac8f2ae5ba5cdc2dc9ef73ef3731d85f0c01d35d0",
259-
version = "2.10.1",
258+
sha256 = "1db9c7ed5e5183836c416dd2198c3b414f7542d15603944aa6f5034aef90c890",
259+
version = "2.11.0",
260260
)
261261

262262
erlang_package.git_package(

rabbitmq-components.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ dep_khepri = hex 0.13.0
123123
dep_khepri_mnesia_migration = hex 0.4.0
124124
dep_looking_glass = git https://github.com/rabbitmq/looking_glass.git main
125125
dep_prometheus = hex 4.11.0
126-
dep_ra = hex 2.10.1
126+
dep_ra = hex 2.11.0
127127
dep_ranch = hex 2.1.0
128128
dep_recon = hex 2.5.3
129129
dep_redbug = hex 2.0.7

0 commit comments

Comments
 (0)