All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Fixed Slice Out of bounds Error when Retrieving Value that is an empty string.
- Fixed the docstring for
store.search
in the stub file to show right annotations forskip
andlimit
- Changed the
Store()
andAsyncStore()
signatures, replacingmax_index_key_len
option withis_search_enabled
. - Permanently set the maximum index key length to 3
- Changed benchmarks to compare operations when search is enabled to when search is disabled.
- Updated the stub file for the
search()
method.
- Added full-text search for keys, with pagination using
store.search(term, skip, limit)
- Changed the
Store::new()
signature to includemax_search_index_key_length
option.
- A Few Typos (including those in the upstream rust package scdb)
- A Few Typos (including those in the upstream rust package scdb)
- Initial release