Skip to content

Releases: verdaccio/verdaccio

v5.31.1

06 Jun 06:08
Compare
Choose a tag to compare

5.31.1 (2024-06-06)

Bug Fixes

  • deps: update core verdaccio dependencies (#4668) (9e3a79d)

    • patch(core/url): Throw if VERDACCIO_FORWARDED_PROTO resolves to an array #4613. by @Tobbe
    • fix: log spacing depending on the FORMAT and COLORS options #4631 by @somethingSTRANGE
  • deps: update node.js to v20.14.0 (#4663) (6591927)

  • set engine to 14.21.3 (6cf6064)

  • set engine to Node.js 14 (9a6d5b3)

v5.31.0

11 May 09:13
Compare
Choose a tag to compare

5.31.0 (2024-05-11)

(πŸ—žοΈ hey (renovate/dependabot/other bots) users, read this)

ℹ️ Important changes added to the .verdaccio-db.json and token signature for users that run on Node.js 22 or higher (in the future πŸ™ƒ ) please read
https://verdaccio.org/docs/configuration/#.verdaccio-db

TLDR:

  • Enforced for users that runs verdaccio via npmjs, for all Docker image isuers, verdaccio uses Node.js LTS 21 and the secret migration is voluntary until next major release.
  • For Node.js 21 or lower a new deprecation will appear [VERWAR007] VerdaccioDeprecation: the secret length is too lon... to remove it please read the link above
  • For Node.js 22 if you have already a storage with .verdaccio-db.json and the token inside does not complies with the length (read link above) the application startup will fail with fatal error (Error: Invalid storage secret key length, must be 32 characters long but is....)

In both cases by updating the secret all previously tokens will get invalid, in your benefit a new legacy signature will be applied and is more secure than the old one (generating tokens with salt).

For existing installations that have no issues by invalidating tokens is recommended to add to the config.yaml the following setup, this will automatically generate a new the secret once is started, could be removed aftewards, if all went succesfull the [VERWAR007] deprecation will not be displayed anymore.

security:
  api:
    migrateToSecureLegacySignature: true

Any new installation should not worry about this, new token signature and secret (32 characters) is applied by default.

Features

Bug Fixes

  • deps: update dependency express to v4.19.2 (#4596) (4123dbc)

v5.30.3

06 Apr 06:58
Compare
Choose a tag to compare

5.30.3 (2024-04-06)

ℹ️ Verdaccio v6.0.0-beta.2 has been released, ready for user test to ensure the best backward compatibility, help us by trying it out.

Bug Fixes

  • upgrade docker file base image to v20.12.1 (#4576) (513b10d)

v5.30.2

24 Mar 11:44
Compare
Choose a tag to compare

5.30.2 (2024-03-24)

Same as https://github.com/verdaccio/verdaccio/releases/tag/v5.30.0

ℹ️ Verdaccio v6.0.0-beta.2 has been released, ready for user test to ensure the best backward compatibility, help us by trying it out.

Bug Fixes

  • update @verdaccio/search-indexer engine restrictions ([1ceb9f9] #4560 (1ceb9f9)) (remove engine strict message in older Node.js versions)

v5.30.1

24 Mar 11:43
Compare
Choose a tag to compare

5.30.1 (2024-03-24)

Same as https://github.com/verdaccio/verdaccio/releases/tag/v5.30.0

Bug Fixes

  • remove search dependency (dependency requires Node.js 18 and is not used) (#4560) (a9cfae5)

v5.30.0

24 Mar 10:55
Compare
Choose a tag to compare

5.30.0 (2024-03-24)

πŸŽ‰ 3 new contributors

Be warned, if you are using (or cannot upgrade to major) Node.js 12 (only if you install from npmjs) please do not upgrade to this version, the minimum is now Node.js 14 (due dependency reasons are out my hand), the recommendation is always go for LTS releases anyway which at this moment is Node.js 20. For context if you are using the Docker image ignore this warning, the Dockerfile uses Node.js 20 as base image.

ℹ️ Verdaccio v6.0.0-beta.2 has been released, ready for user test to ensure the best backward compatibility, help us by trying it out.

Features

On the versions view there is a new filter that allows semantic versioning filtering (feedback is welcome)

  • deps: update core verdaccio dependencies (5.x) (#4558) (72c3ab7)

Versions filter by semver range

Kapture 2024-03-23 at 20 04 02

Bug Fixes

  • fix multiple user interface issues in dark mode (css styles)
  • newline after version command (#4543) (c478324) by @aseerkt
  • deps: update core verdaccio dependencies (#4530) (7206f84)
  • deps: update core verdaccio dependencies (5.x) (#4539) (da50302)
  • deps: update dependency envinfo to v7.11.1 (#4527) (c2604e7)
  • deps: update dependency express to v4.18.3 (#4528) (e07c352)
  • deps: update dependency semver to v7.6.0 (#4529) (43d3c5e)

@verdaccio/search-indexer@7.0.0-next-7.2

24 Mar 11:37
af3f7c4
Compare
Choose a tag to compare

Patch Changes

  • 542f9d3: fix: remove node engine restriction

v6.0.0-beta.2

17 Mar 10:37
Compare
Choose a tag to compare
v6.0.0-beta.2 Pre-release
Pre-release

ℹ️ Available via npm install -g verdaccio@latest-6

Feedback is welcome πŸ‘πŸΌ

6.0.0-beta.2 (2024-03-17)

Features

  • enable stream search from user interface (#4544) (ed3ce4d)

Kapture 2024-03-17 at 11 43 06

Bug Fixes

  • deps: update core verdaccio dependencies (#4436) (5a03778)
  • deps: update core verdaccio dependencies (#4500) (eda0f51)
  • deps: update core verdaccio dependencies (#4531) (f46f9e1)
  • deps: update core verdaccio dependencies (6.x) (#4540) (c12e1a0)
  • newline after version command (913ce37), closes #4543
  • profile v1 endpoint and tests (a183446)

v5.29.2

21 Feb 20:05
Compare
Choose a tag to compare

5.29.2 (2024-02-21)

Bug Fixes

  • deps: update core verdaccio dependencies (5.x) (#4516) (11f3309)
  • bug: fix: ui dialog break pages on open due remark error #4514 (regression from v5.29.1)

v5.29.1

17 Feb 08:56
Compare
Choose a tag to compare

5.29.1 (2024-02-17)

Bug Fixes

Powered by @mbtools πŸ’―

  • deps: update core verdaccio dependencies (#4389) (f64b395)
  • deps: update core verdaccio dependencies (#4428) (30af49f)
  • deps: update core verdaccio dependencies (#4499) (e10b381)
  • deps: update core verdaccio dependencies (#4508) (23afe22)
  • deps: update core verdaccio dependencies (5.x) (#4352) (b41f6c9)
  • deps: update dependency cookies to v0.9.0 (#4341) (0bdc10e)
  • deps: update dependency cookies to v0.9.1 (#4371) (c96468a)
  • deps: update dependency verdaccio-audit to v12.0.0-next.5 (#4353) (11421c0)
  • deps: update dependency verdaccio-htpasswd to v12.0.0-next.5 (#4355) (03d8bb4)