- 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.