- Fixed `batch_read` to support non-string hash keys
0.8.0
- Add `py.typed` marker to indicate this library ships with type hints
0.7.0
- No changes since 0.7.0a1
0.7.0a1
- Change dependency version pinning to be more flexible - Only require `importlib_metadata` for python3.7 and earlier
0.6.0
- Added support for `__table_name__` being a `Callable[[], str]` to allow dynamic table name - Added support for batch reads and writes - Fixed `consistent_read` behavior for `safe_get` (previously was always set to `True`)
0.5.0
- Added support for multiple subclasses within one table (`get_model` function)