Skip to content

Releases: synrc/kvs

December 2021

31 Jan 14:08
@5HT 5HT
Compare
Choose a tag to compare
Fix typo in documentation and fix issues on kvs_fs

It started with a simple documentation review, and ended with some
fixes on kvs_fs:

  - use filename:join instead of concatenation (crafted key can
    write data anywhere on the system)

  - add kvs_fs:delete/2 supports

March 2021

08 Apr 15:17
@5HT 5HT
Compare
Choose a tag to compare
8.3.0

8.3.0

Oct 2020

06 Oct 12:43
Compare
Choose a tag to compare

Catch up with hex.pm package versions
no major changes

January 2020

08 Jan 11:49
@5HT 5HT
Compare
Choose a tag to compare

-- Take with direction (forward/backward)

May 2019

27 May 07:24
@5HT 5HT
Compare
Choose a tag to compare

— minor changes

April 2019

16 Apr 19:00
@5HT 5HT
Compare
Choose a tag to compare

— Minor improvements.

November 2018

28 Nov 10:48
@5HT 5HT
Compare
Choose a tag to compare
  • Minor improvements

October 2018

21 Oct 16:48
@5HT 5HT
Compare
Choose a tag to compare
  • remove warnings

September 2016

10 Feb 00:17
Compare
Choose a tag to compare

Schema changes

  • CONTAINER
  • ITERATOR
  • [] instead of undefined
  • #block{} instead of #interval{}

Rotation

  • Autorotation bugfixes
  • forbid value increased
  • Change table type to disc_only_copies for old tables

Logic

  • fold return init value if nothing

April 2016

05 Apr 15:09
Compare
Choose a tag to compare

Add fold/6 helper for singleton-storage