- Added parsing support for
ltree
,lquery
, andltxtquery
.
- Upgraded
hmac
,md-5
andsha
.
- Upgraded
hmac
.
- Added the
password
module, which can be used to hash passwords before using them in queries likeALTER USER
. - Added type conversions for
LSN
.
- Moved from
md5
tomd-5
.
- Upgraded
bytes
,hmac
, andrand
.
- Added
escape::{escape_literal, escape_identifier}
.
- Upgraded
base64
andhmac
.
- Upgraded
hmac
andsha2
.
- Upgraded
base64
to 0.12.
frontend::Message
is now a true non-exhaustive enum.
- Upgraded
bytes
to 0.5.
- Frontend messages and types now serialize to
BytesMut
rather thanVec<u8>
.
- Added
backend::Framed
to minimally parse the structure of backend messages.
- Added channel binding support to SCRAM authentication API.
- Passwords are no longer required to be UTF8 strings.
types::array_to_sql
now automatically computes the required flags and no longer takes a has_nulls parameter.
Look at the release tags for information about older releases.