Releases: barracudanetworks/expose
Releases · barracudanetworks/expose
7.0.0
What's Changed
- Upgrade to PHP 8.0+ by @bn-jdcook in #8
- Add PHP 8.3 and 8.4 support by @bn-jdcook in #9
Full Changelog: 5.0.2...7.0.0
6.0.0
5.0.2
What's Changed
- Fix setLogger return not set to void by @bn-jdcook in #7
Full Changelog: 5.0.1...5.0.2
5.0.1
What's Changed
- Making logger optional in Manager::_construct again by @bn-jdcook in #6
Full Changelog: 5.0...5.0.1
5.0
Currently supported versions:
- PHP 7.4
- PHP 8.0
- PHP 8.1
- PHP 8.2
Latest Changes
In an effort to simplify the library, we limited dependencies to the following:
- psr/log
- Allows the use of any logger library for PHP such as monolog
- Libraries supporting the standard.
- psr/simple-cache
- Allows for PHP cache providers that support PSR-16 and can use tools such as redis.
- Libraries supporting the standard.
- psr/event-dispatcher
- Supporting an event-dispatcher standard allows applications that use this library to maintain how they want to use alerts and removed the requirement it supports MongoDB and Email.
- Libraries supporting the standard.