Changelog
Release notes and version history for Stackpane.
v1.0.0
Released: March 2026
Multi-Provider Support
Stackpane now supports three cloud platforms from a single native macOS app:
- Firebase — Firestore, Auth, Storage, Cloud Functions, Cloud Logging, Remote Config, Indexes, Analytics, Usage Metrics, Security Rules, and Emulator Suite
- Supabase — Table Browser, Auth (GoTrue), Storage, SQL Editor, Table Schema, RLS Policies, Realtime Inspector, Edge Functions, and Local Development
- AWS — DynamoDB, Cognito, S3, Lambda, and CloudWatch Logs
AWS Services
- DynamoDB — Browse tables, CRUD items, query and scan with filters, table creation with GSI support
- Cognito — User management, user groups, MFA configuration
- S3 — Bucket browsing, file upload/download, versioning, bucket policies
- Lambda — List and invoke functions, view configuration
- CloudWatch Logs — Browse log groups, stream and filter log events
Supabase Improvements
- Schema Management — DDL editor, foreign key graph, index management via dedicated
SchemaClient - Edge Functions — List and invoke Deno-based functions
- Realtime Inspector — Monitor table changes and broadcast events
- Local Development — Orchestrate local Supabase stack via Docker
Free Tier
All features are now available on the Free tier. The only limitation is one project per platform. Upgrade to Pro for unlimited projects.
Quality & Reliability
- Comprehensive test suite across all providers (unit, integration, and E2E tests)
- Cache eviction with LRU policy (max 100 entries) for database provider caching
- SQL injection prevention with proper identifier quoting in RLS policy management
- Error retry support in error banners throughout the app
- Credential save failures now surface warnings instead of silently failing