Skip to content

Releases: mongodb/laravel-mongodb

4.3.0

26 Apr 16:07
64d6dc0
Compare
Choose a tag to compare

The PHP team is happy to announce that version 4.3.0 of the MongoDB integration for Laravel is now available.

Release Highlights

Documentation

Documentation for this library may be found one the Readme.

Installation

This library may be installed or upgraded with:

composer require mongodb/laravel-mongodb:4.3.0

Installation instructions for the mongodb extension may be found in the PHP.net documentation.

Full Changelog: 4.2.2...4.3.0

4.2.2

26 Apr 10:55
7654b17
Compare
Choose a tag to compare

The PHP team is happy to announce that version 4.2.2 of the MongoDB integration for Laravel is now available.

Release Highlights

  • Add return types to FindAndModifyCommandSubscriber, used by firstOrCreate by @wivaku in #2913

Documentation

Documentation for this library may be found one the Readme.

Installation

This library may be installed or upgraded with:

composer require mongodb/laravel-mongodb:4.2.2

Installation instructions for the mongodb extension may be found in the PHP.net documentation.

Full Changelog: 4.2.1...4.2.2

4.2.1

25 Apr 11:07
3750253
Compare
Choose a tag to compare

The PHP team is happy to announce that version 4.2.1 of the MongoDB integration for Laravel is now available.

Release Highlights

  • Set timestamps when using Model::createOrFirst() by @GromNaN in #2905

Documentation

Documentation for this library may be found one the Readme.

Installation

This library may be installed or upgraded with:

composer require mongodb/laravel-mongodb:4.2.1

Installation instructions for the mongodb extension may be found in the PHP.net documentation.

Full Changelog: 4.2.0...4.2.1

4.2.0

14 Mar 09:51
13a1127
Compare
Choose a tag to compare

The PHP team is happy to announce that version 4.2.0 of the MongoDB integration for Laravel is now available.

Release Highlights

  • Add support for Laravel 11 by @GromNaN in #2735
  • Implement Model::createOrFirst() using findOneAndUpdate operation by @GromNaN in #2742

Documentation

Documentation for this library may be found one the Readme.

Installation

This library may be installed or upgraded with:

composer require mongodb/laravel-mongodb:4.2.0

Installation instructions for the mongodb extension may be found in the PHP.net documentation.

Full Changelog: 4.1.3...4.2.0

4.1.3

05 Mar 10:20
d2d7845
Compare
Choose a tag to compare

The PHP team is happy to announce that version 4.1.3 of the MongoDB integration for Laravel is now available.

Release Highlights

Documentation

Documentation for this library may be found one the Readme.

Installation

This library may be installed or upgraded with:

composer require mongodb/laravel-mongodb:4.1.3

Installation instructions for the mongodb extension may be found in the PHP.net documentation.

Full Changelog: 4.1.2...4.1.3

4.1.2

22 Feb 13:11
b1ab9dc
Compare
Choose a tag to compare

The PHP team is happy to announce that version 4.1.2 of the MongoDB integration for Laravel is now available.

Release Highlights

Documentation

Documentation for this library may be found one the Readme.

Installation

This library may be installed or upgraded with:

composer require mongodb/laravel-mongodb:4.1.2

Installation instructions for the mongodb extension may be found in the PHP.net documentation.

Full Changelog: 4.1.1...4.1.2

4.1.1

17 Jan 10:12
5c16d0e
Compare
Choose a tag to compare

The PHP team is happy to announce that version 4.1.1 of the MongoDB integration for Laravel is now available.

Release Highlights

Documentation

Documentation for this library may be found in the Readme.

Installation

This library may be installed or upgraded with:

composer require mongodb/laravel-mongodb:4.1.1

Installation instructions for the mongodb extension may be found in the PHP.net documentation.

New Contributors

Full Changelog: 4.1.0...4.1.1

4.0.3

17 Jan 09:58
da11d4d
Compare
Choose a tag to compare

The PHP team is happy to announce that version 4.0.3 of the MongoDB integration for Laravel is now available.

Release Highlights

Documentation

Documentation for this library may be found in the Readme.

Installation

This library may be installed or upgraded with:

composer require mongodb/laravel-mongodb:4.0.3

Installation instructions for the mongodb extension may be found in the PHP.net documentation.

New Contributors

Full Changelog: 4.0.2...v4.0.3

4.1.0

14 Dec 12:54
f708c90
Compare
Choose a tag to compare

The PHP team is happy to announce that version 4.1.0 of the MongoDB integration for Laravel is now available.

Release Highlights

  • The Laravel version requirement is increased to 10.30.0 to remove some backward compatibility code (#2665) with the help from @Treggats
  • Support for MorphToMany relationships is added (#2670) and polished so that it works with both MongoDB and hybrid models (#2688 and #2690) by @hans-thomas
  • Casting of various types is improved (#2658, #2653) by @hans-thomas
  • A new method Connection::ping() is added to check the connection to the server (#2677) by @hans-thomas
  • Pagination for groupBy queries is supported (#2672) by @GromNaN
  • Fields can be renamed in migrations (#2682) by @hans-thomas

A complete list of resolved issues in this release may be found in the changelog.

Documentation

Documentation for this library may be found in the Readme.

Installation

This library may be installed or upgraded with:

composer require mongodb/laravel-mongodb:4.1.0

Installation instructions for the mongodb extension may be found in the PHP.net documentation.

New Contributors

Full Changelog: 4.0.2...4.1.0

4.0.2

03 Nov 10:30
070e9e6
Compare
Choose a tag to compare

The PHP team is happy to announce that version 4.0.2 of the MongoDB integration for Laravel is now available.

Release Highlights

New Contributors

Full Changelog: 4.0.0...4.0.2

Documentation

Documentation for this library may be found in the Readme.

Installation

This library may be installed or upgraded with:

composer require mongodb/laravel-mongodb:4.0.2

Installation instructions for the mongodb extension may be found in the PHP.net documentation.