Skip to content

v0.2.2

Choose a tag to compare

@jessestimpson jessestimpson released this 17 Jan 00:27
· 48 commits to main since this release
d70ab6d

v0.2.2 (2024-01-16)

Bug fixes

  • (#31) Previously, erlfdb could leak {reference(), ready} messages to the caller if
    the transaction UserFun was executed more than once. We will now flush such messages before
    transactional/2 returns control to the caller. Watches are unaffected.
  • (#32) Fixed documentation for versionstamps in m:erlfdb_tuple.

Enhancements

  • m:erlfdb_sandbox: Creates and starts a database on your local filesystem that is to be
    used as a sandbox. That is, it can be useful for development tasks like tutorials and unit tests.
    It should not be used in a production setting.

New contributors

Thank you to the following new contributors! :)

  • drowzy