Skip to content

Latest commit

 

History

History
674 lines (325 loc) · 27.1 KB

CHANGELOG.md

File metadata and controls

674 lines (325 loc) · 27.1 KB

Changelog

17.0.1 (2024-05-02)

Bug Fixes

  • 45cef0a #239 allow HttpErrorBase to take headers object (@lukekarrys, @wraithgar)
  • 45cef0a #239 make ErrorBase always capture stack trace (#239) (@lukekarrys, @wraithgar)

17.0.0 (2024-04-30)

⚠️ BREAKING CHANGES

  • remove undcoumented cleanUrl export (#234)

Features

  • 105f786 #234 remove undcoumented cleanUrl export (#234) (@lukekarrys)

Dependencies

Chores

  • bdc9039 #238 fix linting in test files (@wraithgar)
  • ceaf77e #236 postinstall for dependabot template-oss PR (@lukekarrys)
  • 377d981 #236 bump @npmcli/template-oss from 4.21.3 to 4.21.4 (@dependabot[bot])

16.2.1 (2024-04-12)

Dependencies

16.2.0 (2024-04-03)

Features

  • 76b02e8 #231 use @npmcli/redact for url cleaning (#231) (@lukekarrys)

Chores

  • e58e8bc #225 postinstall for dependabot template-oss PR (@lukekarrys)
  • ac8ae30 #225 bump @npmcli/template-oss from 4.21.1 to 4.21.3 (@dependabot[bot])
  • 8fc28d0 #222 postinstall for dependabot template-oss PR (@lukekarrys)
  • b7c4309 #222 bump @npmcli/template-oss from 4.19.0 to 4.21.1 (@dependabot[bot])

16.1.0 (2023-10-10)

Features

  • 84823a5 #212 include regKey and authKey in auth object (@wraithgar)
  • 92ec0da #212 add getAuth to main exports (@wraithgar)

16.0.0 (2023-08-15)

⚠️ BREAKING CHANGES

  • support for node <=16.13 has been removed

Bug Fixes

Dependencies

  • c859195 #197 bump npm-package-arg from 10.1.0 to 11.0.0
  • c1d490d #198 bump make-fetch-happen from 12.0.0 to 13.0.0

15.0.0 (2023-07-28)

⚠️ BREAKING CHANGES

  • the underlying fetch module now uses @npmcli/agent. Backwards compatibility should be fully implemented but due to the scope of this change it was made a breaking change out of an abundance of caution.
  • support for node 14 has been removed

Bug Fixes

Dependencies

  • a97564f #195 bump make-fetch-happen from 11.1.1 to 12.0.0 (#195)
  • e154d49 #191 bump minipass from 5.0.0 to 7.0.2

14.0.5 (2023-04-27)

Dependencies

  • a2d5880 #177 bump minipass from 4.2.7 to 5.0.0 (#177)

14.0.4 (2023-04-13)

Bug Fixes

  • 15dd221 #178 clean password by using url object itself (#178) (@DEMON1A)

Documentation

  • 14d1159 #173 update API documentation of noProxy option (#173) (@lingyuncai)

14.0.3 (2022-12-07)

Dependencies

14.0.2 (2022-10-18)

Dependencies

  • 36b7685 #154 bump npm-package-arg from 9.1.2 to 10.0.0

14.0.1 (2022-10-17)

Dependencies

14.0.0 (2022-10-13)

⚠️ BREAKING CHANGES

  • this module no longer attempts to change file ownership automatically
  • npm-registry-fetch is now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0

Features

  • 104a51f #138 postinstall for dependabot template-oss PR (@lukekarrys)

Dependencies

  • b5aeed0 #146 bump make-fetch-happen from 10.2.1 to 11.0.0 (#146)

13.3.1 (2022-08-15)

Bug Fixes

13.3.0 (2022-07-18)

Features

  • respect registry-scoped certfile and keyfile options (#125) (42d605c)

13.2.0 (2022-06-29)

Features

  • set 'npm-auth-type' header depending on config option (#123) (ff4ed65)

13.1.1 (2022-04-13)

Bug Fixes

  • replace deprecated String.prototype.substr() (#115) (804411f)

13.1.0 (2022-03-22)

Features

Dependencies

  • update make-fetch-happen requirement from ^10.0.3 to ^10.0.4 (#96) (38d9782)
  • update make-fetch-happen requirement from ^10.0.4 to ^10.0.6 (#101) (1d2f3ed)
  • update minipass-fetch requirement from ^2.0.1 to ^2.0.2 (#95) (d8c3180)
  • update minipass-fetch requirement from ^2.0.2 to ^2.0.3 (#99) (3e08986)
  • update npm-package-arg requirement from ^9.0.0 to ^9.0.1 (#102) (a6192b4)

13.0.1 (2022-03-02)

Dependencies

  • bump minipass-fetch from 1.4.1 to 2.0.1 (#92) (33d0ecd)
  • update make-fetch-happen requirement from ^10.0.2 to ^10.0.3 (ee38552)

13.0.0 (2022-02-14)

⚠ BREAKING CHANGES

  • this drops support for passing in a log property. All logs are now emitted on the process object via proc-log

Features

  • use proc-log and drop npmlog support (#85) (db90766)

Dependencies

  • bump npm-package-arg from 8.1.5 to 9.0.0 (0b41730)
  • update make-fetch-happen requirement from ^10.0.1 to ^10.0.2 (6644733)

12.0.2 (2022-02-09)

Bug Fixes

  • consistent use of url.URL (847e5f9)

Dependencies

  • update make-fetch-happen requirement from ^10.0.0 to ^10.0.1 (d1a2a7f)
  • update minipass requirement from ^3.1.3 to ^3.1.6 (caa4309)
  • update minipass-fetch requirement from ^1.3.0 to ^1.4.1 (52f2ca9)
  • update minizlib requirement from ^2.0.0 to ^2.1.2 (9258e8a)
  • update npm-package-arg requirement from ^8.0.0 to ^8.1.5 (131ab16)

Documentation

  • rename token to _authToken (d615b4e)

12.0.1 (2022-01-25)

dependencies

  • @npmcli/template-oss@2.5.1 (cc4cc11)
  • make-fetch-happen@10.0.0 (6926dd1)

12.0.0 (2021-11-23)

⚠ BREAKING CHANGES

  • feat(opts): use scope instead of projectScope
  • drop support for node10 and non-LTS versions of node12 and node14

⚠ BREAKING CHANGES

  • remove handling of deprecated warning headers (#53)

Features

  • better cache status (#54)

Bug Fixes

  • docs: fix header typo for npm-command (#51)
  • fix(docs): update registry param (#52)

Bug Fixes

  • fix: get auth token correct when login with sso

Bug Fixes

  • Send auth when hostname matches registry, and reg has auth

Features

  • feat(auth): set basicAuth (#45)

⚠ BREAKING CHANGES

  • feat(auth) load/send based on URI, not registry

Features:

  • feat(otp): Adds opts.otpPrompt to provide an OTP on demand

Bug Fixes

  • fix(config): remove isFromCI and npm-is-ci

⚠ BREAKING CHANGES

  • Remove publishConfig option

8.1.5 (2020-10-12)

Bug Fixes

  • respect publishConfig.registry when specified (32e36ef), closes #35

8.1.4 (2020-08-17)

Bug Fixes

  • redact passwords from http logs (3c294eb)

8.1.3 (2020-07-21)

8.1.2 (2020-07-11)

8.1.1 (2020-06-30)

8.1.0 (2020-05-20)

Features

  • add npm-command HTTP header (1bb4eb2)

8.0.3 (2020-05-13)

Bug Fixes

  • update minipass and make-fetch-happen to latest (3b6c5d0), closes #23

8.0.2 (2020-05-04)

Bug Fixes

  • update make-fetch-happen to 8.0.6 (226df2c)

8.0.0 (2020-02-24)

⚠ BREAKING CHANGES

  • Removes the 'opts.refer' option and the HTTP Referer header (unless explicitly added to the 'headers' option, of course).

PR-URL: #25 Credit: @isaacs

Bug Fixes

  • remove referer header and opts.refer (eb8f7af), closes #25

7.0.1 (2020-02-24)

7.0.0 (2020-02-18)

⚠ BREAKING CHANGES

  • figgy pudding is now nowhere to be found.
  • this removes figgy-pudding, and drops several option aliases.

Defaults and behavior are all the same, and this module is now using the canonical camelCase option names that npm v7 will provide to all its deps.

Related to: npm/rfcs#102

PR-URL: #22 Credit: @isaacs

Bug Fixes

  • Remove figgy-pudding, use canonical option names (ede3c08), closes #22

  • update cacache, ssri, make-fetch-happen (57fcc88)

6.0.2 (2020-02-14)

Bug Fixes

  • always bypass cache when ?write=true (83f89f3)

6.0.1 (2020-02-14)

Bug Fixes

  • use 30s default for timeout as per README (50e8afc), closes #20

6.0.0 (2019-12-17)

⚠ BREAKING CHANGES

  • This drops support for node < 10.

There are some lint failures due to standard pushing for using WhatWG URL objects instead of url.parse/url.resolve. However, the code in this lib does some fancy things with the query/search portions of the parsed url object, so it'll take a bit of care to make it work properly.

Bug Fixes

  • detect CI so our tests don't fail in CI (5813da6)

  • Use WhatWG URLs instead of url.parse (8ccfa8a)

  • normalize settings, drop old nodes, update deps (510b125)

5.0.1 (2019-11-11)

5.0.0 (2019-10-04)

Bug Fixes

  • prefer const in getAuth function (90ac7b1)
  • use minizlib instead of core zlib (e64702e)

Features

  • refactor to use Minipass streams (bb37f20)

BREAKING CHANGES

  • this replaces all core streams (except for some PassThrough streams in a few tests) with Minipass streams, and updates all deps to the latest and greatest Minipass versions of things.

4.0.2 (2019-10-04)

Bug Fixes

4.0.0 (2019-07-15)

  • cacache@12.0.0, infer uid from cache folder (0c4f060)

BREAKING CHANGES

  • uid and gid are inferred from cache folder, rather than being passed in as options.

3.9.1 (2019-07-02)

3.9.0 (2019-01-24)

Features

  • auth: support username:password encoded legacy _auth (a91f90c)

3.8.0 (2018-08-23)

Features

  • mapJson: add support for passing in json stream mapper (0600986)

3.7.0 (2018-08-23)

Features

  • json.stream: add utility function for streamed JSON parsing (051d969)

3.6.0 (2018-08-22)

Bug Fixes

  • docs: document opts.forceAuth (40bcd65)

Features

  • opts.ignoreBody: add a boolean to throw away response bodies (6923702)

3.5.0 (2018-08-22)

Features

  • pkgid: heuristic pkgid calculation for errors (2e789a5)

3.4.0 (2018-08-22)

Bug Fixes

  • deps: use new figgy-pudding with aliases fix (0308f54)

Features

  • auth: add forceAuth option to force a specific auth mechanism (4524d17)

3.3.0 (2018-08-21)

Bug Fixes

  • query: stop including undefined keys (4718b1b)

Features

  • otp: use heuristic detection for malformed EOTP responses (f035194)

3.2.1 (2018-08-16)

Bug Fixes

  • opts: pass through non-null opts.retry (beba040)

3.2.0 (2018-07-27)

Features

  • gzip: add opts.gzip convenience opt (340abe0)

3.1.1 (2018-04-09)

3.1.0 (2018-04-09)

Features

  • config: support no-proxy and https-proxy options (9aa906b)

3.0.0 (2018-04-09)

Bug Fixes

  • api: pacote integration-related fixes (a29de4f)
  • config: stop caring about opts.config (5856a6f)

BREAKING CHANGES

  • config: opts.config is no longer supported. Pass the options down in opts itself.

2.1.0 (2018-04-08)

Features

  • token: accept opts.token for opts._authToken (108c9f0)

2.0.0 (2018-04-08)

meta

  • drop support for node@4 (758536e)

BREAKING CHANGES

  • node@4 is no longer supported

1.1.1 (2018-04-06)

1.1.0 (2018-03-16)

Features

  • specs: can use opts.spec to trigger pickManifest (85c4ac9)

1.0.1 (2018-03-16)

Bug Fixes

  • query: oops console.log (870e4f5)

1.0.0 (2018-03-16)

Bug Fixes

  • auth: get auth working with all the little details (84b94ba)
  • deps: add bluebird as an actual dep (1286e31)
  • errors: Unknown auth errors use default code (#1) (3d91b93)
  • standard: remove args from invocation (9620a0a)

Features

  • api: baseline kinda-working API impl (bf91f9f)
  • body: automatic handling of different opts.body values (f3b97db)
  • config: nicer input config input handling (b9ce21d)
  • opts: use figgy-pudding for opts handling (0abd527)
  • query: add query utility support (65ea8b1)