Releases: wieni/wmcontroller
Releases · wieni/wmcontroller
2.0.3
What's Changed
- Fix documentation by @DieterHolvoet in #68
- Add Drupal 11 support by @DieterHolvoet in #69
Full Changelog: 2.0.2...2.0.3
1.2.2
What's Changed
- Filter ignored tags on Cache object by @RobinHoutevelts in #67
Full Changelog: 1.2.1...1.2.2
1.2.1
What's Changed
- Mark
300
,301
,302
and410
as cacheable response status codes by @RobinHoutevelts in #63
Full Changelog: 1.2.0...1.2.1
2.0.0-alpha3
What's Changed
- Support stale-while-revalidate and stale-if-error by @RobinHoutevelts in #61
Full Changelog: 2.0.0-alpha2...2.0.0-alpha3
1.2.0
What's Changed
- Drupal 10 support by @akasake, @DieterHolvoet in #62
- Drop Drupal 9 support by @RobinHoutevelts in 091a793
Full Changelog: 1.1.1...1.2.0
1.1.1
What's Changed
- Support stale-while-revalidate and stale-if-error by @RobinHoutevelts in #61
Warning
If you have a custom MaxAgeDecider service, make sure it returns the newstale-while-revalidate
andstale-if-error
keys.
You can take a look at our MaxAgeDecider implementation.
Full Changelog: 1.1.0...1.1.1
1.0.0
Bump requirements to PHP 8.0 and Drupal 9.1 (#57) * Fix "Required argument $strippedHeaders after optional argument" Deprecated in php8 * Remove deprecation warnings when dispatching Events See https://www.drupal.org/node/3159012 and https://www.drupal.org/node/3154407 * Update changelog * Bump required php version to 8.0
0.10.1
Fix adding null cachetags Fixes Warning: assert(): Cache tags must be valid strings
0.8.12
Throw 404 when visited entity is not in current language
0.8.11
Swappable FrontController