Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3d0a593

Browse files
committed
Release tokio-postgres v0.7.9
1 parent6f7ab44 commit3d0a593

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

‎tokio-postgres/CHANGELOG.md‎

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
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

‎tokio-postgres/Cargo.toml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name ="tokio-postgres"
3-
version ="0.7.8"
3+
version ="0.7.9"
44
authors = ["Steven Fackler <sfackler@gmail.com>"]
55
edition ="2018"
66
license ="MIT/Apache-2.0"
@@ -55,7 +55,7 @@ percent-encoding = "2.0"
5555
pin-project-lite ="0.2"
5656
phf ="0.11"
5757
postgres-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" }
5959
tokio = {version ="1.27",features = ["io-util"] }
6060
tokio-util = {version ="0.7",features = ["codec"] }
6161
rand ="0.8.5"

‎tokio-postgres/src/lib.rs‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@
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

122121
pubusecrate::cancel_token::CancelToken;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp