Skip to content

Releases: linkedin/PalDB

1.2.0

26 Jun 07:00
Compare
Choose a tag to compare

Bugfixes

  • Custom serializers with interfaces as types don't work (#25)
  • Fix exception hanlding (#15)
  • fix concurrent database access with multiple instances (#26)

1.1.0

08 Jan 22:16
Compare
Choose a tag to compare

New features

  • Implement a StoreReader.keys() method (#13)

Bugfixes

  • Fixes the return type of apis (#9)
  • A Exception Using reader.iterable() (#16)

Performance improvements

  • Share slot read buffers (#14)

Compatibility

The prefix bytes have been modified (#21) as they were confusing so exceptionally this version breaks store compatibility with 1.0.0. This shouldn't happen anymore in the future for minor versions.

Integration

  • Add JaCoCo test coverage with Coveralls integration (#6)

This version will also be the first one available on Maven Central (#1).

1.0.0

29 Jun 22:29
Compare
Choose a tag to compare

Initial public release