Osiris v1.6.8

This osiris release contains optimisations and bug fixes:

* Various index scanning operations have been substantially improved
  resulting in up to 10x improvement for certain cases.
* A bug which meant stream replication listener would fail if the
  TLS version was limited to `tlsv1.3` has been fixed.
* A bug where the log may be incorrectly truncated when filters are
  used has been fixed.
* Startup handles one more case where a file has been corrupted after
  an unclean shutdown.

(cherry picked from commit 89be37f403)

# Conflicts:
#	MODULE.bazel
This commit is contained in:
Karl Nilsson 2023-10-11 11:19:55 +01:00 committed by Mergify
parent 40c2cb68fa
commit 3ffc1af59d
2 changed files with 6 additions and 1 deletions

View File

@ -43,8 +43,13 @@ bazel_dep(
bazel_dep(
name = "rabbitmq_osiris",
<<<<<<< HEAD
version = "1.6.7",
repo_name = "osiris",
=======
version = "1.6.8",
repo_name = "osiris",
>>>>>>> 89be37f403 (Osiris v1.6.8)
)
bazel_dep(

View File

@ -147,7 +147,7 @@ TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client meck prop
PLT_APPS += mnesia
dep_syslog = git https://github.com/schlagert/syslog 4.0.0
dep_osiris = git https://github.com/rabbitmq/osiris v1.6.7
dep_osiris = git https://github.com/rabbitmq/osiris v1.6.8
dep_systemd = hex 0.6.1
dep_seshat = git https://github.com/rabbitmq/seshat v0.6.1