Skip to content

Releases: adrielcafe/pufferdb

1.1.1

21 May 12:42

Choose a tag to compare

  • Improve write performance

1.1.0

19 May 17:22

Choose a tag to compare

  • Replace ConflatedBroadcastChannel with StateFlow for better performance
  • Update to RxJava 3
  • Improve extension functions

1.0.2

02 Feb 02:09

Choose a tag to compare

  • 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

20 Jun 17:59

Choose a tag to compare

  • Update dependencies

1.0.0

08 Apr 18:08

Choose a tag to compare

  • Added AndroidPufferDB.init()
  • Removed context param from AndroidPufferDB.withDefault() and AndroidPufferDB.getInternalFile()

0.0.5-beta

08 Apr 13:56

Choose a tag to compare

0.0.5-beta Pre-release
Pre-release
  • 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

07 Apr 21:00

Choose a tag to compare

0.0.4-beta Pre-release
Pre-release
  • More write performance improvements
  • Using a Mutex lock to avoid simultaneous writes

0.0.3-alpha

05 Apr 20:33

Choose a tag to compare

0.0.3-alpha Pre-release
Pre-release
  • Improved write performance with Job cancellation and Channel

0.0.2-alpha

04 Apr 21:20

Choose a tag to compare

0.0.2-alpha Pre-release
Pre-release
  • Improved read and write performance with ConcurrentHashMap and Coroutines

0.0.1-alpha

03 Apr 14:52

Choose a tag to compare

0.0.1-alpha Pre-release
Pre-release
  • Alpha release 🐡 🎉