Skip to content

Releases: iondbproject/iondb

IonDB version 2.2.0 release

28 Feb 07:29
Compare
Choose a tag to compare

Changelog:

  • All C++ dictionary types not support statically opening a dictionary
  • Unit tests have been added to support the new dictionary functionality
  • New example sketches have been added exemplifying more complex key/value types supported by IonDB

v2.1.3: Bugfix Linear Hash

14 Jul 21:34
Compare
Choose a tag to compare

Changelog:

  • Ironed out bug in new Linear Hash dictionary structure

IonDB version 2.1.1 release

06 Jul 19:39
Compare
Choose a tag to compare

Changelog:

  • Linear Hash dictionary implementation added
  • C++ Wrapper tests stronger and more comprehensive
  • Master Table functionality improved with new features added
  • Master Table functionality added to the C++ Wrapper
  • Linear Hash functionality added to the C++ Wrapper
  • Significant bug fixes and feature improvements

IonDB version 1.2 release

31 Aug 00:41
v1.2.0
Compare
Choose a tag to compare

Changelog:

  • Added unit tests for the C++ Wrapper
  • Improved unit tests to be stronger
  • Added tests for dictionary open/close functionality
  • Refactored code to be cleaner and to remove unnecessary verbosity
  • Overhauled the flat file implementation, bring it up to feature parity and increasing performance by over 40%
  • Added testing structure to verify behaviour of string based keys
  • Ironed out all bugs with running IonDB on the Arduino device
  • Significant bug fixes and feature improvements.

v1.1.1: Bugfix patch and fix examples

13 Jul 02:35
v1.1.1
Compare
Choose a tag to compare
Fixed the examples not working for the arduino library manager. Also addressed a bug in the skiplist cursor queries.

IonDB version 1.1 release

12 Jul 00:02
v1.1
Compare
Choose a tag to compare
This is the version 1.1 release of IonDB.

This release is published as an Arduino compliant library. If you are looking for a version of IonDB to use for other platforms, you may use the latest commit on the master branch instead.