You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,14 @@ Changelog
5
5
6
6
# 2.x release
7
7
8
+
## v2.1.0
9
+
10
+
- Enhance: allow using ArrayBuffer as the `body` of a `fetch()` or `Request`
11
+
- Fix: store HTTP headers of a `Headers` object internally with the given case, for compatibility with older servers that incorrectly treated header names in a case-sensitive manner
12
+
- Fix: silently ignore invalid HTTP headers
13
+
- Fix: handle HTTP redirect responses without a `Location` header just like non-redirect responses
14
+
- Fix: include bodies when following a redirection when appropriate
15
+
8
16
## v2.0.0
9
17
10
18
This is a major release. Check [our upgrade guide](https://github.com/bitinn/node-fetch/blob/master/UPGRADE-GUIDE.md) for an overview on some key differences between v1 and v2.
0 commit comments