What's changed:
- Allow specifying
null
as TTL to store dialogs as long as possible (follow PSR-16 rules)
-1
for TTL to store dialog state forever (but in reality your PSR-16 implementation should treat such cache as expired, so it's a BC break only for PSR-16 implementations that don't follow all the PSR-16 rules)
Full Changelog: 1.0.0...1.1.0