File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed
Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## v0.7.9
4+
5+ ## Fixed
6+
7+ * Fixed builds on OpenBSD.
8+
9+ ## Added
10+
11+ * Added the ` js ` feature for WASM support.
12+ * Added support for the ` hostaddr ` config option to bypass DNS lookups.
13+ * Added support for the ` load_balance_hosts ` config option to randomize connection ordering.
14+ * The ` user ` config option now defaults to the executing process's user.
15+
316## v0.7.8
417
518## Added
Original file line number Diff line number Diff line change 11[package ]
22name = " tokio-postgres"
3- version = " 0.7.8 "
3+ version = " 0.7.9 "
44authors = [
" Steven Fackler <[email protected] >" ]
55edition = " 2018"
66license = " MIT/Apache-2.0"
@@ -55,7 +55,7 @@ percent-encoding = "2.0"
5555pin-project-lite = " 0.2"
5656phf = " 0.11"
5757postgres-protocol = { version = " 0.6.6" , path = " ../postgres-protocol" }
58- postgres-types = { version = " 0.2.4 " , path = " ../postgres-types" }
58+ postgres-types = { version = " 0.2.5 " , path = " ../postgres-types" }
5959tokio = { version = " 1.27" , features = [" io-util" ] }
6060tokio-util = { version = " 0.7" , features = [" codec" ] }
6161rand = " 0.8.5"
Original file line number Diff line number Diff line change 116116//! | `with-uuid-1` | Enable support for the `uuid` crate. | [uuid](https://crates.io/crates/uuid) 1.0 | no |
117117//! | `with-time-0_2` | Enable support for the 0.2 version of the `time` crate. | [time](https://crates.io/crates/time/0.2.0) 0.2 | no |
118118//! | `with-time-0_3` | Enable support for the 0.3 version of the `time` crate. | [time](https://crates.io/crates/time/0.3.0) 0.3 | no |
119- #![ doc( html_root_url = "https://docs.rs/tokio-postgres/0.7" ) ]
120119#![ warn( rust_2018_idioms, clippy:: all, missing_docs) ]
121120
122121pub use crate :: cancel_token:: CancelToken ;
You can’t perform that action at this time.
0 commit comments