Skip to content

Releases: refuge/cowdb

Cowdb 0.4.2 has been released

04 Jan 10:37
Compare
Choose a tag to compare

Cowdb 0.4.2 has been released. This is a patch release.

Changes

  • Internally uses the CBT library for all of our btree usages.
  • fix: handle duplicate keys in transactions (#4)

Full changelog is available here:
0.4.1...0.4.2

Cowdb 0.4.1 has been released

17 Aug 20:35
Compare
Choose a tag to compare

Cowdb 0.4.1 has been release. This is a patch release.

Changes

Full changelog is available here:
0.4.0...0.4.1

CowDB 0.4.0 has been released.

17 Aug 20:29
Compare
Choose a tag to compare

CowDB 0.4.0 has been released with some fixes and improvements.

Changes

  • rename cowdb:db_info/1 to cowdb:database_info/1
  • rename cowdb:lookup/2 to cowdb:mget/2.

cowdb:lookup/2 is still there but deprecated

  • add cowdb:put/2, allows to pass a K/V tuple
  • add cowdb:mput/2, send multiple PUT at once
  • add cowdb:mdelete/2, send multiple delete at once
  • fix types and some typos

Full changelog is available here:
0.3.0...0.4.0

CowDB 0.3.0 has been released

17 Aug 20:25
Compare
Choose a tag to compare

CowDB 0.3 has been released. This is a minor release with lot of fixes and improvements.

Changes:

  • bump cbt version to 1.1.2
  • optimize performances
  • fix transaction history: make sure that we keep the right order of the transaction
  • added a basho_bench driver

Full changelog is available here:
0.2.0...0.3.0

CowDB 0.2 has been released

17 Aug 20:24
Compare
Choose a tag to compare

CowDB 0.2 has been released. This is a minor release with lot of fixes.

Changes:

  • add unittests
  • add cowdb:drop_db/1 to delete a database
  • fix transaction function: now the error will be correctly returned to the caller. Also a transaction can be cleanly canceled from it.
  • fix: transaction log number when folding in a range
  • fix: transaction log order when folding
  • fix database close function

Full changelog is available here:
0.1.0...0.2.0

Cowdb 0.1 has been released

17 Aug 20:20
Compare
Choose a tag to compare

This is the initial release of cowdb.