File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## v0.6.1 - 2021-04-03
4+
5+ ### Added
6+
7+ * Added the ` password ` module, which can be used to hash passwords before using them in queries like ` ALTER USER ` .
8+ * Added type conversions for ` LSN ` .
9+
10+ ### Changed
11+
12+ * Moved from ` md5 ` to ` md-5 ` .
13+
314## v0.6.0 - 2020-12-25
415
516### Changed
Original file line number Diff line number Diff line change 11[package ]
22name = " postgres-protocol"
3- version = " 0.6.0 "
3+ version = " 0.6.1 "
44authors = [" Steven Fackler <sfackler@gmail.com>" ]
55edition = " 2018"
66description = " Low level Postgres protocol APIs"
Original file line number Diff line number Diff line change 99//!
1010//! This library assumes that the `client_encoding` backend parameter has been
1111//! set to `UTF8`. It will most likely not behave properly if that is not the case.
12- #![ doc( html_root_url = "https://docs.rs/postgres-protocol/0.5 " ) ]
12+ #![ doc( html_root_url = "https://docs.rs/postgres-protocol/0.6 " ) ]
1313#![ warn( missing_docs, rust_2018_idioms, clippy:: all) ]
1414
1515use byteorder:: { BigEndian , ByteOrder } ;
You can’t perform that action at this time.
0 commit comments