v3.1.0
·
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.watchValueanddb.watchValuesto facilitate UI refreshing - Added some semantic queries: support
whereTrue、whereFalse、whereEmpty、whereNotEmpty、whereStartsWith、whereEndsWith
Changed
- Optimized benchmark tests
- Optimized documentation and multi-language
Fixed
- Fixed global config cache state leakage between different database instances in the same process.