Skip to content

Commit

Permalink
Release tokio-postgres v0.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Mar 27, 2023
1 parent 54390eb commit 117e387
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions tokio-postgres/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## v0.7.8

## Added

* Added `keepalives_interval` and `keepalives_retries` config options.
* Added new `SqlState` variants.
* Added more `Debug` impls.
* Added `GenericClient::batch_execute`.
* Added `RowStream::rows_affected`.
* Added the `tcp_user_timeout` config option.

## Changed

* Passing an incorrect number of parameters to a query method now returns an error instead of panicking.
* Upgraded `socket2`.

## v0.7.7 - 2022-08-21

## Added
Expand Down
2 changes: 1 addition & 1 deletion tokio-postgres/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tokio-postgres"
version = "0.7.7"
version = "0.7.8"
authors = ["Steven Fackler <sfackler@gmail.com>"]
edition = "2018"
license = "MIT/Apache-2.0"
Expand Down

0 comments on commit 117e387

Please sign in to comment.