Releases: mongodb/laravel-mongodb
Releases · mongodb/laravel-mongodb
v3.6.5
v3.6.4
Alpha version with compability Laravel 7
Merge pull request #1988 from divine/laravel_7 [4.x] Laravel 7
v3.6.3
Fix bugs and small improvements
- Added new logic for HybridRelations::morphTo (#1835)
- Added using Carbon::now() (#1870)
- UTCDateTime conversion now includes milliseconds (#1966)
- Added $localKey parameter for hasOne and hasMany (#1837)
- Add MustVerifyEmail trait #1933)
- Allow setting hint option on QueryBuilder (#1939)
- Fix Convert UTCDateTime to a date string when reset password (#1903)
- Fix truncate on models (#1949)
- Fix Carbon import (#1964)
- Fix get database name from dsn(#1954)
- Fix paginate in EmbedsMany (#1959)
- Fix format exception to string in failed jobs (#1961)
- Fix correct import class for db in queue (#1968)
- Fix default database detection from dsn (#1971)
- Fix create collection with options (#1953)
v3.6.1
- Improved pagination performance
- Added hasIndex and dropIndexIfExists
- Fix for not like filters
- Correctly increment job attempts
v3.6.0
- Laravel 6 compatibility
v3.5.3
- Fixes issue with non-string ids
v3.5.2
v3.5.1
- Fixed tests