- `delete_multi` allows you to delete > 500 entities in chunks of a customizable size, defaulting to size 500.
0.1.6
- Certain properties can now be prevented from being indexed. Google Datastore indexes all columns automatically which can give problems when large arrays are used as column values.
0.1.5
fixed dependency versions to avoid problems with breaking changes
0.1.4
- Sometimes the encoding of BytesField may differ, now this can be specified.
0.1.3
- `put_multi` now auto-batches puts in batches of 500, putting more than 500 elements was previously not possible. - The same goes for `get_multi` except the batch size is 1000.