Skip to content

4.0.0-alpha.3

Pre-release
Pre-release

Choose a tag to compare

@N3XT0R N3XT0R released this 11 Apr 07:47
Immutable release. Only release title and notes can be modified.

⚠️ Alpha Release

This is an early alpha version intended for testing and feedback. Expect breaking changes and incomplete features.


✨ Added

Queue Monitoring with Laravel Horizon

  • Introduced Laravel Horizon for advanced queue management
  • Real-time dashboard for:
    • Job throughput
    • Execution time
    • Failures & retries
  • Improved visibility into queue performance and bottlenecks
  • Support for multiple queues and job types with detailed metrics
  • Easier debugging of failed or long-running jobs

AI Integration via Laravel Boost

  • Added Laravel Boost integration
  • Exposes application context to AI tools:
    • Routes, models, configuration, logs, etc.
  • Enables interaction via Model Context Protocol (MCP)
  • Supports runtime inspection and execution via Tinker
  • Provides access to Laravel-specific conventions and documentation
  • Enhances AI-assisted development:
    • Debugging
    • Refactoring
    • Code navigation

🔄 Changed

Queue System Improvements

  • Migrated queue workers to Horizon (horizon connection)
  • Updated ProcessVideoIngestJob to use Horizon queues
  • Improved performance and observability for ingest processing
  • Updated documentation to reflect new setup and usage

Laravel 13 Upgrade

  • Upgraded framework to Laravel 13
  • Updated dependencies for compatibility
  • Refactored code to handle breaking changes
  • Verified stability through testing of core features

🐛 Fixed

  • Various minor bugfixes across the application and ingest pipeline
  • Improvements based on alpha testing feedback

🧠 Developer Notes

  • Horizon is now the default queue driver — ensure it is properly configured in your environment
  • Review .env and queue configuration changes before deploying
  • Laravel Boost introduces AI interaction capabilities — verify access and security boundaries when using MCP/Tinker
  • Expect further breaking changes in upcoming alpha releases

Full Changelog: 4.0.0-alpha.2...4.0.0-alpha.3