Releases: doctrine/DoctrineBundle
Releases · doctrine/DoctrineBundle
2.13.0
Release Notes for 2.13.0
Feature release (minor)
2.13.0
- Total issues resolved: 0
- Total pull requests resolved: 4
- Total contributors: 4
Feature
- 1813: Add support for configuring the identity generation preferences thanks to @stof
- 1802: Enable to set custom TypedFieldMapper; thanks to @jifer
- 1739: Register the idle connection listener thanks to @alli83
Improvement
2.12.1
Release Notes for 2.12.1
2.12.x bugfix release (patch)
2.12.1
- Total issues resolved: 1
- Total pull requests resolved: 5
- Total contributors: 4
Bug
- 1819: Use references for connection middlewares thanks to @ostrolucky
- 1784: Fix db drop and schema create commands with default_dbname option thanks to @ostrolucky and @TamasSzigeti
Documentation
Improvement
2.12.0
Release Notes for 2.12.0
Feature release (minor)
2.12.0
- Total issues resolved: 0
- Total pull requests resolved: 7
- Total contributors: 5
Improvement
- 1773: make "use_savepoints = true" no-op with DBAL 4 thanks to @dmaicher
- 1771: Avoid falling back on autoload rule more than necessary thanks to @greg0ire
- 1764: Change type hint from
Registry
toManagerRegistry
inProfilerController
thanks to @priyadi - 1762: Deprecate not setting doctrine.orm.controller_resolver.auto_mapping thanks to @bobvandevijver
- 1760: Update priority of built-in middleware thanks to @l-vo
Bug
-
1770: Override Bundle::getPath() thanks to @greg0ire
2.11.4
Release Notes for 2.11.4
2.11.x bugfix release (patch)
2.11.4
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Bug
2.11.3
Release Notes for 2.11.3
2.11.x bugfix release (patch)
2.11.3
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Bug
2.11.2
Release Notes for 2.11.2
2.11.x bugfix release (patch)
2.11.2
- Total issues resolved: 0
- Total pull requests resolved: 5
- Total contributors: 4
Bug
-
1748: Fix the JS code in the profiler panel for Symfony 7 thanks to @stof
-
1747: fix: replace classutils with doctrine/orm version thanks to @Ahummeling
Documentation
Improvement
2.11.1
Release Notes for 2.11.1
2.11.x bugfix release (patch)
2.11.1
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 2
Bug
Improvement
2.11.0
Release Notes for 2.11.0
Feature release (minor)
2.11.0
- Total issues resolved: 0
- Total pull requests resolved: 12
- Total contributors: 7
Documentation
- 1726: Prepare the 2.11.0 release thanks to @derrabus
Improvement
- 1723: Doctrine CS 12 thanks to @derrabus
- 1720: drop unused BacktraceLogger thanks to @dmaicher
- 1715: removing doctrine_schema_subscriber if doctrine-messenger is not installed thanks to @oleg-andreyev
- 1713: mark DoctrineMetadataCacheWarmer final + add $buildDir arg thanks to @dmaicher
- 1711: fix tests with Symfony 7 due to Annotation support removal thanks to @dmaicher
- 1707: DBAL 4 compatibility thanks to @dmaicher
- 1692: Add Symfony 7 support thanks to @ostrolucky
Feature
- 1722: Compatibility with ORM 3 thanks to @derrabus
- 1721: Extend dbal config and extension for result cache thanks to @chr-hertel
- 1714: Add support for disabling type comments in the schema thanks to @stof
- 1676: Add a
priority
attribute ondoctrine.middleware
tag and#[AsMiddleware]
attribute thanks to @Okhoshi
2.10.3
Release Notes for 2.10.3
2.10.x bugfix release (patch)
2.10.3
- Total issues resolved: 0
- Total pull requests resolved: 4
- Total contributors: 3
CI & Test Suite
- 1725: Fix move of CodeExtension thanks to @chr-hertel
- 1701: Don't mock the service container thanks to @derrabus
- 1724: Bump CI workflows thanks to @derrabus
- 1708: add CI build for just DBAL without ORM thanks to @dmaicher
2.10.2
Release Notes for 2.10.2
2.10.x bugfix release (patch)
2.10.2
-
Total issues resolved: 0
-
Total pull requests resolved: 4
-
Total contributors: 4
-
1694: Add missing
reportFieldsWhereDeclared
field parameter to DoctrineOrmMappingsPass methods thanks to @jdecool -
1688: Add psalm and phpcs files to .gitattributes thanks to @VincentLanglet