data_layer_hive 0.0.5
data_layer_hive: ^0.0.5 copied to clipboard
Hive implementation of DataLayer.
Changelog #
0.0.5 #
- Matches pkg:data_layer version 0.0.9 by renaming
deletetodeleteItemand by addingdeleteItems
0.0.4 #
- Improves handling of schema changes by wrapping all reads in a try-catch and evicting keys that fail to deserialize.
0.0.3 #
- Updates
sendMessagereturn type fromTtoT?.
0.0.2-rc.1 #
- Adds HiveOperationPersistence to support long-lived storage of retries.
0.0.1-beta.7 #
- Bumps to latest data_layer version and calls
markReady.
0.0.1-beta.6 #
- Adds web support.
0.0.1-beta.5 #
- Initial version.