Skip to content

Tags: rimvislt/DoctrineMongoDBBundle

Tags

4.2.2

Toggle 4.2.2's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
Release [4.2.2](https://github.com/doctrine/DoctrineMongoDBBundle/mil…

…estone/35)

4.2.2
=====

- Total issues resolved: **0**
- Total pull requests resolved: **2**
- Total contributors: **2**

Task
----

 - [649: Update load fixtures command description](doctrine#649) thanks to @franmomu
 - [642: Make commands lazily loaded](doctrine#642) thanks to @kefzce

4.2.1

Toggle 4.2.1's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
Release [4.2.1](https://github.com/doctrine/DoctrineMongoDBBundle/mil…

…estone/33)

4.2.1
=====

- Total issues resolved: **0**
- Total pull requests resolved: **1**
- Total contributors: **1**

Task
----

 - [647: Allow persistence 2](doctrine#647) thanks to @greg0ire

4.2.0

Toggle 4.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
Release [4.2.0](https://github.com/doctrine/DoctrineMongoDBBundle/mil…

…estone/32)

4.2.0
=====

- Total issues resolved: **4**
- Total pull requests resolved: **6**
- Total contributors: **5**

Documentation
-------------

 - [638: Section for custom types in configuration chapter](doctrine#638) thanks to @malarzm
 - [637: Add section for Messenger integration](doctrine#637) thanks to @malarzm

Task
----

 - [636: fix compatibility with Symfony 5.1](doctrine#636) thanks to @smoench and @malarzm

Feature
-------

 - [633: &doctrine#91;Messenger&doctrine#93; Clear DocumentManagers after a message is handled or failed](doctrine#633) thanks to @smoench
 - [631: Support custom types in configuration](doctrine#631) thanks to @shadz3rg
 - [623: Add marker interface for event subscriber autoconfiguration](doctrine#623) thanks to @alterphp
 - [597: Adding custom mapping types](doctrine#597) thanks to @petr-buchin

3.6.2

Toggle 3.6.2's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
Release [3.6.2](https://github.com/doctrine/DoctrineMongoDBBundle/mil…

…estone/30)

3.6.2
=====

- Total issues resolved: **1**
- Total pull requests resolved: **2**
- Total contributors: **3**

Documentation
-------------

 - [620: Fix failures found by DOCtor-RST](doctrine#620) thanks to @malarzm

bug
---

 - [608: Fix compatibility with php 7.4](doctrine#608) thanks to @franmomu
 - [607: PrettyDataCollector generates a notice in php7.4](doctrine#607) thanks to @nadrshin

4.1.1

Toggle 4.1.1's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
Release [4.1.1](https://github.com/doctrine/DoctrineMongoDBBundle/mil…

…estone/31)

4.1.1
=====

- Total issues resolved: **0**
- Total pull requests resolved: **4**
- Total contributors: **4**

Documentation
-------------

 - [622: Fix DOCtor-RST errors on 4.1.x](doctrine#622) thanks to @malarzm
 - [618: Modernize documentation](doctrine#618) thanks to @SzymonKaminski
 - [605: Fix ManagerRegistry namespace in documentation – first steps](doctrine#605) thanks to @kostya1000

Enhancement
-----------

 - [617: Address deprecations from persistence library](doctrine#617) thanks to @greg0ire

4.1.0

Toggle 4.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
Release [4.1.0](https://github.com/doctrine/DoctrineMongoDBBundle/mil…

…estone/28)

This release fixes compatibility with Symfony 5. The signature change for data collector means that the lowest supported Symfony version is now 4.3.3. Symfony 3.4 is no longer supported in the 4.1 release series. This has the following implications on supported branches:

* 4.1.* will be the new supported release for ODM 2
* 4.0.* will no longer be supported. Users currently using Symfony 3.4 alongside ODM 2.0 should upgrade to Symfony 4.3 or newer as soon as possible. Critical issues may be fixed in 4.0 on a case-by-case basis.
* 3.6.* still supports Symfony 3.4 and ODM 1.3 and will be supported until ODM 1.3 has reached end of life.

4.1.0
=====

- Total issues resolved: **0**
- Total pull requests resolved: **2**
- Total contributors: **2**

bug
---

 - [604: Fix wrong data collector signature](doctrine#604) thanks to @alcaeus




 - [603: Merge release 4.0.1 into master](doctrine#603) thanks to @doctrinebot

4.0.1

Toggle 4.0.1's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
Release [4.0.1](https://github.com/doctrine/DoctrineMongoDBBundle/mil…

…estone/29)

4.0.1
=====

- Total issues resolved: **0**
- Total pull requests resolved: **2**
- Total contributors: **2**

Enhancement
-----------

 - [602: Fix symfony 5 compatibility](doctrine#602) thanks to @chalasr

Documentation
-------------

 - [595: Document service repositories](doctrine#595) thanks to @malarzm

4.0.0

Toggle 4.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
alcaeus Andreas Braun
4.0.0

- Total issues resolved: 1
- Total pull requests resolved: 1
- Total contributors: 2

CI
--

 - [588: Removing travis allow failure for php7.4](doctrine#588) thanks to @ishyevandro and @carusogabriel

3.6.1

Toggle 3.6.1's commit message

Verified

This tag was signed with the committer’s verified signature.
alcaeus Andreas Braun
3.6.1

- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 2

Enhancement
-----------

 - [589: Adding support for php 7.3 and 7.4 in branch 3.6](doctrine#589) thanks to @ishyevandro
 - [586: Fix deprecations when running against ODM 1.3](doctrine#586) thanks to @alcaeus

4.0.0-RC3

Toggle 4.0.0-RC3's commit message

Verified

This tag was signed with the committer’s verified signature.
alcaeus Andreas Braun
4.0.0-RC3

- Total issues resolved: 1
- Total pull requests resolved: 1
- Total contributors: 2

bug
---

 - [585: Fix wrong interface inheritance in command logger](doctrine#585) thanks to @alcaeus and @lljaworski