Releases: doctrine/DoctrineBundle
1.11.2
1.11.2
- Total issues resolved: 1
- Total pull requests resolved: 2
- Total contributors: 3
Bug
1.11.1
1.11.1
- Total issues resolved: 1
- Total pull requests resolved: 4
- Total contributors: 5
Bug
- 968: Skip generating link for backtrace record with missing file, fixes #967 thanks to @ostrolucky and @bambucha4
- 966: Fix schema filters thanks to @bendavies
- 965: Wiring of the new PropertyAccessExtractor thanks to @dunglas
- 964: Fix non existent service when using symfony cache pools thanks to @deguif
1.11.0
1.11.0
- Total issues resolved: 3
- Total pull requests resolved: 21
- Total contributors: 13
Documentation
- 963: Add upgrade files thanks to @alcaeus
Bug
Feature
- 956: ping/close connection middleware services thanks to @insidestyles
- 954: [Profiling] Add query backtrace data thanks to @ottaviano
- 948: Add symfony cache pool support thanks to @alcaeus
- 944: Wire messenger transport factory thanks to @alcaeus
- 939: Add support for validator auto-mapping thanks to @dunglas
- 938: Wire the validator metadata factory thanks to @dunglas
- 899: [Entity Listeners] always lazy load via ServiceLocator thanks to @dmaicher
- 722: Show trace for database queries thanks to @aik099
Improvement
- 962: Linkify backtrace callstack thanks to @ostrolucky
- 961: Test against Symfony 4.3 beta thanks to @alcaeus
- 955: Add new pool option to XSD thanks to @alcaeus
- 947: Deprecate type comment attribute from configuration thanks to @alcaeus
- 946: Add deprecation notices for container in DoctrineCommand thanks to @alcaeus
- 935: Removing deprecated call to Configuration::setSchemaAssetsFilter() + extendable thanks to @weaverryan
- 932: Updated doctrine/coding-standard to 6.0 thanks to @patrickjahns
- 929: Use namespaced Twig thanks to @rosier
- 928: Drop support for Symfony < 3.4 thanks to @rosier
- 924: remove useless phpdoc thanks to @OskarStark
- 923: fix php doc thanks to @OskarStark
- 922: remove OTV thanks to @OskarStark
- 905: CI: Use Ubuntu 16.04 thanks to @carusogabriel
- 892: Drop support for PHP < 7.1 and Symfony < 3.4 thanks to @alcaeus
1.10.3
1.10.3
- Total issues resolved: 0
- Total pull requests resolved: 3
- Total contributors: 2
Improvement
- 943: [1.10] Don't fail build for the 3 known Twig deprecations thanks to @alcaeus
- 920: Test against PHP 7.4snapshot instead of nightly (8.0) thanks to @alcaeus
Bug
- 927: Fix php doc block thanks to @rosier
1.10.2
1.10.2
- Total issues resolved: 3
- Total pull requests resolved: 8
- Total contributors: 9
Improvement
- 919: provide better error when doctrine/orm is missing thanks to @xabbuh
- 904: Remove superflous if in catch thanks to @davidmaes
Bug
- 917: Detect doctrine bridge version thanks to @greg0ire
- 915: Don't rewrite defaultTableOptions in sharded or master/slave connections thanks to @alcaeus and @Spawnrad
Documentation
- 913: Added some missing contents to an XML config sample thanks to @javiereguiluz
- 912: Updated the value of path option to match the official recipe thanks to @javiereguiluz
- 910: Made entity listener documentation less ambiguous thanks to @romaricdrigon
- 906: Update examples in entity listeners documentation thanks to @YetiCGN
- 457: Entity Listener documentation is incomplete thanks to @fredcooper
1.10.1
1.10.1
- Total issues resolved: 0
- Total pull requests resolved: 5
- Total contributors: 5
Documentation
- 897: Format code samples properly thanks to @greg0ire
- 891: update broken link thanks to @vladyslavstartsev
Bug
1.10.0
Symfony 4.2 support
- Fix explaining queries #802
- Fix small typo #826
- Refactor commands to avoid wrong output #827
- fix schema_filter example value #837
- Complete example #839
- [Messenger] Wire the transaction middleware factory when component is enabled #817
- Describe the actual command #852
- Upgrade to the maintained version of the coveralls SDK #854
- Typo in the CreateDatabaseDoctrineCommand InvalidArgumentException #862
- Support user defined repositories #857
- Move doctrine:query:sql command to dbal.xml #864
- Fix deprecation for symfony/config 4.2+ #853
- Apply Doctrine CS v5 #855
- Fix handling of lazy entity listeners #849
- Fix PHP 5.6+only syntax that breaks the Symfony CI #869
- Better error message when missing entity mapping #825
- Inject the EntityManager instead of the factory in DoctrineExtractor #832
- Remove legacy workarounds for Messenger integration #872
- Fix Symfony 4.2 deprecations, and Travis build #876
- Add PostgreSQL SSL options support #829
- Port commands for Symfony 4.2 (follows #876) #877
- Enhancement: Use SVG badge for Travis CI build status #871
- Add missing default_dbname configuration option #835
1.9.1 Revert BC break with autowiring Aliases
This patch release fixes a BC break in 1.9.0. In 1.9.0, the autowiring aliases for ManagerRegistry
and ObjectManager
were removed. These have been added back in #805.
1.9.0
Eureka! A new DoctrineBundle release! 🏆
Important Notes:
- This bumps the minimum
doctrine/orm
requirement from 2.3 to 2.4. ManagerRegistry
andObjectManager
can no longer be used for autowiring. See below.
Highlights ⭐️
#740 [BC Change] Removal of ManagerRegistry
and ObjectManager
as autowirable aliases.
Use RegistryInterface
or EntityManagerInterface
instead, respectively. Thanks
to @alcaeus.
#767 Fixed a bug with doctrine:database:drop --if-exists
when using the URL
option for the database connection information, like is done in Symfony 4.
Thanks to @Nijusan
#801 Fixed a bug that required the EntityManager
class instead of the
EntityManagerInterface
. Thanks to @Basster.
#791 Allowed the doctrine:mapping:import
command to be used to import mapping
from a namespace (instead of only a bundle). Thanks to @weaverryan.
#790 Deprecated doctrine:generate:entities
. Thanks to @weaverryan.
1.8.1
Total issues resolved: 2