Changelog
Stay up to date with the latest changes in our product
Branch automation & observability
v1.2.0Cloning workflows, cross-region replicas, and new telemetry for Pixetric
2024/03/30
Branch automation
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
mainso 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.
Platform Improvements
- 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.
Developer Tools
- CLI upgrades:
pixetric branch clonenow 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.
Bug Fixes
- 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
Feature Update
v1.1.0New features and improvements to enhance your experience
2024/03/15
New Features
We've added several new features to improve your experience:
- Dark Mode: Toggle between light and dark themes based on your preference
- Export Options: Export your data in multiple formats (CSV, JSON, PDF)
- Advanced Search: Find what you need faster with our improved search functionality
- Custom Templates: Create and save templates for recurring projects
Enhancements
- Performance Optimization: Reduced page load times by 40%
- UI Improvements: Refreshed design with better accessibility
- Mobile Experience: Enhanced responsive design for all device sizes
- Notification System: Improved notification delivery and management
Bug Fixes
- Fixed issue with project duplication
- Resolved calendar sync problems
- Fixed data import validation errors
- Improved error handling for API requests
Initial Release
v1.0.0Our first official release with core features and functionality
2024/03/01
Core Features
We're excited to announce the initial release of our platform with the following core features:
- User Authentication: Secure login and registration with email verification
- Dashboard: Intuitive dashboard for managing your projects and resources
- Project Management: Create, edit, and organize your projects with ease
- Team Collaboration: Invite team members and collaborate on projects
- API Integration: Connect with third-party services through our API
Technical Improvements
- Built with Next.js 14 and React Server Components for optimal performance
- Implemented Drizzle ORM for type-safe database operations
- Added comprehensive error handling and logging
- Optimized for mobile and desktop experiences
Bug Fixes
- Fixed issues with user registration flow
- Resolved authentication token expiration handling
- Improved form validation and error messages