Skip to content

CowDB 0.4.0 has been released.

Choose a tag to compare

@benoitc benoitc released this 17 Aug 20:29
· 24 commits to master since this release

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