File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed
Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## v0.19.7 - 2023-08-25
4+
5+ ## Fixed
6+
7+ * Defered default username lookup to avoid regressing ` Config ` behavior.
8+
39## v0.19.6 - 2023-08-19
410
511### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " postgres"
3- version = " 0.19.6 "
3+ version = " 0.19.7 "
44authors = [
" Steven Fackler <[email protected] >" ]
55edition = " 2018"
66license = " MIT/Apache-2.0"
@@ -40,7 +40,7 @@ bytes = "1.0"
4040fallible-iterator = " 0.2"
4141futures-util = { version = " 0.3.14" , features = [" sink" ] }
4242log = " 0.4"
43- tokio-postgres = { version = " 0.7.9 " , path = " ../tokio-postgres" }
43+ tokio-postgres = { version = " 0.7.10 " , path = " ../tokio-postgres" }
4444tokio = { version = " 1.0" , features = [" rt" , " time" ] }
4545
4646[dev-dependencies ]
Original file line number Diff line number Diff line change 11# Change Log
22
3- ## v0.7.10
3+ ## v0.7.10 - 2023-08-25
44
55## Fixed
66
77* Defered default username lookup to avoid regressing ` Config ` behavior.
88
9- ## v0.7.9
9+ ## v0.7.9 - 2023-08-19
1010
1111## Fixed
1212
1919* Added support for the ` load_balance_hosts ` config option to randomize connection ordering.
2020* The ` user ` config option now defaults to the executing process's user.
2121
22- ## v0.7.8
22+ ## v0.7.8 - 2023-05-27
2323
2424## Added
2525
You can’t perform that action at this time.
0 commit comments