December 11, 2025
API Server v1.0.710
Changed
- Upgrade Bun to 1.3.4
Fixed
- Compare expiresAt as datetime in the access tokens queries
December 2, 2025
Dashboard v1.1.5
Added
- Changelog Access: Added changelog link to the navbar dropdown menu for easy access to version history and release notes.
- Inactive Free Projects Management: Free projects that remain inactive for 3 months will be automatically deleted. A notification email will be sent to affected users, including a 2-week grace period during which the project can be restored before permanent deletion.
- Documentation Quick Links: Quick-access links to relevant documentation have been added across key dashboard pages (Databases, RLS, Nodes, Query Analyzer, API Keys, Roles, Users, and Studio) to help users find guides and reference materials more easily.
Changed
- Backups Refresh Button: Added a refresh button to the Backups page, allowing users to manually reload backup snapshots for the selected database.
- Page Refactors: Refactored the UI of API Keys, Users, Roles, Nodes, Weblite, and Databases pages to align with the new layout and design of other dashboard pages.
- Error Handling in Studio: Improved error handling in Studio for better user experience and reliability.
Fixed
- Invitation Email Verification: Fixed issue where organization invitations failed to verify when the invited email address used different letter casing than the user's sign-in email (e.g., invitation sent to
User@Example.combut user signed in withuser@example.com). Email comparison is now case-insensitive, matching the behavior of the authentication system.
- Webhook Table Filtering: Fixed webhook filtering logic to correctly display webhooks created for all tables ("*") when viewing a specific table, while preventing table-specific webhooks from appearing at the all-tables level.
November 10, 2025
Dashboard v1.1.4
Added
- Account Management: You can now permanently delete your account directly from the dashboard settings. This action will remove all associated data including organizations, projects, and subscriptions.
- Connection Limit Monitoring: Improved visibility and management of connection limits to help you better understand and optimize your database connections.
Changed
- Profile Settings UI: Redesigned the profile management interface with a cleaner, more intuitive side panel layout for easier account configuration.
- Resource Deletion Workflow: Updated the delete confirmation interface across the dashboard with clearer warnings and more prominent action buttons to prevent accidental deletions.
Fixed
- Session Management: Improved handling of expired authentication sessions. When your session expires, you'll now see a refresh button instead of being abruptly redirected to the sign-in page.
- Page Navigation Stability: Fixed an issue that could cause the Nodes page to crash when navigating directly to it via URL or browser refresh.
- Browser Compatibility: Resolved a crash that occurred when using the dashboard with Google Translate enabled in your browser.
- API Key Selection: Fixed an issue in the Weblite authentication dialog where API keys wouldn't be properly selected after choosing a user.
November 6, 2025
SQLite Cloud Server v0.9.106
Fixed
- Fixed concurrency issues affecting client snapshot handling.
- Corrected mutex locking and pending-change tracking for VACUUM and write-related PRAGMAs.
- Fixed incorrect return values for write statements using CTEs with RETURNING.
- sqlite-sync Improved sqlite-sync buffer handling by reserving header space when expanding the encode buffer, preventing crashes with large (>500 KB) change sets.
October 14, 2025
API Server v1.0.651
Changed
- New internal metrics to track requests and SQLite Sync traffic