The PHP team is happy to announce that version 4.0.2 of the MongoDB integration for Laravel is now available.
Release Highlights
- Fix compatibility with Laravel 10.30 by @Treggats in #2661
- PHPORM-92: Test on PHP 8.3 by @alcaeus in #2637
- Add tests on Adding New Fields and fetch relationships withThrashed by @hans-thomas in #2644
- PHPORM-101 Allow empty insert batch for consistency with Eloquent SQL by @GromNaN in #2645
- Test with lowest dependencies in CI by @GromNaN in #2663
New Contributors
- @hans-thomas made their first contribution in #2644
- @Treggats made their first contribution in #2661
Full Changelog: 4.0.0...4.0.2
Documentation
Documentation for this library may be found in the Readme.
Installation
This library may be installed or upgraded with:
composer require mongodb/laravel-mongodb:4.0.2
Installation instructions for the mongodb
extension may be found in the PHP.net documentation.