Skip to content

BadgerDB v1.5.1

Compare
Choose a tag to compare
@manishrjain manishrjain released this 04 Jun 21:51
· 797 commits to main since this release

Bug Fixes:

  • Fix for infinite yieldItemValue recursion. #503
  • Fix recursive addition of badgerMove prefix. 2e3a32f
  • Use file size based window size for sampling, instead of fixing it to 10MB. #501

Cleanup:

  • Clarify comments and documentation.
  • Move badger tool one directory level up.