Skip to content

Version 1.7.0

Compare
Choose a tag to compare
@broneill broneill released this 04 Mar 19:02
· 322 commits to master since this release

Main changes:

  • Removed the EntryConsumer, EntryFunction, RowScanner, and RowUpdater interfaces.
  • Repurposed the Scanner and Updater interfaces to only work with tables.
  • Reading from a closed/deleted index now throws ClosedIndexException or DeletedIndexException.
  • Support remote database access.
  • Support table query ordering, which selects an appropriate index or performs a sort.

See changelog for more details.