Skip to content

Releases: mongodb/laravel-mongodb

v3.0.2

04 Mar 21:41
Compare
Choose a tag to compare
  • Fix some queue issues

v2.3.4

29 Feb 18:20
Compare
Choose a tag to compare
  • Fix access level for Blueprint::addColumn

v3.0.1

25 Feb 18:15
Compare
Choose a tag to compare
  • Improved timezone handling for remember tokens
  • Pass authentication credentials as options rather than putting them into the DSN

v3.0.0

21 Feb 09:28
Compare
Choose a tag to compare

Please read the upgrade notes in the readme.

  • Support for the new mongodb extension and PHP7
  • Simplified embedded relations
  • Changed model namespace to Jenssegers\Mongodb\Eloquent\Model
  • Removed Jenssegers\Eloquent\Model in favor of Jenssegers\Mongodb\Eloquent\HybridRelations
  • PSR-2 code standard
  • Allow upsert options in Eloquent model updates
  • Added mongo as queue backend driver
  • Fixed authentication for Laravel 5.2
  • Improved like query conversion to regex

v3.0.0-beta

12 Feb 20:24
Compare
Choose a tag to compare
  • Allow upsert options in Eloquent model updates
  • Added mongo as queue backend driver
  • Fixed authentication for Laravel 5.2
  • Improved like query conversion to regex

v2.3.3

12 Feb 18:44
Compare
Choose a tag to compare
  • Add support for Mongo queue backend
  • Add auth support for Laravel 5.2

v2.2.10

12 Feb 18:44
Compare
Choose a tag to compare
  • Add support for Mongo queue backend
  • Add auth support for Laravel 5.2

v2.2.9

09 Feb 12:46
Compare
Choose a tag to compare
  • Also add Query\Grammar like in the newer versions.

v2.3.2

06 Feb 11:28
Compare
Choose a tag to compare
  • Pass update options from Eloquent builder to Query builder

v2.2.8

06 Feb 11:28
Compare
Choose a tag to compare
  • Introduce Jenssegers\Mongodb\Eloquent\Model
  • Apply PSR2 CS
  • Pass update options from Eloquent builder to Query builder