Skip to content

v.0.32.1

Compare
Choose a tag to compare
@blackbeam blackbeam released this 14 Apr 10:19
· 92 commits to master since this release
  • fix regression introduced in v0.32.0 (reported by @cloneable in #243)

  • add a set of commands to execute each time Conn::reset or Conn::change_user is performed.

    New APIs:

    • Opts::setup
    • OptsBuilder::setup
  • add a way to opt out of pooled connection reset:

    Pooled connection reset is now the default but comes with a performance cost. Please read the docs on PoolOpts::with_reset_connection

    New APIs:

    • PoolOpts::with_reset_connection
    • PoolOpts::reset_connection
    • Conn::reset_connection

Full Changelog: v0.32.0...v0.32.1