Releases: doctrine/DoctrineBundle
1.12.3
Release 1.12.3
1.12.3
- Total issues resolved: 2
- Total pull requests resolved: 4
- Total contributors: 5
Bug
- 1100: Fix well known schema filter blacklist tables thanks to @bendavies
- 1099: Make manager registry resettable thanks to @alcaeus and @nicolas-grekas
- 1085: Allow non-scalar DBAL options thanks to @ostrolucky and @smurfy
Improvement
- 1095: Fix doctrine deprecations thanks to @ostrolucky
2.0.2
Release 2.0.2
This release switches the default character set to UTF-8 for all platforms (utf8mb4
on MySQL. If you need a different character set, please configure it accordingly.
2.0.2
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Improvement
2.0.1
Release 2.0.1
This release fixes a cache issue affecting dev
and test
environments. Due to the nature of the bug fix, this release may cause a performance regression in production environments. When upgrading to this release, please ensure that you have configured caches for your prod
environment. You can see an example configuration in the Symfony Flex recipe.
2.0.1
- Total issues resolved: 1
- Total pull requests resolved: 1
- Total contributors: 2
Improvement
Bug
1.12.2
Release 1.12.2
1.12.2
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Bug
1.12.1
Release 1.12.1
This release fixes a cache issue affecting dev
and test
environments. Due to the nature of the bug fix, this release may cause a performance regression in production environments. When upgrading to this release, please ensure that you have configured caches for your prod
environment. You can see an example configuration in the Symfony Flex recipe.
1.12.1
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 2
Improvement
Bug
2.0.0
1.12.0
Release 1.12.0
1.12.0
- Total issues resolved: 1
- Total pull requests resolved: 5
- Total contributors: 5
Improvement
- 1059: Add number-aware underscore naming strategy thanks to @alcaeus and @garak
- 1058: Use XMLBundle in container tests thanks to @alcaeus
- 1055: [DoctrineDataCollector] Handle runnable flag thanks to @fancyweb
- 1054: Fix deprecation failures around doctrine:mapping:import command thanks to @ostrolucky
- 1052: Deprecated alias for common interfaces thanks to @maxhelias
2.0.0-Beta1
2.0.0-Beta1
- Total issues resolved: 1
- Total pull requests resolved: 10
- Total contributors: 4
Improvement
- 1050: Restore autowiring alias for ManagerRegistry thanks to @nicolas-grekas
- 1048: Remove aliases for common interfaces thanks to @alcaeus and @kimhemsoe
- 1047: Fix compat with Symfony 5 after a recent deprecation thanks to @nicolas-grekas
- 1041: [2.0] Remove deprecated entity generation command thanks to @alcaeus
- 1040: [2.0] Require latest version of doctrine/dbal thanks to @alcaeus
- 1032: Remove deprecated features thanks to @alcaeus
- 1029: [2.0] Drop support for DoctrineCacheBundle thanks to @alcaeus
- 1026: Remove deprecated functionality from DoctrineCommand thanks to @derrabus
- 1001: [2.0] No longer implement deprecated RegistryInterface thanks to @alcaeus
- 975: Allow Symfony 5.0 thanks to @nicolas-grekas
1.12.0-Beta1
1.12.0-Beta1
- Total issues resolved: 1
- Total pull requests resolved: 22
- Total contributors: 11
Improvement
- 1049: Add new service alias for manager registry thanks to @alcaeus
- 1042: Sort composer.json thanks to @simPod
- 1028: Load messenger services independently from ORM layer thanks to @alcaeus
- 1025: Require php-7.4-friendly version of Twig thanks to @greg0ire
- 1024: Update .travis.yml thanks to @Klizzy
- 1017: drop jobs for no longer supported Symfony versions thanks to @xabbuh
- 1016: ensure compatability with Symfony 4.4 thanks to @xabbuh
- 1015: Always register ImportDoctrineCommand thanks to @MatTheCat
- 1009: Fix parameter names to be consistent with Symfony method declaration thanks to @alcaeus
- 1008: Fix deprecations from Symfony 4.4 thanks to @alcaeus
- 1007: Use EXPLAIN QUERY PLAN on SQLite thanks to @MatTheCat
- 1000: Ignore deprecation for RegistryInterface thanks to @alcaeus
- 999: [EntityListenerPass] Handle ChildDefinition thanks to @fancyweb
- 998: Fix workaround for missing getProjectDir method thanks to @alcaeus
- 996: Fix build failures in combination with Symfony 4.4 and newer thanks to @alcaeus
- 989: [EntityListener] Fallback on __invoke method if it exists thanks to @fancyweb
- 981: Deprecate configuring caches through DoctrineCacheBundle thanks to @alcaeus
Feature
- 1043: Adding support for DoctrineClearEntityManagerWorkerSubscriber thanks to @weaverryan
- 1037: Filter out well-known Symfony tables from DBAL schema migrations thanks to @nicolas-grekas
- 980: Register DoctrineClearEntityManagerMiddleware as a service thanks to @Koc
Documentation
1.11.2
1.11.2
- Total issues resolved: 1
- Total pull requests resolved: 2
- Total contributors: 3