v18.0.0
Breaking changes:
Conn::{query, first, *_exec, ...}were removed in favor ofQueryabletrait (see crate docs);Pool::{prepare, *_exec, ...}were removed in favor ofTextQueryandBinQuerytraits (see crate docs);- helpers for batch statement execution were added in forms of
Queryable::batch_execmethod andBatchQuerytrait (see crate docs); Stmtwas removed in favor of the newStatementstructure, which is a thin wrapper around statement identifier. There are few caveats, please consult the corresponding section in the crate docs;OptsBuilderandSslOptsmethods now takes self by value;QueryResultinterface was altered;start_transactionnow takes newTxOptsstructure;