Changelog

Product releases, improvements, and updates from the Unbound team.

NextBase v2.0 - Major Platform Release
Nov 1, 2024

NextBase v2.0 - Major Platform Release

NextBase v2.0 - Major Platform Release

We are thrilled to announce the release of NextBase v2.0, our biggest update yet! This release brings a completely redesigned architecture, improved performance, and many new features.

New Features

  • Completely redesigned dashboard with improved UX

  • New user management system

  • Enhanced API with better rate limiting

  • Improved billing integration with Stripe

Breaking Changes

Please review our migration guide for upgrading from v1.x to v2.0.

Introducing Dark Mode
Oct 15, 2024

Introducing Dark Mode

Introducing Dark Mode

By popular demand, we have added native dark mode support to NextBase! Your eyes will thank you during those late-night coding sessions.

Features

  • Automatic detection based on system preferences

  • Manual toggle in user settings

  • Persistent preference across sessions

  • Carefully designed color palette for accessibility

Enable dark mode from your account settings or use the toggle in the navigation bar.

Performance Improvements - 3x Faster Load Times
Sep 20, 2024

Performance Improvements - 3x Faster Load Times

Performance Improvements

We have been working hard on optimizing NextBase performance. This update brings significant improvements across the board.

What Changed

  • Dashboard loads 3x faster with optimized queries

  • Reduced bundle size by 40% through code splitting

  • Implemented smart caching for frequently accessed data

  • Optimized image loading with lazy loading and WebP support

Metrics

Average page load time reduced from 2.4s to 0.8s. Time to interactive improved by 65%.

New API Endpoints for Developers
Aug 5, 2024

New API Endpoints for Developers

New API Endpoints

We have expanded our API with new endpoints to give developers more flexibility when building integrations.

New Endpoints

  • GET /api/v2/devices - List all devices

  • POST /api/v2/projects - Create new projects programmatically

  • GET /api/v2/analytics - Access analytics data

  • PATCH /api/v2/settings - Update user settings

Documentation

Full API documentation is available at docs.nextbase.dev/api. We have also added interactive examples using Swagger UI.

Security Update - Enhanced Authentication
Jul 12, 2024

Security Update - Enhanced Authentication

Security Update

Security is our top priority. This update includes several security enhancements to better protect your data.

Security Improvements

  • Two-factor authentication (2FA) support

  • Enhanced session management with automatic expiration

  • Improved rate limiting to prevent brute force attacks

  • Security audit logging for compliance

Recommendation

We strongly recommend enabling 2FA for all admin accounts. You can enable it from your security settings.