4.4.0
版本发布时间: 2024-05-31 15:16:25
mongodb/laravel-mongodb最新发布版本:4.8.0(2024-08-28 05:15:15)
What's Changed
New Features
- PHPORM-82 Support prefix for collection names by @GromNaN in https://github.com/mongodb/laravel-mongodb/pull/2930
- [fix] Prevent exception when connection is closed by @SanderMuller in https://github.com/mongodb/laravel-mongodb/pull/2967
- Improve error message for invalid configuration by @GromNaN in https://github.com/mongodb/laravel-mongodb/pull/2975
- Unset
_id: null
to let it be autogenerated by @GromNaN in https://github.com/mongodb/laravel-mongodb/pull/2969 - PHPORM-81 implement
mongodb
driver for batch by @GromNaN in https://github.com/mongodb/laravel-mongodb/pull/2904
Fixed
- Remove
@mixin
on Model class by @GromNaN in https://github.com/mongodb/laravel-mongodb/pull/2981 - PHPORM-180 Keep createOrFirst in 2 commands to simplify implementation by @GromNaN in https://github.com/mongodb/laravel-mongodb/pull/2984
Other Changes
- Fallback to jenssegers/mongodb package name when mongodb/laravel-mongodb is not installed by @GromNaN in https://github.com/mongodb/laravel-mongodb/pull/2920
- PHPORM-181: Add SBOM lite by @alcaeus in https://github.com/mongodb/laravel-mongodb/pull/2937
- PHPORM-184 Use fixed key for temporary setting nested field by @GromNaN in https://github.com/mongodb/laravel-mongodb/pull/2962
- PHPORM-179: Upload PHPStan report to GitHub Code Scanning by @alcaeus in https://github.com/mongodb/laravel-mongodb/pull/2965
New Contributors
- @mongoKart made their first contribution in https://github.com/mongodb/laravel-mongodb/pull/2938
- @SanderMuller made their first contribution in https://github.com/mongodb/laravel-mongodb/pull/2967
Full Changelog: https://github.com/mongodb/laravel-mongodb/compare/4.3.0...4.4.0