Releases: sfackler/rust-postgres
Releases · sfackler/rust-postgres
postgres-shared v0.4.1
postgres-shared-v0.4.1 Release postgres-shared v0.4.1
postgres-protocol v0.3.2
- Upgraded dependencies.
tokio-postgres v0.3.0
- The connection/transaction is unconditionally returned along with an error, which should greatly simplify error handling.
postgres-protocol v0.3.1
- Upgrade dependencies.
postgres v0.15.1
- Expose
accepts!
andto_sql_checked!
macros in postgres.
postgres v0.15.0
- Upgrade chrono to 0.5.
- Upgrade eui48 to 0.3.
- Make
SqlState
an opaque type rather than an enum. Const instances of defined error codes are provided for matching. - Make
Type
an opaque type rather than an enum. Const instances of known types are provided for matching. - Remove
ConnectError
and makeError
an opaque type. Accessor methods are provided to introspect the internal error.
postgres-shared v0.4.0
postgres-shared-v0.4.0 Release postgres-shared v0.4.0
tokio-postgres v0.2.3
- Support conversion of the
UNKNOWN
type to String.
postgres v0.14.2
- Support the PostgreSQL 10 SASL authentication mechanism
- Support conversion of the
UNKNOWN
type to String Rows
no longer borrows itsStatement
.
postgres-shared v0.3.0
- Support conversion of the
UNKNOWN
type to String. - Update enums for PostgreSQL 10.