Releases: adrielcafe/pufferdb
Releases · adrielcafe/pufferdb
1.1.1
1.1.0
- Replace ConflatedBroadcastChannel with StateFlow for better performance
- Update to RxJava 3
- Improve extension functions
1.0.2
- Feat:
PufferDB.with(CoroutineScope, CoroutineContext, File) - Feat:
CoroutinePuffer.with(CoroutineScope, CoroutineContext, File) - Refactor: using coroutines flow to save file
- Chore: improve unit tests
- Chore: Update dependencies
1.0.1
- Update dependencies
1.0.0
- Added
AndroidPufferDB.init() - Removed
contextparam fromAndroidPufferDB.withDefault()andAndroidPufferDB.getInternalFile()
0.0.5-beta
- Added
List<>support for all current supported types
Important: This release changes the .proto file structure and, because of that, is not backwards compatible.
0.0.4-beta
- More write performance improvements
- Using a Mutex lock to avoid simultaneous writes
0.0.3-alpha
- Improved write performance with Job cancellation and Channel
0.0.2-alpha
- Improved read and write performance with ConcurrentHashMap and Coroutines
0.0.1-alpha
- Alpha release 🐡 🎉