Skip to content

Tags: doctrine/mongodb-odm

Tags

2.9.1

Toggle 2.9.1's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
### Release Notes for [2.9.1](https://github.com/doctrine/mongodb-odm…

…/milestone/102)

2.9.x bugfix release (patch)

### 2.9.1

- Total issues resolved: **0**
- Total pull requests resolved: **5**
- Total contributors: **3**

 - [2709: Replace `wrapTransversable` generators to prevent memory leaks](#2709) thanks to @GromNaN
 - [2708: Update BSON PHP Link](#2708) thanks to @rickogden
 - [2698: Fix handling of unmapped properties in proxy objects](#2698) thanks to @alcaeus
 - [2693: Remove usage of deprecated `ReadPreference::RP_*` constants](#2693) thanks to @GromNaN

#### Bug

 - [2689: Fix "Cannot use object of type stdClass as array" in search index drop](#2689) thanks to @GromNaN

2.9.0

Toggle 2.9.0's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
### Release Notes for [2.9.0](https://github.com/doctrine/mongodb-odm…

…/milestone/99)

This release mainly updates documentation. Included is a change to how date fields are compared when computing change sets. As a result, sub-second changes are now also detected correctly and cause an update to the document in the database.

### 2.9.0

- Total issues resolved: **0**
- Total pull requests resolved: **20**
- Total contributors: **3**

 - [2676: Fixes changeset being empty when datetime change is sub second](#2676) thanks to @magnetik
 - [2675: Merge release 2.8.2 into 2.9.x](#2675) thanks to @github-actions[bot]

#### Documentation

 - [2670: Fix typo in code example](#2670) thanks to @GromNaN
 - [2668: doc: Review basic mapping](#2668) thanks to @GromNaN
 - [2664: doc: Add tests for introduction](#2664) thanks to @GromNaN
 - [2663: doc: Remove wakeup and clone cookbook](#2663) thanks to @GromNaN
 - [2662: doc: Review and test validation cookbook](#2662) thanks to @GromNaN
 - [2660: doc: Review and add tests on `ResolveTargetDocumentListener`](#2660) thanks to @GromNaN
 - [2659: doc: Review Simple Search Engine Cookbook](#2659) thanks to @GromNaN
 - [2658: doc: Review mapping ORM and ODM cookbook](#2658) thanks to @GromNaN
 - [2657: doc: Remove soft-delete-cookbook](#2657) thanks to @GromNaN
 - [2656: doc: Review cookbook on blending ORM and ODM](#2656) thanks to @GromNaN
 - [2655: doc: Add cookbook about embedding referenced documents using $lookup](#2655) thanks to @GromNaN
 - [2654: doc: Update custom mapping example](#2654) thanks to @GromNaN
 - [2653: doc: Review custom collections and repository docs](#2653) thanks to @GromNaN
 - [2652: doc: Add type to properties](#2652) thanks to @GromNaN
 - [2651: doc: Move annotations-reference to attributes-reference](#2651) thanks to @GromNaN
 - [2650: doc: Review Getting Started](#2650) thanks to @GromNaN

#### Enhancement

 - [2666: Add native type to private properties and final classes](#2666) thanks to @GromNaN
 - [2665: Modernize generated code for Hydrators](#2665) thanks to @GromNaN

2.8.2

Toggle 2.8.2's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
### Release Notes for [2.8.2](https://github.com/doctrine/mongodb-odm…

…/milestone/100)

2.8.x bugfix release (patch)

### 2.8.2

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

#### Bug

 - [2674: Inability to list search indexes is not properly detected](#2674) thanks to @ivan-wolf
 - [2673: Gracefully handle search index exceptions on non MongoDB Atlas](#2673) thanks to @Jafarili

2.8.1

Toggle 2.8.1's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
### Release Notes for [2.8.1](https://github.com/doctrine/mongodb-odm…

…/milestone/98)

This release fixes issues with schema management on non-Atlas clusters.

### 2.8.1

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

 - [2671: Gracefully handle search index exceptions if possible](#2671) thanks to @alcaeus

#### Task

 - [2648: Address doctrine/persistence 3.3.3 release](#2648) thanks to @greg0ire

2.8.0

Toggle 2.8.0's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
### Release Notes for [2.8.0](https://github.com/doctrine/mongodb-odm…

…/milestone/96)

Feature release (minor)

### 2.8.0

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

#### Task

 - [2641: Decouple UnitOfWork from Hydrators](#2641) thanks to @alcaeus
 - [2617: Drop support for MongoDB 4.4](#2617) thanks to @malarzm

 - [2630: Support search indexes in mappings and SchemaManager](#2630) thanks to @jmikola

2.7.1

Toggle 2.7.1's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
### Release Notes for [2.7.1](https://github.com/doctrine/mongodb-odm…

…/milestone/95)

2.7.x bugfix release (patch)

### 2.7.1

- Total issues resolved: **1**
- Total pull requests resolved: **8**
- Total contributors: **4**

#### Documentation

 - [2638: Fix link target in Index annotation docs](#2638) thanks to @jmikola
 - [2637: Fix RST indent for Document annotation writeConcern option](#2637) thanks to @jmikola

 - [2636: Fix of static analysis errors](#2636) thanks to @SenseException
 - [2629: Remove duplicate keys in data providers](#2629) thanks to @alcaeus and @jmikola
 - [2620: Fix CI](#2620) thanks to @malarzm

#### Bug

 - [2635: Preserve collection changes until transaction has succeeded](#2635) thanks to @alcaeus

#### Task

 - [2627: Ensure data provider parameters are consistent with test methods signatures](#2627) thanks to @jmikola
 - [2622: Fix deprecation notices Indexes annotation](#2622) thanks to @jmikola

2.7.0

Toggle 2.7.0's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
### Release Notes for [2.7.0](https://github.com/doctrine/mongodb-odm…

…/milestone/88)

This release introduces support for transactions when calling `DocumentManager::flush`.

### 2.7.0

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

#### Task

 - [2603: Require `doctrine/persistence` 3](#2603) thanks to @franmomu

#### Feature

 - [2586: Transaction support](#2586) thanks to @alcaeus
 - [1888: Transaction support](#1888) thanks to @Steveb-p

 - [2502: Decouple AttributeDriver from AnnotationDriver](#2502) thanks to @franmomu

#### BC Break

 - [2498: Make `doctrine/annotations` dependency optional](#2498) thanks to @franmomu

2.6.3

Toggle 2.6.3's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
### Release Notes for [2.6.3](https://github.com/doctrine/mongodb-odm…

…/milestone/93)

2.6.x bugfix release (patch)

### 2.6.3

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

#### Bug

 - [2610: Fix criteria mapping type](#2610) thanks to @franmomu

2.6.2

Toggle 2.6.2's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
### Release Notes for [2.6.2](https://github.com/doctrine/mongodb-odm…

…/milestone/92)

2.6.x bugfix release (patch)

### 2.6.2

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

#### Bug

 - [2600: Fix bucket typemap](#2600) thanks to @alcaeus and @Webixel

2.6.1

Toggle 2.6.1's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
### Release Notes for [2.6.1](https://github.com/doctrine/mongodb-odm…

…/milestone/91)

2.6.x bugfix release (patch)

### 2.6.1

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

#### Bug

 - [2590: Fix missing storeEmptyArray attribute for embed relationships in XML driver](#2590) thanks to @alcaeus and @frenchcomp