Changelog
- Optimizing ACLs, improving loading times.
- Fixing bool values processing in URL query parameters
- Upgrading dependencies, fixing JWT (!!! new secret key must be at least 32 chars long !!!)
Commits
cd942a9 #! v2.21.0
e9d22c1 Updating version reporting in core module.
1d10fdf Bump league/commonmark from 2.8.1 to 2.8.2
3d49c5d Optimizing ACL policies with caching of group-membership check results.
4155f3e Bump league/commonmark from 2.8.0 to 2.8.1
fda8a7d Removing lingering code.
9508672 Fixing a bug.
3a96090 Patching bool query values so they have proper type for injection into action and check methods.
c184a14 Loosening validation of query bool params as non-strict (alowing also true/false as string inputs).
143d192 Upgrading swagger dependency.
6e16271 Upgrading composer dependencies, fixing JWT tokens (too short keys).