Releases: openvstorage/arakoon
Releases · openvstorage/arakoon
Arakoon 1.9.25
Arakoon 1.9.25 is arakoon 1.9.24, but built with a newer toolchain (Lwt.3.2.0, core v0.10.0,...)
Arakoon 1.9.24
Bugfixes
- failed catchup might apply one entry too far to the store (#212 ) (#220)
- fix issue in
tlog_map
when last part of a catchup is a .tlx
(#220)
- learner node works (#210)
Varia
--inspect-cluster command
(#220)
- Lock TZ at startup (#219)
- allow loading a plugin when using
--replay-tlogs
so userfunctions can be available (#211)
- logging improvements (#215)
- build system improvements (#218 )(#209) (#208)
Arakoon 1.9.23
Arakoon 1.9.23 is arakoon 1.9.22, but built with a newer toolchain ( 4.06.0+default-unsafe-string
)
Arakoon 1.9.22
Arakoon 1.9.22 is Arakoon 1.9.21 but based on a newer tool chain.
Most notably ocaml.4.04.2
Arakoon 1.9.21
important : Arakoon 1.9.21 does NOT work with Alba 1.3.23 or 1.5.12
- changes:
- add update.mli to client package ( #198 )
- don't log big sequences ( #197 )
Arakoon 1.9.20
bugfix:
- master can send messages that a slave will refuse to read ( #189 )
varia:
- logging tweaks ( #188 )
- allow throttling of optimize_db ( #192 )
- avoid superfluous copies in Filesystem.copy_file ( #193 )
important: Arakoon 1.9.20 is not compatible with the plugins of Alba 1.3.22 or Alba-ee 1.5.10
Arakoon 1.9.19
bugfix:
- copy-db-to-head removes 1 tlog too many and can result in catchup problems ( #185 )
- (dangerous) allow fiddling with store's i ( #186 )
Arakoon 1.9.18
Changes:
- dependencies: core.v0.9.114.41+37 => core v.0.9.0 (from mainstream opam)
Arakoon 1.9.17
Changes:
- store & verify cluster_id in store ( #170 )
- local collapse cleans up files, even if there's nothing to collapse ( #160 )
- fix
--copy-db-to-head
cli ( #168 )
- dependencies:
- core.114.35+03 => core.v0.9.114.41+37
- lwt.2.7.0 => lwt.3.0.0
Arakoon 1.9.16
Changes:
- bugfix in copy_file
- larger default buffer size for Lwt_io.
- the ocaml world evolved, and we updated our dependencies:
-- lwt.2.7.0
-- core.114.35+03
- centos epel evolved (epel 7.9)
- inspect-store cli addition
- dump-tlog can print synced sequences in full.
- logging API signature change