- Added parsing support for
ltree,lquery, andltxtquery.
- Upgraded
hmac,md-5andsha.
- Upgraded
hmac.
- Added the
passwordmodule, which can be used to hash passwords before using them in queries likeALTER USER. - Added type conversions for
LSN.
- Moved from
md5tomd-5.
- Upgraded
bytes,hmac, andrand.
- Added
escape::{escape_literal, escape_identifier}.
- Upgraded
base64andhmac.
- Upgraded
hmacandsha2.
- Upgraded
base64to 0.12.
frontend::Messageis now a true non-exhaustive enum.
- Upgraded
bytesto 0.5.
- Frontend messages and types now serialize to
BytesMutrather thanVec<u8>.
- Added
backend::Framedto 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_sqlnow automatically computes the required flags and no longer takes a has_nulls parameter.
Look at the release tags for information about older releases.