Verdaccio Versions Save

đŸ“Ļ🔐 A lightweight Node.js private proxy registry

v5.31.1

1 week ago

5.31.1 (2024-06-06)

Bug Fixes

v5.31.0

1 month ago

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

2 months ago

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

2 months ago

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

v5.30.1

2 months ago

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)

@verdaccio/[email protected]

2 months ago

Patch Changes

  • 542f9d3: fix: remove node engine restriction

v5.30.0

2 months ago

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

v6.0.0-beta.2

3 months ago

ℹī¸ 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

3 months ago

5.29.2 (2024-02-21)

Bug Fixes

v5.29.1

4 months ago

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)