Zuplo Changelog
We release improvements, new features, and fixes daily. Follow along here to see the most important updates.
When using environment variables in with string interpolation in routes.json
or your OpenAPI file, i.e. "option": "my-$env(ENV_VAR)-value"
undefined
environment variables would result in the string "undefined" (Javascript's
result of ${undefined}
). Instead undefined variables will now result in an
empty string.
Secure Tunnels can now be managed using the Zuplo CLI or using the Developer API