- Bumped the requirement to Symfony 2.2
- Updated the profiler templates for Symfony 2.2
- Added syntax highlighting for queries in teh profiler
- Added the validation of the mapping in the profiler panel
- Added return codes for doctrine:database:[create|drop] commands
- Removed the mysql charset hack for 5.3.6+ as PDO has been fixed
- Implement "keep_slave"/"keepSlave" configuration
- Added missing Redis cache class mapping.
- Fixed the XSD schema for the configuration.
- Added support for schema assets filter configuration
- integrate naming_strategy into config
- Add support for targetEntity resolving through the ORM 2.2 listener.
- Fixed quote database name in doctrine:database:create and doctrine:database:drop commands
- added a way to use cache services
- Added a way to configure the default entity repository class
- Added the support for SQL filters
- Removed the InfoCommand and proxy the ORM command instead
- Made the ORM fully optional by avoiding breaking the console
- Added support for master_slave connections
- Fixed xml config for proxy parameters
- Fixes doctrine:generate:entities when called with the --path argument
- Added missing Memcached cache driver
- Fix memory leak in Doctrine Autoload Proxy Magic
- adds lazy-loading event manager, improved listener registration
- Added a configuration setting for commented types
- Fixed bug with MetadataFactory having problem when the StaticReflection is used.
- Added the possibility to explain queries in the profiler
- Splitted the configuration for the logging and the profiling of the connection
- [BC break] Changed the namespace from Symfony\Bundle to Doctrine\Bundle
- Enhance error reporting during mapping validation when nested exceptions occur.
- Add DoctrineValidationPass to load validation files conditionally
- Moved the entity provider service to DoctrineBundle
- Added Stopwatch support in debug mode to integrate in the profiler timeline
- Removed the IndexedReader
- Added the implementation of the ManagerRegistry to replace the symfony 2.0 registry
- Added access to Doctrine's ValidateSchema command from the console. See symfony/symfony#2200.
- Extracted the bundle from Symfony 2.0