Skip to content

Releases: mongodb/laravel-mongodb

v3.8.1

23 Oct 06:24
a9c7410
Compare
Choose a tag to compare
  • Fix like with numeric values #2127

v3.3.2

15 Oct 16:22
Compare
Choose a tag to compare
  • Backport fix laravel guarded error (#2082)

v3.8.0

30 Sep 09:20
a362df4
Compare
Choose a tag to compare
  • Add support for Laravel 8

For Laravel related changes, please check https://laravel.com/docs/8.x/upgrade

v3.7.0

18 Sep 15:40
dd6f667
Compare
Choose a tag to compare
  • Add support for Laravel 7

For Laravel related changes, please check https://laravel.com/docs/7.x/upgrade

v3.6.5

26 Aug 06:10
549f7f0
Compare
Choose a tag to compare

Fix bugs and small improvements

  • Fix truncate to delete items in collection (#1993)
  • Fix always call connection to broadcast QueryExecuted event (#2024 )
  • Fix laravel guarded error (#2082)

v3.6.4

23 Apr 18:19
736415e
Compare
Choose a tag to compare

Fix bugs and small improvements

  • Fix issue parsing millisecond-precision dates before 1970. (#2028 )
  • Add cursor (#2024 )
  • Query like on integer fields (#2020)
  • Fix refresh() on EmbedsOne (#1996 )

Alpha version with compability Laravel 7

23 Apr 18:24
ec89233
Compare
Choose a tag to compare
Merge pull request #1988 from divine/laravel_7

[4.x] Laravel 7

v3.6.3

04 Mar 07:57
279b18c
Compare
Choose a tag to compare
  • Fix laravel 6 compatibility (#1979)
  • Fix getDefaultDatabaseName to handle +srv URLs (#1976)

Fix bugs and small improvements

27 Feb 08:48
12adb39
Compare
Choose a tag to compare
  • 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

31 Oct 13:57
a8918ac
Compare
Choose a tag to compare
  • Improved pagination performance
  • Added hasIndex and dropIndexIfExists
  • Fix for not like filters
  • Correctly increment job attempts