Skip to content

Releases: doctrine/DoctrineBundle

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

1.6.6

07 Jan 21:49
Compare
Choose a tag to compare
Merge pull request #606 from ickbinhier/patch-1

add twig/twig version 2.0

1.6.4 Release

10 Aug 15:43
Compare
Choose a tag to compare
  • Add --shard option to doctrine commands #456
  • Add doctrine:database:import command to load SQL files #546
  • Removed "Not quoting a scalar starting with the "%" indicator charact… #550
  • Add apcu configuration option in docs #552
  • Set doctrine.orm.entity_manager.abstract as lazy #559

1.6.3 Release

01 Jun 21:55
Compare
Choose a tag to compare
  • Fix count break on queries list for profiler #518
  • Adding the connectstring and instancename param of oracle #531
  • Highlight query count box according to the db toolbar icon status #533
  • Add global metrics on top of Doctrine page #534
  • Register the PropertyInfo extractor from the Symfony Bridge #502

1.6.2 Release

08 Feb 13:13
Compare
Choose a tag to compare
  • Fix creating sqlite database #483
  • Fix ghost item in toolbar when no query #503
  • Fix small typo #507
  • Add support to set PostgreSQL sslrootcert #497
  • Add support to set PostgreSQL application_name #386
  • Fixed incorrect link text after clicking on it #509
  • Implement ContainerAwareInterface in ProfilerController #505

1.6.1 Release

01 Dec 13:50
Compare
Choose a tag to compare

Fixed issue with Sqlite DB creation

1.6.0 Release

04 Nov 21:37
Compare
Choose a tag to compare
Merge pull request #434 from KingCrunch/remove-dbname-createdatabase

create:database fails, when dbname is set via URL

1.5.2

22 Sep 09:07
Compare
Choose a tag to compare

Security:

  • Fix Security Misconfiguration Vulnerability, allowing potential local arbitrary code execution.