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