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
