Releases: sopherapps/py_scdb
Releases · sopherapps/py_scdb
py_scdb v0.2.2
py_scdb v0.2.1
Fixed
- Fixed the docstring for
store.search
in the stub file to show right annotations forskip
andlimit
py_scdb v0.2.0
Changed
- 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.
py_scdb v0.1.1
Changed
- Updated the stub file for the
search()
method.
py_scdb v0.1.0
Added
- Added full-text search for keys, with pagination using
store.search(term, skip, limit)
Changed
- Changed the
Store::new()
signature to includemax_search_index_key_length
option.
py_scdb v0.0.3
Fixed
- A Few Typos (including those in the upstream rust package scdb)
py_scdb v0.0.2
Fixed
- A Few Typos (including those in the upstream rust package scdb)
py_scdb v0.0.1
- Initial release