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.
This commit is contained in:
Karl Nilsson 2023-10-11 11:19:55 +01:00
parent 47ab26fb66
commit 89be37f403
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ bazel_dep(
bazel_dep(
name = "rabbitmq_osiris",
version = "1.6.7",
version = "1.6.8",
repo_name = "osiris",
)

View File

@ -148,7 +148,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