Releases: webfactory/WebfactoryWfdMetaBundle
Releases · webfactory/WebfactoryWfdMetaBundle
Erlaube Symfony 7-Komponenten (Case 168707)
3.18.0 Erlaube Symfony 7-Komponenten (Case 168707) (#34)
Erlaubt die Verwendung mit Symfony 6.x
3.16.0 Bereite Symfony 6 Kompatibilität vor (Case 157813) (#32)
Allow using doctrine/dbal ^3.0 (#31)
3.15.0 Allow using doctrine/dbal ^3.0 (#31)
Add a config setting to make wfd_meta-based caches expire immediately (#28)
This release adds a new configuration setting:
# config_test.yml
webfactory_wfd_meta:
always_expire_wfd_meta_resources: true
With this setting, ConfigCache
instances (Symfony Router, Translator, ... maybe?) that include WfdMetaResource
instances will expire immediately.
This is helpful e. g. in functional tests, where you have database-backed routes, translations or similar: You can change the database values and no longer need to think about the ConfigCaches
or poke wfd_meta
to make the changes effective.
Adds a missing return type hint (#25)
Add return type hints (#25) This addresses deprecation notices issued by Symfony's DebugClassLoader in Symfony 5.4.
Revert type hints that were too strict (#24)
Revert some added method type hints from #21 (#24) These methods may, in fact, also accept `string` type parameters. The cast to `array` will happen only later on in `MetaQuery::addTable()` and similar methods.
Address another deprecation notice
... by using a Service Locator instead of relying on a public service.
Adds return type hints to avoid Symfony deprecation notices (#21)
Add return type hints (#21) This improves forward compatibility with upcoming Symfony versions.
Make `webfactory/http-cache-bundle` an optional dependency (#20)
3.12.0 Make `webfactory/http-cache-bundle` an optional/suggested dependency …
Compatibility with Symfony 5.x
This allows components from Symfony 5.x to be used (#19).