-
-
Notifications
You must be signed in to change notification settings - Fork 451
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
25 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Change Log | ||
|
||
## [Unreleased] | ||
|
||
## [v0.4.0] - 2019-05-03 | ||
|
||
### 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. | ||
|
||
[Unreleased]: https://github.com/sfackler/rust-postgres/compare/postgres-protocol-v0.4.0...master | ||
[v0.4.0]: https://github.com/sfackler/rust-postgres/compare/postgres-protocol-v0.3.2...postgres-protocol-v0.4.0 | ||
[release tags]: https://github.com/sfackler/rust-postgres/releases |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "postgres-protocol" | ||
version = "0.3.2" | ||
version = "0.4.0" | ||
authors = ["Steven Fackler <[email protected]>"] | ||
edition = "2018" | ||
description = "Low level Postgres protocol APIs" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters