Skip to content

Releases: doctrine/DoctrineBundle

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.

1.5.1

22 Sep 09:07
Compare
Choose a tag to compare

Bugfix:

  • Fixed the JS expanding all queries in the profiler in case of multiple connections
  • Fixed the retrieval of the namespace in DisconnectedMetadataFactory
  • Changed the composer constraint to allow Symfony 3.0 for people wanting to do early testing

1.5.0

28 May 12:28
Compare
Choose a tag to compare

Features:

  • Added the possibility to configure the quote strategy in the configuration
  • Improved the rendering of the query explanation for Postgres
  • Added support for tagging entity listeners, without the need to map the listener

Bugfix:

  • Fixed the serverVersion configuration for master slave connections
  • Fixed the enabling of the profiler to avoid automatically enabling the logger
  • Fixed the detection of existing databases when quoted names are used
  • Fixed the profiler template when having a manager without any loaded metadata

1.4.0

28 Feb 11:06
Compare
Choose a tag to compare

Features:

  • Added the --if-not-exists option in the doctrine:database:create command
  • Added the --if-exists option in the doctrine:database:drop command
  • Add the support for the url DBAL setting
  • Added profiling ability for SQL Server

Bugfix:

  • Fixed the cache configuration when using cache_provider
  • Removed usage of deprecated DI features when using Symfony 2.6+
  • Close connections and clear managers on shutdown. This avoids leaking connections in tests.
  • Added an exception when the ORM layer is configured but not DBAL