|
1 | 1 | # Changelog
|
2 | 2 | All notable changes to this project will be documented in this file.
|
3 | 3 |
|
4 | | -## [unreleased] |
| 4 | +## [4.3.0] - unreleased |
5 | 5 |
|
6 | 6 | * New aggregation pipeline builder by @GromNaN in [#2738](https://github.com/mongodb/laravel-mongodb/pull/2738)
|
7 | 7 | * Drop support for Composer 1.x by @GromNaN in [#2784](https://github.com/mongodb/laravel-mongodb/pull/2784)
|
8 | 8 | * Fix `artisan query:retry` command by @GromNaN in [#2838](https://github.com/mongodb/laravel-mongodb/pull/2838)
|
9 | 9 | * Add `mongodb` cache and lock drivers by @GromNaN in [#2877](https://github.com/mongodb/laravel-mongodb/pull/2877)
|
10 | 10 |
|
| 11 | +## [4.2.1] - 2024年04月25日 |
| 12 | + |
| 13 | +* Set timestamps when using `Model::createOrFirst()` by @GromNaN in [#2905](https://github.com/mongodb/laravel-mongodb/pull/2905) |
| 14 | + |
11 | 15 | ## [4.2.0] - 2024年03月14日
|
12 | 16 |
|
13 | 17 | * Add support for Laravel 11 by @GromNaN in [#2735](https://github.com/mongodb/laravel-mongodb/pull/2735)
|
14 | | -* Implement Model::createOrFirst() using findOneAndUpdate operation by @GromNaN in [#2742](https://github.com/mongodb/laravel-mongodb/pull/2742) |
| 18 | +* Implement `Model::createOrFirst()` using findOneAndUpdate operation by @GromNaN in [#2742](https://github.com/mongodb/laravel-mongodb/pull/2742) |
15 | 19 |
|
16 | 20 | ## [4.1.3] - 2024年03月05日
|
17 | 21 |
|
|
0 commit comments