Skip to content

Releases: openvstorage/arakoon

Arakoon 1.9.25

15 Feb 09:49
a49e38d
Compare
Choose a tag to compare

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

13 Feb 14:14
a8ec2b8
Compare
Choose a tag to compare

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

29 Dec 21:02
ef7e792
Compare
Choose a tag to compare

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

24 Aug 13:48
Compare
Choose a tag to compare

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

22 Aug 13:54
Compare
Choose a tag to compare

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

16 Aug 08:24
Compare
Choose a tag to compare

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

23 Jun 09:27
Compare
Choose a tag to compare

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

01 Jun 08:46
Compare
Choose a tag to compare

Changes:

  • dependencies: core.v0.9.114.41+37 => core v.0.9.0 (from mainstream opam)

Arakoon 1.9.17

20 Apr 11:52
Compare
Choose a tag to compare

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

12 Apr 16:02
Compare
Choose a tag to compare

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