8000 Tags · guilhermeblanco/orm · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: guilhermeblanco/orm

Tags

3.2.1

Toggle 3.2.1's commit message

Verified

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

…ne/162)

3.2.x bugfix release (patch)

### 3.2.1

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

#### Improvement

 - [11517: Fix deprecated array access usage](doctrine#11517) thanks to @derrabus

#### Bug

 - [11511: Add the proper void return type on the &doctrine#95;&doctrine#95;load method of proxies](doctrine#11511) thanks to @stof

2.19.6

Toggle 2.19.6's commit message

Verified

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

…one/160)

2.19.x bugfix release (patch)

### 2.19.6

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

#### Documentation

 - [11526: doc: Use modern array syntax in getting started](doctrine#11526) thanks to @GromNaN
 - [11493: fix(docs): use string value in `addAttribute`](doctrine#11493) thanks to @SamMousa
 - [11460: docs: update EntityManager#transactional to EntityManager#wrapInTransaction](doctrine#11460) thanks to @IndraGunawan

#### Static Analysis

 - [11513: Address doctrine/persistence 3.3.3 release](doctrine#11513) thanks to @greg0ire
 - [11467: Psalm 5.24.0](doctrine#11467) thanks to @derrabus
 - [11466: PHPStan 1.11.1](doctrine#11466) thanks to @derrabus

#### Improvement

 - [11509: Remove unneeded CS rule](doctrine#11509) thanks to @greg0ire

#### Bug

 - [11506: &doctrine#91;2.19.x&doctrine#93; Fetching entities with Composite Key Relations and null values](doctrine#11506) thanks to @michalbundyra
 - [11501: Fix OneToManyPersister::deleteEntityCollection missing discriminator column/value. (doctrineGH-11500)](doctrine#11501) thanks to @gitbugr
 - [11489: Replace assertion with exception](doctrine#11489) thanks to @greg0ire
 - [11475: Fix cloning entities](doctrine#11475) thanks to @nicolas-grekas
 - [11445: Consider usage of setFetchMode when checking for simultaneous usage of fetch-mode EAGER and WITH condition](doctrine#11445) thanks to @aprat84
 - [11194: Skip joined entity creation for empty relation (doctrine#10889)](doctrine#11194) thanks to @noemi-salaun

CI
--

 - [11490: ci: maintained and stable mariadb version (lts)](doctrine#11490) thanks to @grooverdan
 - [11484: Use ramsey/composer-install in PHPBench workflow](doctrine#11484) thanks to @greg0ire
 - [11442: Bump ramsey/composer-install from 2 to 3](doctrine#11442) thanks to @dependabot[bot]
 - [11441: Bump doctrine/.github from 3.0.0 to 5.0.1](doctrine#11441) thanks to @dependabot[bot]
 - [11440: Upgrade codecov/codecov-action](doctrine#11440) thanks to @greg0ire

#### Test Suite

 - [11465: Test with actual lock modes](doctrine#11465) thanks to @derrabus
 - [11463: Backport test for `Query::setLockMode()`](doctrine#11463) thanks to @derrabus

3.2.0

Toggle 3.2.0's commit message

Verified

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

…ne/153)

### 3.2.0

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

#### Improvement

 - [11472: Remove readonly modifier from EntityManager](doctrine#11472) thanks to @nicolas-grekas

#### Deprecation

 - [11470: Deprecate the NotSupported exception](doctrine#11470) thanks to @derrabus
 - [11468: Deprecate SequenceGenerator implementing Serializable](doctrine#11468) thanks to @derrabus
 - [11357: Deprecate obsolete and unnecessary properties from Table attribute (doctrine#11351)](doctrine#11357) thanks to @DaDeather
 - [11354: Deprecate --complete option of orm:schema-tool:update](doctrine#11354) thanks to @greg0ire

3.1.4

Toggle 3.1.4's commit message

Verified

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

…ne/161)

3.1.x bugfix release (patch)

### 3.1.4

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

#### Bug

 - [11464: Fix failed merge](doctrine#11464) thanks to @derrabus
 - [11462: Fix return type of `Query::getLockMode()` for DBAL 4](doctrine#11462) thanks to @derrabus
 - [11456: Using an integer as discriminator value with ORM v3](doctrine#11456) thanks to @prohalexey
 - [11425: Discriminator value could be an integer](doctrine#11425) thanks to @prohalexey

CI
--

 - [11444: Use ramsey/composer-install in PHPBench workflow](doctrine#11444) thanks to @greg0ire
 - [11439: Setup Dependabot](doctrine#11439) thanks to @greg0ire

3.1.3

Toggle 3.1.3's commit message

Verified

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

…ne/159)

### 3.1.3

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

2.19.5

Toggle 2.19.5's commit message

Verified

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

…one/158)

### 2.19.5

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

#### Bug

 - [11430: Fix deprecation layer of Doctrine\ORM\ORMException](doctrine#11430) thanks to @W0rma
 - [11428: Prevent creation of new MANAGED entity instance by reloading REMOVED entity from database](doctrine#11428) thanks to @xificurk
 - [11422: Bugfix: respect orderBy for fetch EAGER mode](doctrine#11422) thanks to @tomasz-ryba
 - [11101: fix: always cleanup in `AbstractHydrator::toIterable()`](doctrine#11101) thanks to @simPod

#### Test Suite

 - [11429: Remove unused test group](doctrine#11429) thanks to @SenseException

#### Documentation

 - [11420: fix(docs): typo](doctrine#11420) thanks to @tyteen4a03

3.1.2

Toggle 3.1.2's commit message

Verified

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

…ne/157)

### 3.1.2

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

#### Bug

 - [11415: Revert "SchemaValidator: Changing mapping of BIGINT to string|int"](doctrine#11415) thanks to @derrabus
 - [11399: SchemaValidator: Changing mapping of BIGINT to string|int](doctrine#11399) thanks to @ThomasLandauer

#### Documentation

 - [11413: docs: update PHP version in doc](doctrine#11413) thanks to @Nayte91

#### Static Analysis

 - [11408: Fix fromMappingArray definition](doctrine#11408) thanks to @VincentLanglet

2.19.4

Toggle 2.19.4's commit message

Verified

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

…one/156)

2.19.x bugfix release (patch)

### 2.19.4

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

#### Bug

 - [11414: Fix BIGINT validation](doctrine#11414) thanks to @derrabus

#### Static Analysis

 - [11407: Fix templated phpdoc return type](doctrine#11407) thanks to @VincentLanglet
 - [11389: Fix psalm errors: remove override of template type](doctrine#11389) thanks to @tantegerda1

#### Documentation

 - [11372: &doctrine#91;Documentation&doctrine#93; Query Result Formats](doctrine#11372) thanks to @ThomasLandauer

3.1.1

Toggle 3.1.1's commit message

Verified

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

…ne/152)

### 3.1.1

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

#### Bug

 - [11387: Fixed proxy initialization for EnumReflectionProperty](doctrine#11387) thanks to @valkars
 - [11370: Avoid another occurrence of ArrayAccess](doctrine#11370) thanks to @greg0ire
 - [11368: Avoid array access](doctrine#11368) thanks to @greg0ire

#### Documentation

 - [11383: Remove older versions from the docs](doctrine#11383) thanks to @SenseException

2.19.3

Toggle 2.19.3's commit message

Verified

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

…one/155)

2.19.x bugfix release (patch)

### 2.19.3

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

#### Test Suite

 - [11393: Set column length explicitly](doctrine#11393) thanks to @derrabus
 - [11391: Remove unused variable](doctrine#11391) thanks to @derrabus

#### Documentation

 - [11384: &doctrine#91;Documentation&doctrine#93; Removing "Doctrine Mapping Types" ...](doctrine#11384) thanks to @ThomasLandauer

#### Bug

 - [11380: &doctrine#91;doctrineGH-11185&doctrine#93; Bugfix: do not use collection batch loading for indexBy association](doctrine#11380) thanks to @beberlei

#### Improvement

 - [11376: Improve lazy ghost performance by avoiding self-referencing closure](doctrine#11376) thanks to @beberlei
0