We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1643719 + 2ad8ed4 commit d969eaaCopy full SHA for d969eaa
CHANGELOG.md
@@ -1,11 +1,15 @@
1
-## 0.7.6 (Unreleased)
+## 0.7.6 (May 9, 2024)
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
9
+BUG FIXES:
10
+
11
+- client: fix a broken check for invalid server certificate in go 1.20+ (#210)
12
13
## 0.7.5 (Nov 8, 2023)
14
15
BUG FIXES:
0 commit comments