Skip to content

Version 0.3.8

Compare
Choose a tag to compare
@jtnelson jtnelson released this 04 Oct 23:23
  • Fixed a bug where database records and indexes were not properly cached. Now, reads are over 87 percent faster.
  • Removed a potential race-condition between real-time failure detection and just-in-time locking that made it possible for an failed transaction to errneously commit and violate ACID consistency.
  • Fixed a bug where the Numbers#max method actually returned the minimum value.