Tags: pepeh/mongodb-odm
Tags
### Release Notes for [2.2.2](https://github.com/doctrine/mongodb-odm… …/milestone/69) 2.2.x bugfix release (patch) ### 2.2.2 - Total issues resolved: **2** - Total pull requests resolved: **6** - Total contributors: **7** #### Bug - [2353: allow to reset hydration setting for Aggregation](doctrine#2353) thanks to @IonBazan - [2351: Fix missing hint query option during find](doctrine#2351) thanks to @TimoBakx and @hmatanock - [2334: Fix handling of upserts during scheduling for deletion](doctrine#2334) thanks to @webmozart - [2318: Fix wrong handling for nullable fields in upsert and update](doctrine#2318) thanks to @alcaeus and @wuchen90 - [2307: Allow mixed value in $not operator](doctrine#2307) thanks to @franmomu #### Task - [2319: &doctrine#91;2.2&doctrine#93; Fix builds](doctrine#2319) thanks to @alcaeus
### Release Notes for [2.2.1](https://github.com/doctrine/mongodb-odm… …/milestone/67) ### 2.2.1 - Total issues resolved: **7** - Total pull requests resolved: **11** - Total contributors: **10** #### Bug - [2302: Fix errors with nullable typed associations](doctrine#2302) thanks to @alcaeus and @webmozart - [2300: Fix using null values in partial filter expressions](doctrine#2300) thanks to @alcaeus and @GregRbs92 - [2299: Fix query preparation when in elemMatch](doctrine#2299) thanks to @alcaeus - [2298: Fix preparation of $elemMatch operators in queries](doctrine#2298) thanks to @alcaeus - [2297: Fix mapping of the nullable option for XML driver](doctrine#2297) thanks to @wuchen90 - [2295: XML mapping doesn't take account of the attribute `nullable` for embedded document](doctrine#2295) thanks to @wuchen90 - [2294: Correctly handle write concern specified in defaultCommitOptions](doctrine#2294) thanks to @ossinkine - [2290: Fix invalid strict comparison when validating mappings](doctrine#2290) thanks to @alcaeus and @dominikzogg - [2281: Fix locking when ClassMetadata is unserialized](doctrine#2281) thanks to @buffcode #### Documentation - [2285: Update working-with-objects.rst](doctrine#2285) thanks to @jeeiex - [2284: Fix documentation for uploadFromFile](doctrine#2284) thanks to @rrajkomar #### Task - [2275: Allow PrettyVersion 2](doctrine#2275) thanks to @Jean85
### Release Notes for [2.2.0](https://github.com/doctrine/mongodb-odm… …/milestone/63) ### 2.2.0 - Total issues resolved: **3** - Total pull requests resolved: **11** - Total contributors: **6** #### Bug - [2271: Deprecate mapping relations with targetDocument and discriminatorMap](doctrine#2271) thanks to @alcaeus #### Task - [2270: Bump doctrine/coding-standard follow up](doctrine#2270) thanks to @malarzm - [2269: Update doctrine/coding-standard](doctrine#2269) thanks to @malarzm - [2248: Provide initial compatibility with PHP 8](doctrine#2248) thanks to @alcaeus and @rieschl #### Feature - [2264: add sort param to findOneBy with test](doctrine#2264) thanks to @malarzm - [2263: Add support for PHP 8.0 types in custom collection](doctrine#2263) thanks to @malarzm - [2226: Support OrderBy / Sort for DocumentRepository findOneBy()](doctrine#2226) thanks to @nottoohigh - [2211: Introduce aggregation API to replicate query API](doctrine#2211) thanks to @alcaeus #### Enhancement - [2249: Use symfony/deprecation-contracts to announce deprecations in code](doctrine#2249) thanks to @alcaeus - [2229: Add psalm](doctrine#2229) thanks to @franmomu #### Documentation,Task - [2235: Document class-level Index annotations and deprecate other ways of specifying them](doctrine#2235) thanks to @malarzm #### Documentation - [2232: Fix links to mongodb manual](doctrine#2232) thanks to @idetox
### Release Notes for [2.1.3](https://github.com/doctrine/mongodb-odm… …/milestone/64) ### 2.1.3 - Total issues resolved: **2** - Total pull requests resolved: **9** - Total contributors: **7** #### Bug - [2261: Handle void return type in custom collection's methods](doctrine#2261) thanks to @malarzm and @Lewiatan - [2260: Added missing check for order of compound keys](doctrine#2260) thanks to @cgrabenstein - [2244: Fix trigger&doctrine#95;error level when deprecated type is used](doctrine#2244) thanks to @rieschl #### Task - [2240: Remove phpstan error formatter](doctrine#2240) thanks to @franmomu - [2239: Assert array value is an instance of the key ](doctrine#2239) thanks to @malarzm - [2231: Update PHPStan](doctrine#2231) thanks to @franmomu - [2230: Move phpcs to Github actions](doctrine#2230) thanks to @franmomu #### Documentation - [2223: Document requirement on PHP extension](doctrine#2223) thanks to @greg0ire - [2221: Remove safe index option from documentation](doctrine#2221) thanks to @alcaeus
Release [2.1.2](https://github.com/doctrine/mongodb-odm/milestone/61) 2.1.2 ===== - Total issues resolved: **4** - Total pull requests resolved: **4** - Total contributors: **8** Bug --- - [2205: Stop type conversion for certain keys in query](doctrine#2205) thanks to @malarzm and @CedrickOka - [2202: Add missing parent::configure() call](doctrine#2202) thanks to @theyough Task ---- - [2204: Allow doctrine/persistence 2.x](doctrine#2204) thanks to @fruitwasp - [2197: Support doctrine/persistence v2](doctrine#2197) thanks to @ondrejmirtes - [2192: Better `convertToDatabaseValue`](doctrine#2192) thanks to @alanpoulain
Release [2.1.1](https://github.com/doctrine/mongodb-odm/milestone/60) 2.1.1 ===== - Total issues resolved: **0** - Total pull requests resolved: **1** - Total contributors: **1** Bug --- - [2189: Fix prepareQueryOrNewObj with object values](doctrine#2189) thanks to @alanpoulain
Release [2.1.0](https://github.com/doctrine/mongodb-odm/milestone/47) 2.1.0 ===== - Total issues resolved: **8** - Total pull requests resolved: **13** - Total contributors: **6** Enhancement ----------- - [2188: Typed properties support](doctrine#2188) thanks to @malarzm and @josefsabl - [2116: Provide rewindable option to Aggregation and Query builders/queries](doctrine#2116) thanks to @Steveb-p - [2011: &doctrine#91;2.1&doctrine#93; Deprecate AbstractIdGenerator](doctrine#2011) thanks to @malarzm Feature ------- - [2186: Append ODM version info to driver metadata](doctrine#2186) thanks to @alcaeus - [2166: Views](doctrine#2166) thanks to @alcaeus - [2128: Add Decimal128 type](doctrine#2128) thanks to @malarzm and @alcaeus - [2118: Add DateImmutable type](doctrine#2118) thanks to @malarzm - [2103: No ability to query by custom mapping types](doctrine#2103) thanks to @petr-buchin Task ---- - [2185: Favour int over int&doctrine#95;id](doctrine#2185) thanks to @malarzm - [2184: Introduce Versionable interface](doctrine#2184) thanks to @malarzm - [2183: Favour bool and int over boolean and integer](doctrine#2183) thanks to @malarzm - [2127: More tests for date&doctrine#95;immutable type](doctrine#2127) thanks to @malarzm - [2126: Merge release 2.0.3 into master](doctrine#2126) thanks to @doctrinebot Documentation ------------- - [2081: Move custom type to a separate chapter](doctrine#2081) thanks to @malarzm
Release [2.0.6](https://github.com/doctrine/mongodb-odm/milestone/58) 2.0.6 ===== - Total issues resolved: **1** - Total pull requests resolved: **2** - Total contributors: **2** - [2187: Merge release 1.3.7 into 2.0.x](doctrine#2187) thanks to @doctrinebot Bug --- - [2160: Bug/2157 Test (and fix) Facet's aggregation pipeline with DiscriminatorMap documents](doctrine#2160) thanks to @Ludo444
Release [1.3.7](https://github.com/doctrine/mongodb-odm/milestone/57) 1.3.7 ===== - Total issues resolved: **0** - Total pull requests resolved: **4** - Total contributors: **4** Bug --- - [2172: Alias for Lookup with Relationship](doctrine#2172) thanks to @josemiguelq Documentation ------------- - [2164: Chaged the Text Search docs on language](doctrine#2164) thanks to @Alfro - [2158: Typo in introduction](doctrine#2158) thanks to @solcik Task ---- - [2159: Deprecation and forward compat for flush](doctrine#2159) thanks to @malarzm
Release [2.0.5](https://github.com/doctrine/mongodb-odm/milestone/56) 2.0.5 ===== - Total issues resolved: **0** - Total pull requests resolved: **1** - Total contributors: **1** Task ---- - [2155: Bump doctrine/persistence](doctrine#2155) thanks to @malarzm
PreviousNext