Skip to content

Releases: mongodb/laravel-mongodb

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

v3.6.0

08 Sep 08:26
Compare
Choose a tag to compare
  • Laravel 6 compatibility

v3.5.3

21 Aug 07:54
01ac069
Compare
Choose a tag to compare
  • Fixes issue with non-string ids

v3.5.2

01 Aug 20:07
Compare
Choose a tag to compare
  • Fix breaking change that was introduced #1795
  • Fix for updating with scopes #1799
  • Fix return value of value #1747

v3.5.1

12 Mar 07:25
Compare
Choose a tag to compare
  • Fixed tests

v3.5.0

27 Feb 16:24
5897258
Compare
Choose a tag to compare
  • Fix for Laravel 5.8

v3.4.6

27 Feb 16:23
ae00801
Compare
Choose a tag to compare
Merge pull request #1696 from emprove/master

reassigned getDatabaseName method

v3.4.5

05 Dec 11:04
9df6d1e
Compare
Choose a tag to compare
  • Fix whereIn behavior for relations