rust-postgres/postgres-protocol/CHANGELOG.md

88 lines
1.5 KiB
Markdown
Raw Normal View History

2019-03-06 03:03:36 +00:00
# Change Log
2021-09-29 23:27:15 +00:00
## v0.6.2 - 2021-09-29
### Changed
* Upgraded `hmac`.
2021-04-03 21:06:51 +00:00
## v0.6.1 - 2021-04-03
### Added
* Added the `password` module, which can be used to hash passwords before using them in queries like `ALTER USER`.
* Added type conversions for `LSN`.
### Changed
* Moved from `md5` to `md-5`.
2020-12-25 13:51:17 +00:00
## v0.6.0 - 2020-12-25
### Changed
* Upgraded `bytes`, `hmac`, and `rand`.
### Added
* Added `escape::{escape_literal, escape_identifier}`.
2020-10-17 18:53:34 +00:00
## v0.5.3 - 2020-10-17
### Changed
* Upgraded `base64` and `hmac`.
2020-07-06 20:30:43 +00:00
## v0.5.2 - 2020-07-06
### Changed
* Upgraded `hmac` and `sha2`.
2020-03-17 22:36:22 +00:00
## v0.5.1 - 2020-03-17
### Changed
* Upgraded `base64` to 0.12.
2019-12-23 23:21:52 +00:00
## v0.5.0 - 2019-12-23
### Changed
* `frontend::Message` is now a true non-exhaustive enum.
## v0.5.0-alpha.2 - 2019-11-27
### Changed
* Upgraded `bytes` to 0.5.
## v0.5.0-alpha.1 - 2019-10-14
### Changed
* Frontend messages and types now serialize to `BytesMut` rather than `Vec<u8>`.
2019-06-30 04:43:50 +00:00
## v0.4.1 - 2019-06-29
2019-06-30 04:06:23 +00:00
### Added
* Added `backend::Framed` to minimally parse the structure of backend messages.
2019-06-30 04:43:50 +00:00
## v0.4.0 - 2019-03-05
2019-03-06 03:03:36 +00:00
### Added
* Added channel binding support to SCRAM authentication API.
### Changed
* 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.
## Older
Look at the [release tags] for information about older releases.
[release tags]: https://github.com/sfackler/rust-postgres/releases