Verdaccio Versions Save

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

v5.24.1

1 year ago

5.24.1 (2023-04-24)

Bug Fixes

  • fixed an issue where logger.info in allow_action always output undefined (#3763) (268c5e7) by @cmKangkang

v5.24.0

1 year ago

5.24.0 (2023-04-22)

Features

Bug Fixes

v5.23.2

1 year ago

5.23.2 (2023-04-04)

Bug Fixes

v5.23.1

1 year ago

5.23.1 (2023-03-23)

Bug Fixes

v5.23.0

1 year ago

5.23.0 (2023-03-23)

Features

  • update docker image base to v18.15.0 (fd78ca9) Thank u anonymous reporter for the heads up đŸĨ‡

Bug Fixes

v5.22.1

1 year ago

5.22.1 (2023-03-07)

⚠ī¸ Using at the config.yaml he property logs will show a deprecation warning and the property should be renamed to log to get rid of the warning, the property logs still backward compatible. Please start renaming to log, this is one less migration step to do for future v6 release. ℹī¸ The new installations won't see this warning because the default yaml file already uses log.

Docs

(node:56648) [VERWAR002] VerdaccioWarning: The configuration property "logs" has been deprecated, please rename to "log" for future compatibility
(Use `node --trace-warnings ...` to show where the warning was created)

Bug Fixes

Docs

  • Added logger to configuration page logger by @osher

v5.22.0

1 year ago

5.22.0 (2023-03-05)

⚠ī¸ Known issues:

Refactor

⚠ī¸ Refactors can causes issues, please report and if give you problems stay on the version you were

This release only refactor internal code, reuse configuration parsing and token signature from v6.

  • improved configuration parsing and token signature (#3658) (e50d4d9)

the next major will include an enhancedLegacySignature property to be able get rid of [DEP0106] DeprecationWarning: crypto.createDecipher is deprecated. and improve legacy token signature.

Bugs

  • Logger level configuration was being ignored (#3658) (e50d4d9) regresion at v5.20.0

v5.21.2

1 year ago

5.21.2 (2023-02-25)

Bug Fixes

v5.21.1

1 year ago

5.21.1 (2023-02-14)

⚠ī¸ This PR introduce issue on custom Icon, read if you are using custom icons wait for a patch.

Bug Fixes

😊 I've updated the old UI theme without noticed, does not break anything but this version fix that.

Read the previous minor v5.21.0 release here

  • restore @verdaccio/ui-theme version (4105fec)

v5.21.0

1 year ago

5.21.0 (2023-02-14)

One more step to Verdaccio 5 migration to v6 silently, refactored and better tested modules replace internals without migration required, the idea is help move to verdaccio 6 smoothly as possible without users do much in the near future. You are already using v6 😉 or parts of it.

Noticeable improvements:

  • Update logger library Pinojs 6 -> 7
  • Internals HTML render engine, same as v6 improved
  • Express.js middlewares improved
  • The first plugin migrated verdaccio-audit improved, not longer use request and refactored from v6

Some dependencies are limited due verdaccio@5 still supports Node.js 12 (but probably not many users are actually using it and is not recommended)

Features