Skip to content

v27.0.0

Latest

Choose a tag to compare

@blackbeam blackbeam released this 16 Jan 08:46

What's Changed

  • Adding MariaDB bulk execution functionality. by @lawrinn in #408
  • Fix PoolConstraints infinite wait when the max value Is zero by @powerumc in #398

Breaking

  • New variants for DriverError enum added:
    • DriverError::Params
    • DriverError::BulkExecute
  • Some variants for DriverError were removed:
    • DriverError::MissingNamedParameter — moved under the new DriverError::Params variant
    • DriverError::NamedParamsForPositionalQuery — moved under the new DriverError::Params variant
  • DriverError no longer implements Eq

New Contributors

Full Changelog: v26.0.1...v27.0.0