File tree 4 files changed +19
-4
lines changed
4 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## v0.6.6 -2023-08-19
3
+ ## v0.6.7 - 2024-07-21
4
+
5
+ ### Deprecated
6
+
7
+ * Deprecated ` ErrorField::value ` .
8
+
9
+ ### Added
10
+
11
+ * Added a ` Clone ` implementation for ` DataRowBody ` .
12
+ * Added ` ErrorField::value_bytes ` .
13
+
14
+ ### Changed
15
+
16
+ * Upgraded ` base64 ` .
17
+
18
+ ## v0.6.6 - 2023-08-19
4
19
5
20
### Added
6
21
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " postgres-protocol"
3
- version = " 0.6.6 "
3
+ version = " 0.6.7 "
4
4
authors = [" Steven Fackler <sfackler@gmail.com>" ]
5
5
edition = " 2018"
6
6
description = " Low level Postgres protocol APIs"
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ with-time-0_3 = ["time-03"]
31
31
[dependencies ]
32
32
bytes = " 1.0"
33
33
fallible-iterator = " 0.2"
34
- postgres-protocol = { version = " 0.6.5 " , path = " ../postgres-protocol" }
34
+ postgres-protocol = { version = " 0.6.7 " , path = " ../postgres-protocol" }
35
35
postgres-derive = { version = " 0.4.5" , optional = true , path = " ../postgres-derive" }
36
36
37
37
array-init = { version = " 2" , optional = true }
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ parking_lot = "0.12"
54
54
percent-encoding = " 2.0"
55
55
pin-project-lite = " 0.2"
56
56
phf = " 0.11"
57
- postgres-protocol = { version = " 0.6.6 " , path = " ../postgres-protocol" }
57
+ postgres-protocol = { version = " 0.6.7 " , path = " ../postgres-protocol" }
58
58
postgres-types = { version = " 0.2.5" , path = " ../postgres-types" }
59
59
tokio = { version = " 1.27" , features = [" io-util" ] }
60
60
tokio-util = { version = " 0.7" , features = [" codec" ] }
You can’t perform that action at this time.
0 commit comments