1.5 KiB
1.5 KiB
Change Log
v0.6.3 - 2021-12-10
Changed
- Upgraded
hmac,md-5andsha.
v0.6.2 - 2021-09-29
Changed
- Upgraded
hmac.
v0.6.1 - 2021-04-03
Added
- Added the
passwordmodule, which can be used to hash passwords before using them in queries likeALTER USER. - Added type conversions for
LSN.
Changed
- Moved from
md5tomd-5.
v0.6.0 - 2020-12-25
Changed
- Upgraded
bytes,hmac, andrand.
Added
- Added
escape::{escape_literal, escape_identifier}.
v0.5.3 - 2020-10-17
Changed
- Upgraded
base64andhmac.
v0.5.2 - 2020-07-06
Changed
- Upgraded
hmacandsha2.
v0.5.1 - 2020-03-17
Changed
- Upgraded
base64to 0.12.
v0.5.0 - 2019-12-23
Changed
frontend::Messageis now a true non-exhaustive enum.
v0.5.0-alpha.2 - 2019-11-27
Changed
- Upgraded
bytesto 0.5.
v0.5.0-alpha.1 - 2019-10-14
Changed
- Frontend messages and types now serialize to
BytesMutrather thanVec<u8>.
v0.4.1 - 2019-06-29
Added
- Added
backend::Framedto minimally parse the structure of backend messages.
v0.4.0 - 2019-03-05
Added
- Added channel binding support to SCRAM authentication API.
Changed
- 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.
Older
Look at the release tags for information about older releases.