Skip to content

Releases: doctrine/DoctrineBundle

1.11.2

04 Jun 08:06
1.11.2
28101e2
Compare
Choose a tag to compare

1.11.2

  • Total issues resolved: 1
  • Total pull requests resolved: 2
  • Total contributors: 3

Bug

1.11.1

14 May 07:15
1.11.1
09a3841
Compare
Choose a tag to compare

1.11.0

10 May 18:30
1.11.0
6e15d2d
Compare
Choose a tag to compare

1.11.0

  • Total issues resolved: 3
  • Total pull requests resolved: 21
  • Total contributors: 13

Documentation

Bug

Feature

Improvement

1.10.3

10 May 18:30
1.10.3
907dafe
Compare
Choose a tag to compare

1.10.3

  • Total issues resolved: 0
  • Total pull requests resolved: 3
  • Total contributors: 2

Improvement

Bug

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