Skip to content

Releases: mongodb/laravel-mongodb

5.4.1

22 Apr 08:26
d56aefa
Compare
Choose a tag to compare

What's Changed

Fixed

Other Changes

Full Changelog: 5.4.0...5.4.1

5.4.0

18 Apr 09:24
bcf97d2
Compare
Choose a tag to compare

What's Changed

This release fixes the db:show and db:tables database introspection commands when using views.
The user id, IP address and user agent are now saved by the `mongodb' session driver if available.

Feature

Full Changelog: 5.3.1...5.4.0

5.3.1

15 Apr 08:51
af499af
Compare
Choose a tag to compare

What's Changed

Bug

Documentation

Full Changelog: 5.3.0...5.3.1

4.9.0

14 Apr 12:50
486ec44
Compare
Choose a tag to compare

What's Changed

This is a maintenance release to enable compatibility with the version 2.0.0 of the MongoDB extension and library.

Feature

Documentation

Full Changelog: 4.8.1...4.9.0

5.3.0

10 Apr 14:38
8b5ab59
Compare
Choose a tag to compare

What's Changed

Features

Fixed

Documentation

New Contributors

Full Changelog: 5.2.2...5.3.0

5.2.2

08 Apr 15:42
b5e2132
Compare
Choose a tag to compare

What's Changed

Bug

Documentation

Full Changelog: 5.2.1...5.2.2

5.2.1

01 Apr 11:49
5832007
Compare
Choose a tag to compare

What's Changed

Bug

Features

Documentation

New Contributors

Full Changelog: 5.2.0...5.2.1

5.2.0

03 Mar 16:38
e2a068a
Compare
Choose a tag to compare

The MongoDB team is pleased to announce the release of version 5.2.0 of the Laravel MongoDB Library.

This release requires an upgrade of the mongodb extesion to version 1.21 and the mongodb/mongodb library to version 1.21.

New Features and Enhancements

  • Atlas Search and Vector Search, integration with new methods in the query builder and schema builder
  • Laravel Scout support, to use MongoDB Atlas as a search engine.
  • An optimized session driver to store sessions in MongoDB
  • Rename Connection::getMongoDB to getDatabase for naming consistency.

Compatibility Updates

  • Laravel 12 support
  • MongoDB Extension 1.21: This release requires to update the mongodb extension to the version 1.21
  • Support for MongoDB 4.0 Deprecated: Future versions will require MongoDB 4.2 or later.
  • Support for spatie/laravel-query-builder v6

Documentation

Documentation for this library may be found in the Laravel MongoDB Manual.

Installation

This library may be installed or upgraded with:

composer require mongodb/laravel-mongodb:^5.2.0

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

Full Changelog: 5.1.1...5.2.0

5.1.1

06 Jan 09:58
cc7e5ff
Compare
Choose a tag to compare

What's Changed

Fixed

  • Update param types in DocBlocks by @bskl in #3237

Other Changes

New Contributors

Full Changelog: 5.1.0...5.1.1

4.8.1

20 Nov 15:04
da3a46a
Compare
Choose a tag to compare

What's Changed

Fixed

  • PHPORM-263 Fix deprecation message for collection/table config in MongoDBQueueServiceProvider by @GromNaN in #3209

Other Changes

Full Changelog: 4.8.0...4.8.1