This release focuses on streamlining the way teams spin up and manage Pixetric branches:
- Blueprint branches: Save preferred compute/storage settings and clone them with a single click for staging or preview environments.
- Scheduled refresh: Automatically rebase long running branches on top of
main so QA environments stay close to production.
- Branch protection: Require approvals before deleting or promoting high-sensitivity branches to avoid accidental changes.
- Environment variables: Set per-branch secrets in the dashboard and rotate them without redeploying your app.
- Cross-region read replicas: Provision replicas in any Pixetric region directly from the branch view to serve global traffic.
- Point-in-time restore: Restore snapshots into a fresh branch with second-level granularity for quick recovery drills.
- Backup retention controls: Choose separate retention windows for production vs. sandbox branches.
- Audit logs export: Stream structured audit events to your SIEM over HTTPS or S3.
- CLI upgrades:
pixetric branch clone now accepts JSON configs so you can script repeatable environments.
- Terraform module: Official module exposes projects, branches, compute pools, and credentials for infra-as-code workflows.
- Extended API: Added endpoints for managing environment variables and downloading audit log streams.
- Connection testing: The dashboard runs inline pgbench checks to validate credentials before sharing them with your team.
- Fixed issues with file uploads on certain browsers
- Resolved synchronization issues between devices
- Improved error handling for third-party integrations
- Fixed accessibility issues in the dashboard