banker/CHANGELOG.md

25 lines
578 B
Markdown
Raw Permalink Normal View History

# Changelog
2023-03-16 13:09:36 -04:00
## 4.1.0
* Updates for PHP 8.2 compatibility
## 4.0.0
2021-11-30 13:47:51 -05:00
* Updated interfaces to match newer PSR interfaces
* Updates for PHP 8.1 compatibility
* Increased required PHP version to 8
2021-02-05 17:06:15 -05:00
## 3.2.0
* Improved validation of cache keys
* Updated dependencies
2020-05-08 12:30:43 -04:00
## 3.1.0
* Added key name checks to `Pool` class
2020-05-07 17:17:03 -04:00
## 3.0.0
* Updated dependencies
* Increased required PHP version to 7.4
* Added SimpleCache (PSR-16) implementation in `Teller` class
## 2.0.0
* Removed `Memcache` integration, as the extension does not seem to be maintained
* Increased required PHP version to 7.1