|
1 |
| -## 1.2.0 (2013-XX-XX) |
| 1 | +## 1.3.0 (2014-11-28) |
| 2 | + |
| 3 | +Features: |
| 4 | + |
| 5 | +* add support for bundle namespace alias in the mapping compiler pass |
| 6 | +* Added support for server_version connection parameter |
| 7 | +* Added a way to enable auto_mapping option using multipe entity managers |
| 8 | + |
| 9 | +Bugfix: |
| 10 | + |
| 11 | +* Inlined the profiler picto images instead of getting from FrameworkBundle (where they are gone) |
| 12 | +* Remove duplicates in the list of mapped entities in the profile |
| 13 | +* Fixed the compatibility with PHP 5.3 (broken in 1.3.0-beta1) |
| 14 | + |
| 15 | +## 1.3.0-beta2 (2014-07-09) |
| 16 | + |
| 17 | +Feature: |
| 18 | + |
| 19 | +* add auto-commit DBAL configuration option |
| 20 | +* Use DoctrineCacheBundle to create cache drivers, supporting more configuration |
| 21 | +* Added sorting by time in DB panel |
| 22 | + |
| 23 | +Bugfix: |
| 24 | + |
| 25 | +* Fixed the compatibility of the DataCollector with Doctrine 2.4 (bug introduced in 1.3.0-beta1) |
| 26 | +* Fixed the exit code of commands on failure |
| 27 | +* Fixed the replacement of query parameters in the profiler |
| 28 | + |
| 29 | +## 1.3.0-beta1 (2014-01-26) |
| 30 | + |
| 31 | +Features: |
| 32 | + |
| 33 | +* Added option to configure entity listener resolver service |
| 34 | +* add compiler pass for bundles to register mappings |
| 35 | +* Added a button to expand/collapse all queries in the profiler |
| 36 | +* Added configuration for sharding |
| 37 | +* Added support for the new ways to generate proxies in Doctrine Common |
| 38 | +* Added configuration for the second-level cache |
| 39 | + |
| 40 | +Bugfix: |
| 41 | + |
| 42 | +* Removed deprecated call |
| 43 | +* fix drop and create command for connections with master slave configuration |
| 44 | +* Remove usage of deprecated Twig features |
| 45 | + |
| 46 | +## 1.2.0 (2013-03-25) |
2 | 47 |
|
3 | 48 | * Bumped the requirement to Symfony 2.2
|
4 | 49 | * Updated the profiler templates for Symfony 2.2
|
|
0 commit comments