Skip to content

Release v0.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Mar 19:59

Added

  • ScyllaDBStore now accepts a table_prefix setting.

Changed

  • The classes in narrow_down.data_types were moved to narrow_down.storage.
  • The initialize() method of the storage backends can now be called multiple times without issues.

Fixed

  • A use of collections.Counter as typehint broke mypy checks.