-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCHANGELOG
106 lines (77 loc) · 3.51 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
3.10.0 (2025-03-14):
* Feature: Allow complex types to be handled by symfony/serializer if available
* Feature: Leverage dependency injection for Serializers
* Fix: Profiler tab was broken in some case
* Enhancement: Better looking profiling tab
3.9.0 (2025-01-17):
* Feature: (SF6.2+) Supports automatic value resolving in controllers (with or without MapEntity), see [https://github.com/symfony/symfony/blob/7.2/src/Symfony/Bridge/Doctrine/ArgumentResolver/EntityValueResolver.php](Doctrine Bridge)
* Feature: supports serializer options in attributes
* Feature: Support UserProvider
* The constraint "UniqueEntity" can now be used with an attribute on your class
3.8.2 (2025-01-09):
* Fix: better detection for Uuid subclasses in autowiring
3.8.1 (2025-01-06):
* PHP 8.4: Implicit nullable parameters are now deprecated
* Add return type matching SF 7 deprecation
3.8.0 (2025-01-06):
* Drop support for PHP < 8.1
* Allow SF 7
* Feature: add PHP attributes for metadata declaration
* Feature: support for public properties with Ting 3.10
3.7.0 (2023-03-29):
* log to ting channel instead of app by default
3.6.1 (2023-03-06):
* Mark cache warmer as not optional
3.6.0 (2023-02-27):
* Drop support of SF <4.4 and php <7.2
* Add MetadataClearer to purge Metadatas while running SF cache:clear command
* Fix dynamic property declaration
3.5.0 (2020-09-26):
* Add Symfony 5 support
* Datacollectors implements LateDataCollectorInterface
3.4.2 (2019-09-02):
* Configuration is now compatible with Symfony 4.3
3.4.1 (2019-06-14):
* Fix bug in cache logger
3.4.0 (2019-05-03):
* Added requirement to php 7.1 and ting 3.5 minimum
* Add support for database timezone
3.3.2 (2018-02-27):
* Add symfony stopwatch component for Symfony 4 compatibility
3.3.1 (2018-02-27):
* TingDriverDataCollector is now compatible with Symfony 4
3.3.0 (2018-01-15):
* MetadataWarmer is now compatible with Symfony 4
3.2.3 (2017-12-07):
* Rewrite path of views to allow using bundle without templating component
3.2.2 (2017-12-01):
* Compatible Symfony 4
3.2.1 (2017-09-28):
* Fix composer library typegi
3.2.0 (2017-01-31):
* Add an "identityFields" option to the unique entity validator to prevent an entity from blocking itself.
* Version of cache updated, because Ting 3.2 has now a new structure
3.1.0 (2016-12-16):
* Add feature unique entity validator.
3.0.1 (2016-03-21):
* Initialization of Metadata is done in a new "RepositoryFactory", at instanciation time
3.0.0 (2016-01-26):
* Compatibility with ting 3.0
* Added requirement to doctrine/doctrine-cache-bundle to provide a configuration layer for doctrine/cache (provided by Ting)
* Removed configuration for memcached (Memcached support was provided by Ting but has been replaced with doctrine/cache)
2.2.0 (2016-01-19):
* You can now add extra options in configuration ting.repositories.App.options.default.extra
2.1.0 (2015-11-25):
* The configuration can be resolved before MetadataInitialisation
2.0.5 (2015-07-03):
* Fix fatal error in the cacheCollector view when no hits on a page
2.0.4 (2015-03-12):
* Fix ting cache loading
2.0.3 (2015-02-13) :
* Fix problem about options not saved in cache
2.0.2 (2015-02-06) :
* Charset option misconfigured
2.0.1 (2015-02-06) :
* add again charset option (charset option was accidently removed)
2.0.0 (2015-02-05) :
* initMetada can now receive database name and connection name into options