Skip to content

V2.7.1

Compare
Choose a tag to compare
@greenrobot-team greenrobot-team released this 24 Aug 13:05
· 794 commits to main since this release
  • Fix exception handling during BoxStoreBuilder.build() to allow retries. For example, after a FileCorruptException you could try to open the database again using the recently added usePreviousCommit() option.
  • Add PagesCorruptException as a special case of FileCorruptException.
  • DbExceptionListener is called more robustly.

Previous release notes