Skip to content

Tags: doctrine/mongodb-odm

Tags

2.11.0

Toggle 2.11.0's commit message

Verified

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

…m/milestone/107)

Feature release (minor)

### 2.11.0

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

 - [2750: Fix: Cast numeric write-concern values from XML mapping to integers](#2750) thanks to @ikallali

#### Documentation

 - [2748: Update documentation in Builder.php](#2748) thanks to @androshchuk
 - [2741: Replace "attribute" with "argument" to avoid confusion with PHP attributes](#2741) thanks to @GromNaN

#### Bug

 - [2743: Fix `$geoNear` stage with empty query](#2743) thanks to @GromNaN
 - [2739: Add support for using `$text` operator in a aggregation with a filter](#2739) thanks to @GromNaN
 - [2737: Fix duplicate object hash for removed object](#2737) thanks to @GromNaN

#### Feature

 - [2740: Skip empty `$match` from pipeline builder](#2740) thanks to @GromNaN

#### Enhancement

 - [2738: Replace `spl_object_hash` with `spl_object_id`](#2738) thanks to @GromNaN

2.10.2

Toggle 2.10.2's commit message

Verified

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

…m/milestone/108)

2.10.x bugfix release (patch)

### 2.10.2

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

#### Documentation

 - [2746: Fix RST formatting for warning content](#2746) thanks to @jmikola

 - [2736: Create `UTCDateTime` from `DateTimeInterface` directly](#2736) thanks to @GromNaN
 - [2735: Improve comment in generated code](#2735) thanks to @GromNaN

#### Bug

 - [2732: Fix access to null `$config` variable](#2732) thanks to @GromNaN

2.10.1

Toggle 2.10.1's commit message

Verified

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

…m/milestone/106)

This release fixes an issue when inserting documents with a pre-defined `_id` field into time series collections.

### 2.10.1

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

#### Bug

 - [2728: Always use insert for time series documents](#2728) thanks to @alcaeus

2.10.0

Toggle 2.10.0's commit message

Verified

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

…m/milestone/103)

Feature release (minor)

### 2.10.0

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

CI
--

 - [2721: Create website schema validation workflow](#2721) thanks to @SenseException
 - [2707: Bump doctrine/.github from 6.0.0 to 7.1.0](#2707) thanks to @dependabot[bot]

#### Bug

 - [2720: Keep proxy-manager by default](#2720) thanks to @GromNaN

#### Enhancement

 - [2711: Use short urls for all php.net links](#2711) thanks to @GromNaN
 - [2702: Improve query and aggregator classes](#2702) thanks to @alcaeus
 - [2700: Switch proxies to `LazyGhostTrait`](#2700) thanks to @GromNaN

#### dependencies

 - [2696: Ensure compatibility with persistence 4](#2696) thanks to @greg0ire

 - [2687: Support mapping time series collections](#2687) thanks to @alcaeus

2.9.2

Toggle 2.9.2's commit message

Verified

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

…/milestone/104)

2.9.x bugfix release (patch)

### 2.9.2

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

#### Bug

 - [2717: Relax final constraints on stage classes](#2717) thanks to @GromNaN
 - [2716: Fix discriminatorValue key 0](#2716) thanks to @parada85

CI
--

 - [2714: Install latest python version to fix CI](#2714) thanks to @alcaeus

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