Skip to content

Commit

Permalink
Ra 2.13.1
Browse files Browse the repository at this point in the history
This release contains improvements to the checkpointing feature
needed for quorum queues v4 and the following fixes:

* Add read to file:open/2 options in ra_lib:sync_file/1
* Emit the new local_query tuple only if query options are set
* bug fixes for checkpoints
  • Loading branch information
kjnilsson authored and dumbbell committed Jul 15, 2024
1 parent 67e361b commit cf640f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ erlang_package.hex_package(
name = "ra",
build_file = "@rabbitmq-server//bazel:BUILD.ra",
pkg = "ra",
sha256 = "1db9c7ed5e5183836c416dd2198c3b414f7542d15603944aa6f5034aef90c890",
version = "2.11.0",
sha256 = "ef7323c48180ba8af7f203ea16013360f1e950b6a35b9f4198429251c9cab082",
version = "2.13.1",
)

erlang_package.git_package(
Expand Down
2 changes: 1 addition & 1 deletion rabbitmq-components.mk
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ dep_jose = hex 1.11.10
dep_khepri = hex 0.14.0
dep_khepri_mnesia_migration = hex 0.5.0
dep_prometheus = hex 4.11.0
dep_ra = hex 2.11.0
dep_ra = hex 2.13.1
dep_ranch = hex 2.1.0
dep_recon = hex 2.5.3
dep_redbug = hex 2.0.7
Expand Down

0 comments on commit cf640f5

Please sign in to comment.