Skip to content

Releases: leroy-merlin-br/mongolid-laravel

Upgrades MongoDB Version to 4.2

15 Feb 17:05
c3a88d3
Compare
Choose a tag to compare

This release upgrades MongoDB Version to 4.2 and MongoDB Library to 1.8.0.

You will still continue to be able to use it with mongoDB 4.0 version or below.

Nothing really changed except the findOneAndUpdate now returns an array instead of object.

Prevent mismatch class types on code styles checkers

13 Jul 20:00
792c495
Compare
Choose a tag to compare

As the second argument on create a instance of MongolidLaravel\MongolidUserProvider, expect a string class as a model to be initialized on createModel() method.
PSalm reclaim to be a instance of MongolidLaravel\MongoLidModel, cause this is declared on a __construct comment, this prevents a CI to complete the process due PSalm "think" be a implementation error.

Allow custom validation messages

07 Jan 18:42
ac09980
Compare
Choose a tag to compare
v2.2.3

Merge pull request #128 from leroy-merlin-br/allow-custom-validation-…

Allow using output on migrations

04 Oct 13:03
9129d0d
Compare
Choose a tag to compare

Since the idea of Mongolid migrations is mainly to migrate data, now it is possible to interact with console output, using progress bars for example.

Migrations Support

03 Oct 17:29
d0d7429
Compare
Choose a tag to compare
Merge pull request #119 from leroy-merlin-br/migrations

Migrations

Use singleton for Connection Pool

20 Aug 20:19
Compare
Choose a tag to compare
v2.0.3

Use singleton for Connection Pool

Implement second level in memory cache

17 Nov 16:43
3b292f6
Compare
Choose a tag to compare

Added:

#115 Second Level Cache

Avoid crashes if config is absent

10 Oct 11:13
Compare
Choose a tag to compare

If config is absent it will crashes in some Service Provider type hinting.

It become more evident in Laravel 5.5 auto discovery (#112), because Service Providers is loaded after composer require and composer post scripts (like php artisan optimize) crashes after all.

2.0.0

06 Sep 21:47
Compare
Choose a tag to compare
v2.0.0

Prepare to 2.0 release

Suport for mongoDB cluster connection

16 Aug 14:19
Compare
Choose a tag to compare