Skip to content

Releases: doctrine/DoctrineBundle

1.10.2

08 Feb 07:03
1.10.2
1f99e66
Compare
Choose a tag to compare

1.10.1

07 Jan 17:23
1.10.1
98551d7
Compare
Choose a tag to compare

1.10.1

  • Total issues resolved: 0
  • Total pull requests resolved: 5
  • Total contributors: 5

Documentation

Bug

1.10.0

30 Nov 14:59
82d2c63
Compare
Choose a tag to compare

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

19 Apr 14:09
703fad3
Compare
Choose a tag to compare

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

18 Apr 17:48
b2754fd
Compare
Choose a tag to compare

Eureka! A new DoctrineBundle release! 🏆

Important Notes:

  1. This bumps the minimum doctrine/orm requirement from 2.3 to 2.4.
  2. ManagerRegistry and ObjectManager 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

25 Nov 09:06
Compare
Choose a tag to compare

1.8.0

24 Nov 14:33
8b462d9
Compare
Choose a tag to compare

1.7.0

11 Aug 09:32
Compare
Choose a tag to compare
  • [Webprofiler] Improve SQL explain table display #681
  • Enhance exception message #677
  • Fix section title markup #680
  • Improvement to IDE-friendliness when 'wrapper_class' option is used #663
  • Bump master to 1.7.x #669
  • Require PHP 7.1 #668

1.6.8

23 May 13:45
Compare
Choose a tag to compare
  • Fix twig requirement constraint #614
  • Add return to ensure prodution settings comand to get exit status of command #615
  • Testing on php nightly too #624
  • Separating concerns #625
  • Enable doctrine:database:import command without ORM installed #622
  • Fix an issue were some commented type #623
  • Add aliases to help autowiring #640
  • Remove legacy code from DoctrineExtension #648
  • Remove legacy mysql charset code from DI #651
  • Fix exception "A non-numeric value encountered" in PHP 7.1 #653
  • ie11: fix icon.svg width #661
  • Allow Symfony 4.0 #662

1.6.7

22 Jan 23:41
Compare
Choose a tag to compare

Thanks to the contributors.
All the change of this release are included down bellow.

Fixed