Skip to content

Commit e29b67b

Browse files
committed
Osiris v1.8.1
This contains an important bug fix for streams on windows systems where a log could get corrupted after a simple reboot. It also contains a few changes to how replica reader processes exit on error to avoid logging too much.
1 parent e734201 commit e29b67b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ bazel_dep(
4848

4949
bazel_dep(
5050
name = "rabbitmq_osiris",
51-
version = "1.8.0",
51+
version = "1.8.1",
5252
repo_name = "osiris",
5353
)
5454

deps/rabbit/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers meck proper amqp_clie
141141
PLT_APPS += mnesia
142142

143143
dep_syslog = git https://github.com/schlagert/syslog 4.0.0
144-
dep_osiris = git https://github.com/rabbitmq/osiris v1.8.0
144+
dep_osiris = git https://github.com/rabbitmq/osiris v1.8.1
145145
dep_systemd = hex 0.6.1
146146

147147
dep_seshat = git https://github.com/rabbitmq/seshat v0.6.1

0 commit comments

Comments
 (0)