Skip to content

19.3.0

Choose a tag to compare

@sneridagh sneridagh released this 22 Jul 08:22
· 17 commits to main since this release
745ceee

19.3.0 (2026-07-22)

Feature

  • Add the apiSuffix setting and RAZZLE_API_SUFFIX environment variable to configure the API traversal suffix.

Bugfix

  • Silence the Node 24 DEP0169 (url.parse()) and DEP0060 (util._extend) deprecation warnings shown when running/building a Volto project. Volto's own server code (server.jsx, devproxy.js) now uses the WHATWG URL API, and pnpm patches update the archived react-dev-utils (build/dev-server) and http-proxy (dev proxy util._extend) dependencies. @sneridagh

Internal