Skip to content

v0.6.2

Compare
Choose a tag to compare
@Articus Articus released this 18 Feb 14:02
· 3 commits to master since this release

Enhancements

Internal metadata caching code was reworked to support all current versions of psr/simple-cache - 1.0.1, 2.0 and 3.0.

Fixes

Now library respects PSR-16 semantic restriction for cached item keys:

The following characters are reserved for future extensions and MUST NOT be supported by implementing libraries: {}()/\@:

and does not pass raw class FQN as key to psr/simple-cache implementation if you configured one for metadata caching.