Changes log
v4.0.0 - Alpha 1
This release is a technical upgrade of TRAX LRS 3, preparing the foundation for version 4:
- Upgrade to Laravel 13.
- PHP 8.5 full support. Previous versions are no longer supported.
- Composer 2.9.5 required.
- PHP.ini:
max_memory_limit = -1is set by default by PHP 8.5, removing the need to increase thememory_limit. - Elasticsearch 9 support. Elasticsearch 8 is no longer supported (client incompatibility).
- OpenSearch 2 & 3 support.
- Redis 6 & 7 support. Redis 5 is no longer supported (but may continue to work).
- MongoDB is temporarily disabled, waiting for PHP extension 2.3 to be provided by the APT repo.