Skip to content

v1.6.1

Choose a tag to compare

@github-actions github-actions released this 13 Jun 11:20
· 17 commits to main since this release

NebulaCMS v1.6.1

Release type: patch
Focus: installer network error and database reconnect fixes

Release commit: 5662e157d2c2cfc52d64f613f6920eeb6a6a8564

Summary

This patch release resolves a critical issue where the installation process could fail at the "Database migration & access roles" step with a "Cannot reach server: Failed to fetch" error.

Fixed

  • Installer Network Retry: Added automatic retry logic with exponential backoff to the installer's AJAX calls to handle temporary server restarts caused by php artisan serve when it detects .env file changes (fixes #3).
  • Database Reconfiguration & Cache Purge: Hardened the database reconnect logic during migration and seeding steps. It now properly flushes the Laravel cache driver and Spatie Permission cache to prevent stale configurations.

Upgrade notes

  • Database: No database migrations are introduced in this release.
  • Installation: If you previously had issues installing the application, pull this release and retry.

Full Changelog: v1.6.0...v1.6.1