Skip to content

Releases: doctrine/DoctrineBundle

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

Version 1.3.0 Release

01 Dec 15:46
Compare
Choose a tag to compare

Stof finally did what i failed to do. See changelog for list of changes.

Version 1.3.0 Beta 2 Released!

28 Jul 22:49
Compare
Choose a tag to compare
Pre-release

Long overdue beta2, we hope to release a stable version in a very short time.

Version 1.3.0 Beta 1 Released!

27 Jan 04:56
Compare
Choose a tag to compare
Pre-release

After 10 months of work, and lots of new features added, we're proud to announce the immediate availability of DoctrineBundle 1.3.0 Beta 1 containing many improvements.