Skip to content

v1.0.0-rc.1

Choose a tag to compare

@lucaong lucaong released this 12 Apr 19:27
· 147 commits to master since this release

First release candidate of CubDB 1.0.0 πŸš€

Changes:

  • [breaking change] better defaults for CubDB:
    • auto_file_sync now defaults to true (slower but durable)
    • auto_compact now defaults to true
  • [breaking change] select/2 now takes the timeout as an option
    instead of an additional argument
  • [breaking change] get_and_update_multi/4 now takes the timeout as
    an option instead of an additional argument
  • Better internal handling of timeouts that ensures cleanup of
    resources on the callee side