Skip to content

v0.4.0

Compare
Choose a tag to compare
@Vovan-VE Vovan-VE released this 13 Dec 03:46
· 5 commits to main since this release
  • BREAKING: withPersistentMap() now requires the given Driver to be StoreDriver rather then StoreDriverMapped as before. This is how it should to work, but it wasn't before.
  • Fix: withPersistentMap() now tracks changed elements in underlying Map and writes to Driver only what was changed. Before this a whole Map was sent to overwrite on every update.