banker/CHANGELOG.md
Timothy J. Warren eeb38379a5
Some checks failed
Gitea - aviat/banker/pipeline/head There was a failure building this commit
Get tests passing again
2021-11-30 13:47:51 -05:00

25 lines
591 B
Markdown

# Changelog
## 5.0.0
* Updated interfaces to match newer PSR interfaces
* Updates for PHP 8.1 compatibility
## 4.0.0
* Updated Cache implementation to latest version
* Increased required PHP version to 8
## 3.2.0
* Improved validation of cache keys
* Updated dependencies
## 3.1.0
* Added key name checks to `Pool` class
## 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