Skip to content

Commit ad68abf

Browse files
committed
Release tokio-postgres v0.7.13
1 parent 43c7049 commit ad68abf

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

postgres/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ bytes = "1.0"
4343
fallible-iterator = "0.2"
4444
futures-util = { version = "0.3.14", features = ["sink"] }
4545
log = "0.4"
46-
tokio-postgres = { version = "0.7.12", path = "../tokio-postgres" }
46+
tokio-postgres = { version = "0.7.13", path = "../tokio-postgres" }
4747
tokio = { version = "1.0", features = ["rt", "time"] }
4848

4949
[dev-dependencies]

tokio-postgres/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
## Unreleased
44

5+
## v0.7.13 - 2025-02-02
6+
7+
### Added
8+
9+
* Added support for direct TLS negotiation.
10+
* Added support for `cidr` 0.3 via the `with-cidr-0_3` feature.
11+
12+
### Fixes
13+
14+
* Added `load_balance_hosts` to `Config`'s `Debug` implementation.
15+
16+
### Changes
17+
18+
* Upgraded `rand`.
19+
520
## v0.7.12 - 2024-09-15
621

722
### Fixed

tokio-postgres/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tokio-postgres"
3-
version = "0.7.12"
3+
version = "0.7.13"
44
authors = ["Steven Fackler <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)