-
3.5.0d9ea4a54 · ·
### Release Notes for [3.5.0](https://github.com/doctrine/common/milestone/62) Feature release (minor) ### 3.5.0 - Total issues resolved: **0** - Total pull requests resolved: **2** - Total contributors: **2** #### Improvement - [1022: Add doctrine/persistence v4 support](https://github.com/doctrine/common/pull/1022) thanks to @toniperic - [1002: Deprecate all symbols in the Doctrine\Common\Proxy namespace](https://github.com/doctrine/common/pull/1002) thanks to @nicolas-grekas
-
3.4.56c8fef96 · ·
### Release Notes for [3.4.5](https://github.com/doctrine/common/milestone/66) ### 3.4.5 - Total issues resolved: **0** - Total pull requests resolved: **3** - Total contributors: **3** #### Bug - [1016: Add PHP 8.4 support](https://github.com/doctrine/common/pull/1016) thanks to @beberlei CI -- - [1015: Bump doctrine/.github from 5.0.1 to 5.1.0](https://github.com/doctrine/common/pull/1015) thanks to @dependabot[bot] - [1013: Setup dependabot for Github Actions](https://github.com/doctrine/common/pull/1013) thanks to @greg0ire
-
3.4.40aad4b7a · ·
### Release Notes for [3.4.4](https://github.com/doctrine/common/milestone/65) ### 3.4.4 - Total issues resolved: **0** - Total pull requests resolved: **4** - Total contributors: **3** #### Bug - [1011: Generate explicit nullable types for proxies](https://github.com/doctrine/common/pull/1011) thanks to @nicolas-grekas #### Improvement - [1004: Add doctrine-project.json to .gitattributes](https://github.com/doctrine/common/pull/1004) thanks to @VincentLanglet - [1003: Add phpstan.neon.dist and psalm.xml to .gitattributes](https://github.com/doctrine/common/pull/1003) thanks to @VincentLanglet - [996: Add missing strict parameter to in_array](https://github.com/doctrine/common/pull/996) thanks to @deguif
-
3.4.38b5e5650 · ·
### Release Notes for [3.4.3](https://github.com/doctrine/common/milestone/64) 3.4.x bugfix release (patch) ### 3.4.3 - Total issues resolved: **0** - Total pull requests resolved: **2** - Total contributors: **2** #### Bug - [993: Don't allow generating proxies for readonly classes](https://github.com/doctrine/common/pull/993) thanks to @nicolas-grekas - [991: Fix nullable union type identifier lazy load](https://github.com/doctrine/common/pull/991) thanks to @deguif
-
3.4.2609c3a7b · ·
### Release Notes for [3.4.2](https://github.com/doctrine/common/milestone/63) 3.4.x bugfix release (patch) ### 3.4.2 - Total issues resolved: **1** - Total pull requests resolved: **1** - Total contributors: **2** #### Bug - [989: Use var_export for scalar default values](https://github.com/doctrine/common/pull/989) thanks to @malarzm and @ampaze
-
3.4.1616d5fca · ·
### Release Notes for [3.4.1](https://github.com/doctrine/common/milestone/61) 3.4.x bugfix release (patch) ### 3.4.1 - Total issues resolved: **1** - Total pull requests resolved: **2** - Total contributors: **3** #### Bug - [985: Fix consts in default values](https://github.com/doctrine/common/pull/985) thanks to @malarzm and @kissifrot #### Improvement - [981: Fix build with slevomat/coding-standard 8](https://github.com/doctrine/common/pull/981) thanks to @derrabus