New
0.9.0
What's Changed
- Migrate to kotlinx-io by @mani1232 & @xxfast in https://github.com/xxfast/KStore/pull/112 & https://github.com/xxfast/KStore/pull/116
- Add transactions to file writes and restore files to previous state when transactions fail by @xxfast in https://github.com/xxfast/KStore/pull/100
- ~Add directories initialiser and tests by @xxfast in https://github.com/xxfast/KStore/pull/132~
- Fix FileCodec by @forhad013 in https://github.com/xxfast/KStore/pull/133
New Contributors
- @mani1232 made their first contribution in https://github.com/xxfast/KStore/pull/112
- @forhad013 made their first contribution in https://github.com/xxfast/KStore/pull/133
Full Changelog: https://github.com/xxfast/KStore/compare/0.8.0...0.9.0
⚠️ Breaking Changes
- Bump kstore to
0.9.0and removeokiofrom your dependencies from yourlibs.version.toml
[versions]
- kstore = "0.8.0"
+ kstore = "0.9.0"
- okio = "3.6.0"
- If you are using , migrate to 's from 's