Skip to content

v0.6.0

Latest

Choose a tag to compare

@ryanfowler ryanfowler released this 27 May 06:07
b6655d7

What's Changed

  • Surface panics from user closures as Error::Panic by @ryanfowler in #46
  • Update rusqlite requirement from 0.39.0 to 0.40.0 by @dependabot[bot] in #47
  • Apply journal mode to every pool connection by @ryanfowler in #48
  • Fix default in-memory pool isolation and add shared-memory pools by @ryanfowler in #49
  • Rollback open transactions after panics in client closures by @ryanfowler in #50
  • Make queued client operations cancellation-aware and bounded by @ryanfowler in #51
  • Add Pool custom-error APIs and blocking client variants by @ryanfowler in #52
  • Align rusqlite feature passthroughs with 0.40 defaults by @ryanfowler in #53

Full Changelog: v0.5.7...v0.6.0