File tree 1 file changed +12
-4
lines changed
1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.7.6 (Unreleased)
2
+
3
+ ENHANCEMENTS:
4
+
5
+ - client: support a ` RetryPrepare ` function for modifying the request before retrying (#216 )
6
+ - client: support HTTP-date values for ` Retry-After ` header value (#138 )
7
+ - client: avoid reading entire body when the body is a ` *bytes.Reader ` (#197 )
8
+
1
9
## 0.7.5 (Nov 8, 2023)
2
10
3
- BUG FIXES
11
+ BUG FIXES:
4
12
5
- - client: fixes an issue where the request body is not preserved on temporary redirects or re-established HTTP/2 connections [ GH- 207 ]
13
+ - client: fixes an issue where the request body is not preserved on temporary redirects or re-established HTTP/2 connections ( # 207 )
6
14
7
15
## 0.7.4 (Jun 6, 2023)
8
16
9
- BUG FIXES
17
+ BUG FIXES:
10
18
11
- - client: fixing an issue where the Content-Type header wouldn't be sent with an empty payload when using HTTP/2 [ GH- 194 ]
19
+ - client: fixing an issue where the Content-Type header wouldn't be sent with an empty payload when using HTTP/2 ( # 194 )
12
20
13
21
## 0.7.3 (May 15, 2023)
14
22
You can’t perform that action at this time.
0 commit comments