- Make commit limit configurable on `transaction()` context manager
0.11.0a2
- Fix issue with query returning no results when using a filter with sparse matches
0.11.0a1
- Add support for transaction writes using `transaction()` context manager - No longer commit batch when an exception is raised during the batch context manager `__exit__`
0.10.0
- Add support for `scan_index_forward` for specifying ascending (True) or descending (False) traversal of the index.
0.9.0
- Add support for `__table_host__` for local testing