Added
- Key Value commands are now generally available as top-level
render keyvaluescommands, withrender kvas a shorthand alias - Postgres commands are now generally available as top-level
render postgrescommands, withrender pgas a shorthand alias render services deletecommand to delete services from the CLIrender ea sandboxcommands to create, list, stop, and run commands in sandboxes
Changed
- Key Value JSON and YAML output now uses consistent
dataandmetaenvelopes with flattened resource fields acrossget,create,list,update,delete,suspend, andresume;updateoutput includes a diff of changed fields - Postgres JSON and YAML output now uses a slimmer resource-focused contract across
get,create,list,update,delete,suspend, andresume;updateoutput includes before/after details for changed fields - Key Value and Postgres text detail output now includes workspace, project, and environment context when available
- Key Value and Postgres text detail output now explains when an empty IP allow list blocks external connections
render ea sandbox execnow streams stdout and stderr by default and propagates the remote command exit code
Fixed
render services updatenow applies supported service updates instead of returning unchanged service data- Workflow create and task run forms now validate required fields inline in interactive mode
- Updated
go-gitto address upstream security vulnerabilities
Full Changelog: CHANGELOG.md