Skip to content

Commit e6c9acc

Browse files
authored
Merge pull request #223 from hashicorp/manicminer-patch-1
Changelog updates for #138, #197, #216
2 parents ca91556 + 6d0f2e8 commit e6c9acc

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

CHANGELOG.md

+12-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
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+
19
## 0.7.5 (Nov 8, 2023)
210

3-
BUG FIXES
11+
BUG FIXES:
412

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)
614

715
## 0.7.4 (Jun 6, 2023)
816

9-
BUG FIXES
17+
BUG FIXES:
1018

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)
1220

1321
## 0.7.3 (May 15, 2023)
1422

0 commit comments

Comments
 (0)