Skip to content

Releases: sopherapps/py_scdb

py_scdb v0.2.2

06 Mar 21:32
Compare
Choose a tag to compare

Fixed

  • Fixed Slice Out of bounds Error when Retrieving Value that is an empty string.

py_scdb v0.2.1

06 Mar 21:31
Compare
Choose a tag to compare

Fixed

  • Fixed the docstring for store.search in the stub file to show right annotations for skip and limit

py_scdb v0.2.0

06 Mar 21:31
92a768d
Compare
Choose a tag to compare

Changed

  • Changed the Store() and AsyncStore() signatures, replacing max_index_key_len option with is_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

06 Mar 21:31
Compare
Choose a tag to compare

Changed

  • Updated the stub file for the search() method.

py_scdb v0.1.0

06 Mar 21:30
5fa0be5
Compare
Choose a tag to compare

Added

  • Added full-text search for keys, with pagination using store.search(term, skip, limit)

Changed

  • Changed the Store::new() signature to include max_search_index_key_length option.

py_scdb v0.0.3

06 Mar 21:30
Compare
Choose a tag to compare

Fixed

  • A Few Typos (including those in the upstream rust package scdb)

py_scdb v0.0.2

06 Mar 21:29
Compare
Choose a tag to compare

Fixed

  • A Few Typos (including those in the upstream rust package scdb)

py_scdb v0.0.1

06 Mar 21:28
Compare
Choose a tag to compare
  • Initial release