rust-postgres/postgres-protocol/CHANGELOG.md

31 lines
679 B
Markdown
Raw Normal View History

2019-03-06 03:03:36 +00:00
# Change Log
## 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