Release v0.9.0
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.