Skip to content

v0.3.0

Choose a tag to compare

@fhunleth fhunleth released this 03 Jan 21:15
· 42 commits to main since this release

While this release introduces a breaking change, most of the API has been pretty
stable for a long time. Consider this a 1.0.0 release candidate.

  • Breaking changes

    • Persistence functions raise an exception rather than return :noop when
      persistence has been disabled.
    • Error tuples all return Exception structs rather than atoms. This cleans up
      some error handling inconsistencies, but will require changes to any code
      that tries to interpret the error atoms.
  • New features

    • Add raising versions (e.g., bang versions) of persistence functions