github reflex-dev/reflex reflex-hosting-cli-v0.1.68
reflex-hosting-cli@0.1.68

latest releases: v0.9.8a1, reflex-components-code-v0.9.3a1, reflex-docgen-v0.9.4a1...
2 hours ago

Features

  • When a deployment requires approval, reflex deploy now reports that the build was submitted for approval and will deploy automatically once approved, instead of polling indefinitely. (#6797)
  • Token validation requests now send an X-Request-ID header, and failed validations print the ID (e.g. Unable to validate access token: ... (auth request id: ...)) so it can be quoted to support to correlate the failure with server-side logs. (#6821)
  • Added Google Cloud (GCP) as a managed deploy target for reflex deploy. When your organization has a GCP account connected (Enterprise tier), reflex deploy asks whether to deploy to Reflex Cloud or your GCP account (or pass --provider gcp / set provider: gcp in your config to skip the prompt), and reflex cloud providers status / list report the connection state.
  • Added reflex cloud apps rollback DEPLOYMENT_ID, which rolls an app back to a previous deployment by redeploying its already-built image without rebuilding from source. reflex cloud apps history now reports whether each deployment can be rolled back to.
  • Added optional per-deployment descriptions (changelog notes): set one at deploy time with reflex deploy --description "...", set or clear it later with reflex cloud apps describe, and view it in reflex cloud apps history.

Miscellaneous

  • Raised the rich upper bound to <16 (adopting rich 15). (#6678)

Don't miss a new reflex release

NewReleases is sending notifications on new releases.