ChangelogRelease History
Changelog

Changelog

Track the latest updates, new features, and improvements in Dreambase to stay informed about platform changes.

Recent Updates

Subscribe to our RSS feed or follow us on GitHub to get notified about new releases and important changes.

2024-10-15v1.5.0
featureimprovement

New Features

  • Added realtime database subscriptions for live updates across clients.
  • Introduced image transformation APIs in Storage for resizing and cropping on-the-fly.

Improvements

  • Enhanced Functions execution speed by 25% with optimized cold starts.
  • Improved dashboard UI with dark mode support and better navigation.

Bug Fixes

  • Fixed intermittent connection drops in Realtime service.
  • Resolved file upload limits exceeding configured bucket sizes.
2024-09-20v1.4.0
featurebugfix

New Features

  • Launched multi-region database replication for global low-latency access.
  • Added custom domain support for Functions endpoints.

Bug Fixes

  • Patched security vulnerability in user authentication flows (CVE-2024-XXXX).
  • Fixed query pagination issues in Databases affecting large datasets.

Improvements

  • Reduced Storage latency for large file downloads.
2024-08-10v1.3.0
breakingfeature

Breaking Changes

  • Updated API version to v1 – update your client SDKs to avoid deprecation warnings.
  • Removed legacy beta endpoints; migrate to stable versions.

New Features

  • Integrated edge functions deployment across the Dreambase Network.
  • Added team-based project permissions with granular role controls.

Migration Notes

Run the upgrade script in your console:

const dreambase = require('dreambase-sdk');
await dreambase.upgradeProject('your-project-id');

Upgrading Your Project

Check Compatibility

Review the breaking changes in each release above. Test in staging first.

Update SDK

Install the latest SDK version matching your runtime.

npm install dreambase-sdk@latest

Deploy Changes

Redeploy your Functions and verify database schemas.

Always back up your projects before upgrading. Use the Dreambase Console for one-click exports.

Was this page helpful?
Built with Documentation.AI

Last updated 1 week ago