Skip to content

v3.1.0

Choose a tag to compare

@tocreator tocreator released this 07 Apr 23:27
· 39 commits to main since this release
Immutable release. Only release title and notes can be modified.

3.1.0

Added

  • Added support for key-value TTL expiration automatic cleanup via setValue(..., {Duration? ttl, DateTime? expiresAt})
  • Added support for key-value data state monitoring via db.watchValue and db.watchValues to facilitate UI refreshing
  • Added some semantic queries: support whereTruewhereFalsewhereEmptywhereNotEmptywhereStartsWithwhereEndsWith

Changed

  • Optimized benchmark tests
  • Optimized documentation and multi-language

Fixed

  • Fixed global config cache state leakage between different database instances in the same process.