This repository was archived by the owner on Jan 14, 2025. It is now read-only.
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 1
1
# Change Log
2
2
3
+ ## v0.19.7 - 2023-08-25
4
+
5
+ ## Fixed
6
+
7
+ * Defered default username lookup to avoid regressing ` Config ` behavior.
8
+
3
9
## v0.19.6 - 2023-08-19
4
10
5
11
### Added
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " postgres"
3
- version = " 0.19.6 "
3
+ version = " 0.19.7 "
4
4
authors = [" Steven Fackler <sfackler@gmail.com>" ]
5
5
edition = " 2018"
6
6
license = " MIT/Apache-2.0"
@@ -40,7 +40,7 @@ bytes = "1.0"
40
40
fallible-iterator = " 0.2"
41
41
futures-util = { version = " 0.3.14" , features = [" sink" ] }
42
42
log = " 0.4"
43
- tokio-postgres = { version = " 0.7.9 " , path = " ../tokio-postgres" }
43
+ tokio-postgres = { version = " 0.7.10 " , path = " ../tokio-postgres" }
44
44
tokio = { version = " 1.0" , features = [" rt" , " time" ] }
45
45
46
46
[dev-dependencies ]
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## v0.7.10
3
+ ## v0.7.10 - 2023-08-25
4
4
5
5
## Fixed
6
6
7
7
* Defered default username lookup to avoid regressing ` Config ` behavior.
8
8
9
- ## v0.7.9
9
+ ## v0.7.9 - 2023-08-19
10
10
11
11
## Fixed
12
12
19
19
* Added support for the ` load_balance_hosts ` config option to randomize connection ordering.
20
20
* The ` user ` config option now defaults to the executing process's user.
21
21
22
- ## v0.7.8
22
+ ## v0.7.8 - 2023-05-27
23
23
24
24
## Added
25
25
You can’t perform that action at this time.
0 commit comments