···1# minifetch
2000000000000000000000000000000000000000000000000000000000000000000000000000000000000003## 0.2.0
45### Minor Changes
···1# minifetch
23+## 0.4.6
4+5+### Patch Changes
6+7+- Replace undici `Response` with `node:stream/consumers` in body helper
8+ Submitted by [@kitten](https://github.com/kitten) (See [#32](https://github.com/kitten/fetch-nodeshim/pull/32))
9+10+## 0.4.5
11+12+### Patch Changes
13+14+- โ ๏ธ Fix `Content-Type` being overridden for string inputs when it's already set
15+ Submitted by [@kitten](https://github.com/kitten) (See [#30](https://github.com/kitten/fetch-nodeshim/pull/30))
16+17+## 0.4.4
18+19+### Patch Changes
20+21+- Limit state in which `incoming.socket` is unrefed and instead `.ref()` it when the body is being read, and `.unref()` it again when reading stops
22+ Submitted by [@kitten](https://github.com/kitten) (See [#28](https://github.com/kitten/fetch-nodeshim/pull/28))
23+24+## 0.4.3
25+26+### Patch Changes
27+28+- โ ๏ธ Fix typo in `NO_PROXY` construction
29+ Submitted by [@kitten](https://github.com/kitten) (See [#18](https://github.com/kitten/fetch-nodeshim/pull/18))
30+- Set `Content-Length: 0` when `response.body` is `null` for `PATCH` as well
31+ Submitted by [@kitten](https://github.com/kitten) (See [#23](https://github.com/kitten/fetch-nodeshim/pull/23))
32+- Protect against invalid `Location` URI
33+ Submitted by [@kitten](https://github.com/kitten) (See [#26](https://github.com/kitten/fetch-nodeshim/pull/26))
34+- Issue an explicit `ETIMEDOUT` when the request times out
35+ Submitted by [@kitten](https://github.com/kitten) (See [#24](https://github.com/kitten/fetch-nodeshim/pull/24))
36+- โ ๏ธ Fix `Set-Cookie` list handling by capturing them with `Headers#append`
37+ Submitted by [@kitten](https://github.com/kitten) (See [#20](https://github.com/kitten/fetch-nodeshim/pull/20))
38+- Reset `requestOptions.agent` on retry/redirect
39+ Submitted by [@kitten](https://github.com/kitten) (See [#27](https://github.com/kitten/fetch-nodeshim/pull/27))
40+- โ ๏ธ Fix `_final` on `InflateStream` calling `callback` before full flush
41+ Submitted by [@kitten](https://github.com/kitten) (See [#25](https://github.com/kitten/fetch-nodeshim/pull/25))
42+- Propagate errors for duplex request/response streams, and ensure early errors propagate to the Response stream
43+ Submitted by [@kitten](https://github.com/kitten) (See [#16](https://github.com/kitten/fetch-nodeshim/pull/16))
44+- Protect against missing `Symbol.toStringTag`
45+ Submitted by [@kitten](https://github.com/kitten) (See [#19](https://github.com/kitten/fetch-nodeshim/pull/19))
46+47+## 0.4.2
48+49+### Patch Changes
50+51+- Unref the incoming socket when the timeout is disabled, to prevent body streams that never start from keeping processes alive
52+ Submitted by [@kitten](https://github.com/kitten) (See [#14](https://github.com/kitten/fetch-nodeshim/pull/14))
53+54+## 0.4.1
55+56+### Patch Changes
57+58+- Add sane default timeout to `http.request`
59+ Submitted by [@kitten](https://github.com/kitten) (See [#12](https://github.com/kitten/fetch-nodeshim/pull/12))
60+61+## 0.4.0
62+63+### Minor Changes
64+65+- Add automatic configuration for `HTTP_PROXY`, `HTTPS_PROXY`, and `NO_PROXY` similar to the upcoming Node 24+ built-in support. Agents will automatically be created and used when these environment variables are set
66+ Submitted by [@kitten](https://github.com/kitten) (See [#8](https://github.com/kitten/fetch-nodeshim/pull/8))
67+68+### Patch Changes
69+70+- Prevent outright error when `--no-experimental-fetch` is set, which causes `Request`, `Response`, `FormData`, and `Headers` to not be available globally
71+ Submitted by [@kitten](https://github.com/kitten) (See [#11](https://github.com/kitten/fetch-nodeshim/pull/11))
72+- Update rollup config for reduced output and exclude sources from sourcemaps
73+ Submitted by [@kitten](https://github.com/kitten) (See [#9](https://github.com/kitten/fetch-nodeshim/pull/9))
74+75+## 0.3.0
76+77+### Minor Changes
78+79+- Add `Body` mixin as export
80+ Submitted by [@kitten](https://github.com/kitten) (See [#6](https://github.com/kitten/fetch-nodeshim/pull/6))
81+82+## 0.2.1
83+84+### Patch Changes
85+86+- Provenance Release
87+ Submitted by [@kitten](https://github.com/kitten) (See [#4](https://github.com/kitten/fetch-nodeshim/pull/4))
88+89## 0.2.0
9091### Minor Changes
+1
LICENSE.md
···1MIT License
23Copyright (c) Phil Pluckthun,
04Copyright (c) 2016 - 2020 Node Fetch Team,
5Copyright (c) Remix Software Inc. 2020-2021,
6Copyright (c) Shopify Inc. 2022-2024
···1MIT License
23Copyright (c) Phil Pluckthun,
4+Copyright (c) 650 Industries, Inc. (aka Expo),
5Copyright (c) 2016 - 2020 Node Fetch Team,
6Copyright (c) Remix Software Inc. 2020-2021,
7Copyright (c) Shopify Inc. 2022-2024