@pnpm/network.fetch 1100.1.4 → 1100.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md ADDED
@@ -0,0 +1,817 @@
1
+ # @pnpm/fetch
2
+
3
+ ## 1100.1.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies:
8
+ - @pnpm/core-loggers@1100.2.3
9
+
10
+ ## 1100.1.5
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies:
15
+ - @pnpm/core-loggers@1100.2.2
16
+ - @pnpm/types@1101.4.0
17
+
18
+ ## 1100.1.4
19
+
20
+ ### Patch Changes
21
+
22
+ - 05b95ab: Fixed `pnpm` hanging (and crashing with an unhandled promise rejection) when a non-retryable network error such as `SELF_SIGNED_CERT_IN_CHAIN` occurs while fetching from a registry. The error is now rejected through the returned promise instead of being thrown inside the detached retry callback.
23
+ - Updated dependencies [852d537]
24
+ - @pnpm/error@1100.0.1
25
+
26
+ ## 1100.1.3
27
+
28
+ ### Patch Changes
29
+
30
+ - a31faa7: Updated dependency ranges. Notably:
31
+
32
+ - `@pnpm/logger` peer dependency range moved to `^1100.0.0`.
33
+ - `msgpackr` 1.11.8 → 2.0.4 (store index files remain byte-compatible in both directions).
34
+ - `open` ^7.4.2 → ^11.0.0, `memoize` ^10 → ^11, `cli-truncate` ^5 → ^6, `pidtree` ^0.6 → ^1.
35
+ - `@yarnpkg/core` 4.5.0 → 4.8.0, `@rushstack/worker-pool` 0.7.7 → 0.7.18, `@cyclonedx/cyclonedx-library` 10.0.0 → 10.1.0, `@pnpm/config.nerf-dart` ^1 → ^2, `@pnpm/log.group` 3.0.2 → 4.0.1, `@pnpm/util.lex-comparator` ^3 → ^4.
36
+
37
+ - Updated dependencies [681b593]
38
+ - Updated dependencies [a31faa7]
39
+ - @pnpm/fetching.types@1100.0.2
40
+ - @pnpm/types@1101.3.2
41
+ - @pnpm/core-loggers@1100.2.1
42
+
43
+ ## 1100.1.2
44
+
45
+ ### Patch Changes
46
+
47
+ - Updated dependencies [f11b4fc]
48
+ - @pnpm/core-loggers@1100.2.0
49
+
50
+ ## 1100.1.1
51
+
52
+ ### Patch Changes
53
+
54
+ - Updated dependencies [bf1b731]
55
+ - @pnpm/types@1101.3.1
56
+ - @pnpm/core-loggers@1100.1.4
57
+
58
+ ## 1100.1.0
59
+
60
+ ### Minor Changes
61
+
62
+ - 60a1eec: Avoided a Node.js crash when pnpm exits after network requests on Windows.
63
+
64
+ ### Patch Changes
65
+
66
+ - Updated dependencies [a017bf3]
67
+ - @pnpm/types@1101.3.0
68
+ - @pnpm/core-loggers@1100.1.3
69
+
70
+ ## 1100.0.8
71
+
72
+ ### Patch Changes
73
+
74
+ - b1fa2d5: Fix `pnpm dist-tag add` and `pnpm dist-tag rm` against npmjs.org failing without `--otp` with `[ERR_PNPM_UNAUTHORIZED] You must be logged in to set dist-tag … "You must provide a one-time pass. Upgrade your client to npm@latest in order to use 2FA."`. pnpm now sends `npm-auth-type: web` on dist-tag writes and surfaces the resulting OTP challenge through the existing browser-based 2FA flow (the same `withOtpHandling` helper used by `pnpm publish`), so the browser opens, the user authenticates, and the dist-tag is set on retry. `--otp=<code>` continues to work via the classic flow.
75
+
76
+ ## 1100.0.7
77
+
78
+ ### Patch Changes
79
+
80
+ - Updated dependencies [35d2355]
81
+ - @pnpm/types@1101.2.0
82
+ - @pnpm/core-loggers@1100.1.2
83
+
84
+ ## 1100.0.6
85
+
86
+ ### Patch Changes
87
+
88
+ - Updated dependencies [64afc92]
89
+ - @pnpm/types@1101.1.1
90
+ - @pnpm/core-loggers@1100.1.1
91
+
92
+ ## 1100.0.5
93
+
94
+ ### Patch Changes
95
+
96
+ - Updated dependencies [4a79336]
97
+ - @pnpm/core-loggers@1100.1.0
98
+
99
+ ## 1100.0.4
100
+
101
+ ### Patch Changes
102
+
103
+ - 18a464f: Strip `sec-fetch-*` headers from outgoing HTTP requests. These headers are automatically added by undici's `fetch()` implementation per the Fetch spec but cause Azure DevOps Artifacts to return HTTP 400 for uncached upstream packages, as ADO interprets them as browser requests [#11572](https://github.com/pnpm/pnpm/issues/11572).
104
+
105
+ ## 1100.0.3
106
+
107
+ ### Patch Changes
108
+
109
+ - 20e7aff: `pnpm publish` now honors the configured HTTP/HTTPS proxy (including `https_proxy`/`http_proxy`/`no_proxy` environment variables) when polling the registry's `doneUrl` during the web-based authentication flow. Previously the poll bypassed the proxy, causing the registry to respond `403` from a different source IP and the login to never complete [#11561](https://github.com/pnpm/pnpm/issues/11561).
110
+ - Updated dependencies [b61e268]
111
+ - @pnpm/types@1101.1.0
112
+ - @pnpm/core-loggers@1100.0.2
113
+
114
+ ## 1100.0.2
115
+
116
+ ### Patch Changes
117
+
118
+ - 184ce26: Fix the package name in README.md.
119
+ - Updated dependencies [184ce26]
120
+ - @pnpm/fetching.types@1100.0.1
121
+
122
+ ## 1100.0.1
123
+
124
+ ### Patch Changes
125
+
126
+ - Updated dependencies [ff28085]
127
+ - @pnpm/types@1101.0.0
128
+ - @pnpm/core-loggers@1100.0.1
129
+
130
+ ## 1001.0.0
131
+
132
+ ### Major Changes
133
+
134
+ - 491a84f: This package is now pure ESM.
135
+ - 7d2fd48: Node.js v18, 19, 20, and 21 support discontinued.
136
+ - bb8baa7: Refactored `fullMetadata` option handling. The `fullMetadata` option is no longer accepted by `createFetchFromRegistry()` at construction time - it should only be passed at call time via the fetch options.
137
+ - 6c480a4: Replace node-fetch with undici as the HTTP client [#10537](https://github.com/pnpm/pnpm/pull/10537).
138
+
139
+ - Use undici's native `fetch()` with dispatcher-based connection management
140
+ - Support HTTP, HTTPS, SOCKS4, and SOCKS5 proxies
141
+ - Cache dispatchers via LRU cache keyed by connection parameters
142
+ - Handle per-registry client certificates via nerf-dart URL matching
143
+ - Convert test HTTP mocking from nock to undici MockAgent
144
+
145
+ ### Minor Changes
146
+
147
+ - 6b3d87a: Improved HTTP performance with Happy Eyeballs (dual-stack), better keep-alive settings, and an optimized global dispatcher. Tarball downloads with known size now pre-allocate memory to avoid double-copy overhead.
148
+
149
+ ### Patch Changes
150
+
151
+ - 0dfa8b8: When the node-fetch request redirects an installation link and returns a relative path, URL parsing may fail [#10286](https://github.com/pnpm/pnpm/pull/10286).
152
+ - Updated dependencies [76718b3]
153
+ - Updated dependencies [a8f016c]
154
+ - Updated dependencies [cc1b8e3]
155
+ - Updated dependencies [491a84f]
156
+ - Updated dependencies [bb8baa7]
157
+ - Updated dependencies [7d2fd48]
158
+ - Updated dependencies [efb48dc]
159
+ - Updated dependencies [cb367b9]
160
+ - Updated dependencies [7b1c189]
161
+ - Updated dependencies [6c480a4]
162
+ - Updated dependencies [8ffb1a7]
163
+ - Updated dependencies [05fb1ae]
164
+ - Updated dependencies [71de2b3]
165
+ - Updated dependencies [10bc391]
166
+ - Updated dependencies [831f574]
167
+ - Updated dependencies [2df8b71]
168
+ - Updated dependencies [15549a9]
169
+ - Updated dependencies [cc7c0d2]
170
+ - Updated dependencies [efb48dc]
171
+ - @pnpm/types@1001.0.0
172
+ - @pnpm/fetching.types@1001.0.0
173
+ - @pnpm/core-loggers@1002.0.0
174
+ - @pnpm/error@1001.0.0
175
+
176
+ ## 1000.2.6
177
+
178
+ ### Patch Changes
179
+
180
+ - Updated dependencies [7c1382f]
181
+ - Updated dependencies [dee39ec]
182
+ - @pnpm/types@1000.9.0
183
+ - @pnpm/core-loggers@1001.0.4
184
+
185
+ ## 1000.2.5
186
+
187
+ ### Patch Changes
188
+
189
+ - Updated dependencies [e792927]
190
+ - @pnpm/types@1000.8.0
191
+ - @pnpm/core-loggers@1001.0.3
192
+
193
+ ## 1000.2.4
194
+
195
+ ### Patch Changes
196
+
197
+ - 87d3aa8: When making requests for the non-abbreviated packument, add `*/*` to the `Accept` header to avoid getting a 406 error on AWS CodeArtifact [#9862](https://github.com/pnpm/pnpm/issues/9862).
198
+
199
+ ## 1000.2.3
200
+
201
+ ### Patch Changes
202
+
203
+ - Updated dependencies [1a07b8f]
204
+ - Updated dependencies [1ba2e15]
205
+ - @pnpm/types@1000.7.0
206
+ - @pnpm/fetching-types@1000.2.0
207
+ - @pnpm/core-loggers@1001.0.2
208
+
209
+ ## 1000.2.2
210
+
211
+ ### Patch Changes
212
+
213
+ - 09cf46f: Update `@pnpm/logger` in peer dependencies.
214
+ - Updated dependencies [09cf46f]
215
+ - Updated dependencies [5ec7255]
216
+ - @pnpm/core-loggers@1001.0.1
217
+ - @pnpm/types@1000.6.0
218
+
219
+ ## 1000.2.1
220
+
221
+ ### Patch Changes
222
+
223
+ - Updated dependencies [8a9f3a4]
224
+ - Updated dependencies [5b73df1]
225
+ - @pnpm/core-loggers@1001.0.0
226
+ - @pnpm/logger@1001.0.0
227
+ - @pnpm/types@1000.5.0
228
+
229
+ ## 1000.2.0
230
+
231
+ ### Minor Changes
232
+
233
+ - 750ae7d: Export `CreateFetchFromRegistryOptions` type.
234
+
235
+ ### Patch Changes
236
+
237
+ - Updated dependencies [750ae7d]
238
+ - Updated dependencies [750ae7d]
239
+ - @pnpm/types@1000.4.0
240
+ - @pnpm/core-loggers@1000.2.0
241
+
242
+ ## 1000.1.6
243
+
244
+ ### Patch Changes
245
+
246
+ - Updated dependencies [5f7be64]
247
+ - Updated dependencies [5f7be64]
248
+ - @pnpm/types@1000.3.0
249
+ - @pnpm/core-loggers@1000.1.5
250
+
251
+ ## 1000.1.5
252
+
253
+ ### Patch Changes
254
+
255
+ - Updated dependencies [a5e4965]
256
+ - @pnpm/types@1000.2.1
257
+ - @pnpm/core-loggers@1000.1.4
258
+
259
+ ## 1000.1.4
260
+
261
+ ### Patch Changes
262
+
263
+ - Updated dependencies [8fcc221]
264
+ - @pnpm/types@1000.2.0
265
+ - @pnpm/core-loggers@1000.1.3
266
+
267
+ ## 1000.1.3
268
+
269
+ ### Patch Changes
270
+
271
+ - Updated dependencies [b562deb]
272
+ - @pnpm/types@1000.1.1
273
+ - @pnpm/core-loggers@1000.1.2
274
+
275
+ ## 1000.1.2
276
+
277
+ ### Patch Changes
278
+
279
+ - Updated dependencies [9591a18]
280
+ - @pnpm/types@1000.1.0
281
+ - @pnpm/core-loggers@1000.1.1
282
+
283
+ ## 1000.1.1
284
+
285
+ ### Patch Changes
286
+
287
+ - Updated dependencies [516c4b3]
288
+ - @pnpm/core-loggers@1000.1.0
289
+
290
+ ## 1000.1.0
291
+
292
+ ### Minor Changes
293
+
294
+ - b0f3c71: The `fetch` function accepts a `method` option now.
295
+
296
+ ### Patch Changes
297
+
298
+ - Updated dependencies [b0f3c71]
299
+ - @pnpm/fetching-types@1000.1.0
300
+
301
+ ## 8.0.7
302
+
303
+ ### Patch Changes
304
+
305
+ - Updated dependencies [d500d9f]
306
+ - @pnpm/types@12.2.0
307
+ - @pnpm/core-loggers@10.0.7
308
+
309
+ ## 8.0.6
310
+
311
+ ### Patch Changes
312
+
313
+ - Updated dependencies [7ee59a1]
314
+ - @pnpm/types@12.1.0
315
+ - @pnpm/core-loggers@10.0.6
316
+
317
+ ## 8.0.5
318
+
319
+ ### Patch Changes
320
+
321
+ - Updated dependencies [cb006df]
322
+ - @pnpm/types@12.0.0
323
+ - @pnpm/core-loggers@10.0.5
324
+
325
+ ## 8.0.4
326
+
327
+ ### Patch Changes
328
+
329
+ - Updated dependencies [0ef168b]
330
+ - @pnpm/types@11.1.0
331
+ - @pnpm/core-loggers@10.0.4
332
+
333
+ ## 8.0.3
334
+
335
+ ### Patch Changes
336
+
337
+ - Updated dependencies [dd00eeb]
338
+ - Updated dependencies
339
+ - @pnpm/types@11.0.0
340
+ - @pnpm/core-loggers@10.0.3
341
+
342
+ ## 8.0.2
343
+
344
+ ### Patch Changes
345
+
346
+ - Updated dependencies [13e55b2]
347
+ - @pnpm/types@10.1.1
348
+ - @pnpm/core-loggers@10.0.2
349
+
350
+ ## 8.0.1
351
+
352
+ ### Patch Changes
353
+
354
+ - Updated dependencies [45f4262]
355
+ - @pnpm/types@10.1.0
356
+ - @pnpm/core-loggers@10.0.1
357
+
358
+ ## 8.0.0
359
+
360
+ ### Major Changes
361
+
362
+ - 43cdd87: Node.js v16 support dropped. Use at least Node.js v18.12.
363
+
364
+ ### Minor Changes
365
+
366
+ - 7733f3a: Added support for registry-scoped SSL configurations (cert, key, and ca). Three new settings supported: `<registryURL>:certfile`, `<registryURL>:keyfile`, and `<registryURL>:ca`. For instance:
367
+
368
+ ```
369
+ //registry.mycomp.com/:certfile=server-cert.pem
370
+ //registry.mycomp.com/:keyfile=server-key.pem
371
+ //registry.mycomp.com/:cafile=client-cert.pem
372
+ ```
373
+
374
+ Related issue: [#7427](https://github.com/pnpm/pnpm/issues/7427).
375
+ Related PR: [#7626](https://github.com/pnpm/pnpm/pull/7626).
376
+
377
+ ### Patch Changes
378
+
379
+ - Updated dependencies [7733f3a]
380
+ - Updated dependencies [43cdd87]
381
+ - Updated dependencies [730929e]
382
+ - @pnpm/types@10.0.0
383
+ - @pnpm/fetching-types@6.0.0
384
+ - @pnpm/core-loggers@10.0.0
385
+
386
+ ## 7.0.7
387
+
388
+ ### Patch Changes
389
+
390
+ - @pnpm/core-loggers@9.0.6
391
+
392
+ ## 7.0.6
393
+
394
+ ### Patch Changes
395
+
396
+ - @pnpm/core-loggers@9.0.5
397
+
398
+ ## 7.0.5
399
+
400
+ ### Patch Changes
401
+
402
+ - @pnpm/core-loggers@9.0.4
403
+
404
+ ## 7.0.4
405
+
406
+ ### Patch Changes
407
+
408
+ - @pnpm/core-loggers@9.0.3
409
+
410
+ ## 7.0.3
411
+
412
+ ### Patch Changes
413
+
414
+ - @pnpm/core-loggers@9.0.2
415
+
416
+ ## 7.0.2
417
+
418
+ ### Patch Changes
419
+
420
+ - @pnpm/core-loggers@9.0.1
421
+
422
+ ## 7.0.1
423
+
424
+ ### Patch Changes
425
+
426
+ - 8228c2cb1: Patch node-fetch to fix an error that happens on Node.js 20 [#6424](https://github.com/pnpm/pnpm/issues/6424).
427
+
428
+ ## 7.0.0
429
+
430
+ ### Major Changes
431
+
432
+ - eceaa8b8b: Node.js 14 support dropped.
433
+
434
+ ### Patch Changes
435
+
436
+ - Updated dependencies [eceaa8b8b]
437
+ - @pnpm/fetching-types@5.0.0
438
+ - @pnpm/core-loggers@9.0.0
439
+
440
+ ## 6.0.6
441
+
442
+ ### Patch Changes
443
+
444
+ - 673e23060: Fail with a meaningful error message when cannot parse a proxy URL.
445
+ - 9fa6c7404: The `strict-ssl`, `ca`, `key`, and `cert` settings should work with HTTPS proxy servers [#4689](https://github.com/pnpm/pnpm/issues/4689).
446
+
447
+ ## 6.0.5
448
+
449
+ ### Patch Changes
450
+
451
+ - @pnpm/core-loggers@8.0.3
452
+
453
+ ## 6.0.4
454
+
455
+ ### Patch Changes
456
+
457
+ - a9d59d8bc: Update dependencies.
458
+
459
+ ## 6.0.3
460
+
461
+ ### Patch Changes
462
+
463
+ - @pnpm/core-loggers@8.0.2
464
+
465
+ ## 6.0.2
466
+
467
+ ### Patch Changes
468
+
469
+ - Updated dependencies [804de211e]
470
+ - @pnpm/fetching-types@4.0.0
471
+
472
+ ## 6.0.1
473
+
474
+ ### Patch Changes
475
+
476
+ - @pnpm/core-loggers@8.0.1
477
+
478
+ ## 6.0.0
479
+
480
+ ### Major Changes
481
+
482
+ - 043d988fc: Breaking change to the API. Defaul export is not used.
483
+ - f884689e0: Require `@pnpm/logger` v5.
484
+
485
+ ### Patch Changes
486
+
487
+ - Updated dependencies [f884689e0]
488
+ - @pnpm/core-loggers@8.0.0
489
+
490
+ ## 5.0.10
491
+
492
+ ### Patch Changes
493
+
494
+ - Updated dependencies [3ae888c28]
495
+ - @pnpm/core-loggers@7.1.0
496
+
497
+ ## 5.0.9
498
+
499
+ ### Patch Changes
500
+
501
+ - @pnpm/core-loggers@7.0.8
502
+
503
+ ## 5.0.8
504
+
505
+ ### Patch Changes
506
+
507
+ - @pnpm/core-loggers@7.0.7
508
+
509
+ ## 5.0.7
510
+
511
+ ### Patch Changes
512
+
513
+ - @pnpm/core-loggers@7.0.6
514
+
515
+ ## 5.0.6
516
+
517
+ ### Patch Changes
518
+
519
+ - e018a8b14: Some HTTP errors should not be retried [#4917](https://github.com/pnpm/pnpm/pull/4917).
520
+
521
+ ## 5.0.5
522
+
523
+ ### Patch Changes
524
+
525
+ - @pnpm/core-loggers@7.0.5
526
+
527
+ ## 5.0.4
528
+
529
+ ### Patch Changes
530
+
531
+ - @pnpm/core-loggers@7.0.4
532
+
533
+ ## 5.0.3
534
+
535
+ ### Patch Changes
536
+
537
+ - 9d5bf09c0: Use @pnpm/network.agent instead of @pnpm/npm-registry-agent.
538
+ - @pnpm/core-loggers@7.0.3
539
+
540
+ ## 5.0.2
541
+
542
+ ### Patch Changes
543
+
544
+ - Updated dependencies [d5730ba81]
545
+ - @pnpm/npm-registry-agent@6.1.0
546
+ - @pnpm/core-loggers@7.0.2
547
+
548
+ ## 5.0.1
549
+
550
+ ### Patch Changes
551
+
552
+ - @pnpm/core-loggers@7.0.1
553
+
554
+ ## 5.0.0
555
+
556
+ ### Major Changes
557
+
558
+ - 542014839: Node.js 12 is not supported.
559
+
560
+ ### Patch Changes
561
+
562
+ - Updated dependencies [542014839]
563
+ - @pnpm/core-loggers@7.0.0
564
+ - @pnpm/fetching-types@3.0.0
565
+ - @pnpm/npm-registry-agent@6.0.0
566
+
567
+ ## 4.2.5
568
+
569
+ ### Patch Changes
570
+
571
+ - @pnpm/core-loggers@6.1.4
572
+
573
+ ## 4.2.4
574
+
575
+ ### Patch Changes
576
+
577
+ - @pnpm/core-loggers@6.1.3
578
+
579
+ ## 4.2.3
580
+
581
+ ### Patch Changes
582
+
583
+ - @pnpm/core-loggers@6.1.2
584
+
585
+ ## 4.2.2
586
+
587
+ ### Patch Changes
588
+
589
+ - @pnpm/core-loggers@6.1.1
590
+
591
+ ## 4.2.1
592
+
593
+ ### Patch Changes
594
+
595
+ - Updated dependencies [ba9b2eba1]
596
+ - @pnpm/core-loggers@6.1.0
597
+
598
+ ## 4.2.0
599
+
600
+ ### Minor Changes
601
+
602
+ - f1c194ded: Add `fetchWithAgent()`.
603
+
604
+ ## 4.1.6
605
+
606
+ ### Patch Changes
607
+
608
+ - 12ee3c144: HTTP requests should be retried when the server responds with on of 408, 409, 420, 429 status codes.
609
+
610
+ ## 4.1.5
611
+
612
+ ### Patch Changes
613
+
614
+ - @pnpm/core-loggers@6.0.6
615
+
616
+ ## 4.1.4
617
+
618
+ ### Patch Changes
619
+
620
+ - @pnpm/core-loggers@6.0.5
621
+
622
+ ## 4.1.3
623
+
624
+ ### Patch Changes
625
+
626
+ - 782ef2490: Default options should not be overriden by undefined options.
627
+ - Updated dependencies [3c7e5eced]
628
+ - @pnpm/npm-registry-agent@5.0.2
629
+
630
+ ## 4.1.2
631
+
632
+ ### Patch Changes
633
+
634
+ - Updated dependencies [6c50af201]
635
+ - Updated dependencies [0beffc2a0]
636
+ - @pnpm/npm-registry-agent@5.0.1
637
+
638
+ ## 4.1.1
639
+
640
+ ### Patch Changes
641
+
642
+ - bab172385: The Node.js process should not silently exit on some broken HTTPS requests.
643
+ - Updated dependencies [bab172385]
644
+ - @pnpm/fetching-types@2.2.1
645
+
646
+ ## 4.1.0
647
+
648
+ ### Minor Changes
649
+
650
+ - eadf0e505: New optional option added: compress.
651
+
652
+ ### Patch Changes
653
+
654
+ - Updated dependencies [eadf0e505]
655
+ - @pnpm/fetching-types@2.2.0
656
+
657
+ ## 4.0.2
658
+
659
+ ### Patch Changes
660
+
661
+ - @pnpm/core-loggers@6.0.4
662
+
663
+ ## 4.0.1
664
+
665
+ ### Patch Changes
666
+
667
+ - @pnpm/core-loggers@6.0.3
668
+
669
+ ## 4.0.0
670
+
671
+ ### Major Changes
672
+
673
+ - e7d9cd187: Do not use fetch does not support unix requests.
674
+ - eeff424bd: strictSSL option renamed to strictSsl.
675
+
676
+ ### Patch Changes
677
+
678
+ - Updated dependencies [eeff424bd]
679
+ - @pnpm/npm-registry-agent@5.0.0
680
+ - @pnpm/core-loggers@6.0.2
681
+
682
+ ## 3.1.0
683
+
684
+ ### Minor Changes
685
+
686
+ - 05baaa6e7: Add new option: timeout.
687
+
688
+ ### Patch Changes
689
+
690
+ - Updated dependencies [05baaa6e7]
691
+ - @pnpm/fetching-types@2.1.0
692
+ - @pnpm/core-loggers@6.0.1
693
+
694
+ ## 3.0.0
695
+
696
+ ### Major Changes
697
+
698
+ - 97b986fbc: Node.js 10 support is dropped. At least Node.js 12.17 is required for the package to work.
699
+
700
+ ### Patch Changes
701
+
702
+ - Updated dependencies [97b986fbc]
703
+ - Updated dependencies [90487a3a8]
704
+ - @pnpm/core-loggers@6.0.0
705
+ - @pnpm/fetching-types@2.0.0
706
+ - @pnpm/npm-registry-agent@4.0.0
707
+
708
+ ## 2.1.11
709
+
710
+ ### Patch Changes
711
+
712
+ - Updated dependencies [dd12cf6ec]
713
+ - @pnpm/npm-registry-agent@3.1.2
714
+
715
+ ## 2.1.10
716
+
717
+ ### Patch Changes
718
+
719
+ - @pnpm/core-loggers@5.0.3
720
+
721
+ ## 2.1.9
722
+
723
+ ### Patch Changes
724
+
725
+ - Updated dependencies [dc5a0a102]
726
+ - @pnpm/npm-registry-agent@3.1.1
727
+
728
+ ## 2.1.8
729
+
730
+ ### Patch Changes
731
+
732
+ - 263f5d813: Import node-fetch-unix correctly.
733
+
734
+ ## 2.1.7
735
+
736
+ ### Patch Changes
737
+
738
+ - @pnpm/core-loggers@5.0.2
739
+
740
+ ## 2.1.6
741
+
742
+ ### Patch Changes
743
+
744
+ - @pnpm/core-loggers@5.0.1
745
+
746
+ ## 2.1.5
747
+
748
+ ### Patch Changes
749
+
750
+ - Updated dependencies [86cd72de3]
751
+ - @pnpm/core-loggers@5.0.0
752
+
753
+ ## 2.1.4
754
+
755
+ ### Patch Changes
756
+
757
+ - 3981f5558: Update node-fetch to v2.6.1.
758
+
759
+ ## 2.1.3
760
+
761
+ ### Patch Changes
762
+
763
+ - Updated dependencies [46128b5b0]
764
+ - @pnpm/npm-registry-agent@3.1.0
765
+
766
+ ## 2.1.2
767
+
768
+ ### Patch Changes
769
+
770
+ - Updated dependencies [9a908bc07]
771
+ - Updated dependencies [9a908bc07]
772
+ - @pnpm/core-loggers@4.2.0
773
+
774
+ ## 2.1.1
775
+
776
+ ### Patch Changes
777
+
778
+ - Updated dependencies [7b98d16c8]
779
+ - @pnpm/npm-registry-agent@3.0.1
780
+
781
+ ## 2.1.0
782
+
783
+ ### Minor Changes
784
+
785
+ - 71aeb9a38: fetchFromRegistry() added.
786
+
787
+ ### Patch Changes
788
+
789
+ - Updated dependencies [c3796a71d]
790
+ - Updated dependencies [71aeb9a38]
791
+ - @pnpm/npm-registry-agent@3.0.0
792
+ - @pnpm/fetching-types@1.0.0
793
+
794
+ ## 2.0.2
795
+
796
+ ### Patch Changes
797
+
798
+ - @pnpm/core-loggers@4.1.2
799
+
800
+ ## 2.0.1
801
+
802
+ ### Patch Changes
803
+
804
+ - @pnpm/core-loggers@4.1.1
805
+
806
+ ## 2.0.0
807
+
808
+ ### Major Changes
809
+
810
+ - 2ebb7af33: Print a warning when request fails and a retry will happen. Breaking changes in the programmatic API of `@pnpm/fetch`.
811
+
812
+ ### Patch Changes
813
+
814
+ - Updated dependencies [2ebb7af33]
815
+ - @pnpm/core-loggers@4.1.0
816
+
817
+ ## 1.0.4