Skip to content

v2.23.0

Choose a tag to compare

@github-actions github-actions released this 17 Aug 20:16
· 30 commits to main since this release

Added

  • Added support for shell completions. Use render completion [shell] to enable them (e.g. render completion zsh >> ~/.zshrc)
  • New RENDER_CLI_CONFIG_DIR environment variable to override the directory the CLI reads and writes its files in, replacing ~/.render. This is now preferred over RENDER_CLI_CONFIG_PATH which will be deprecated in a future release.

Fixed

  • render login now keeps waiting for authentication when the browser can't be opened automatically (e.g. missing xdg-open) instead of aborting; open the printed URL manually to finish logging in
  • Rate-limited API responses now report a "too many requests" error instead of "unknown error"

Full Changelog: CHANGELOG.md