Skip to content

v7.1.0

Latest
Compare
Choose a tag to compare
@yumauri yumauri released this 10 Mar 10:31
· 19 commits to main since this release

🐛 Fixed issue with infinite loop on parallel execution (PR #174)

This fix changes behavior a bit, but it is very unlikely, that this will affect your application — it changes a moment, when several stores, persisted with the same key, are getting synchronized. Previously it happend immediately after any store changes its value. Now it will happen after actual storage change.