Releases: FreeDSx/SNMP
Releases · FreeDSx/SNMP
0.5.3
What's Changed
- Fix PHP 8.4 nullable type deprecation in exception constructor by @ocolin in #28
- Fix PHP 8+ related issues. by @ChadSikorra in #29
- Update the changelog for 0.5.3 by @ChadSikorra in #30
New Contributors
Full Changelog: 0.5.2...0.5.3
0.5.2
What's Changed
- feature: add support for PHP 8.4, Implicitly marking parameter as nul… by @einardivision in #24
New Contributors
- @einardivision made their first contribution in #24
Full Changelog: 0.5.1...0.5.2
0.5.1
What's Changed
- Lock FreeDSx dependencies to avoid conflicts with a 1.0 release. by @ChadSikorra in #27
v0.5.0
This release is mostly just maintenance / fixes. Largely focused on correcting a large amount of static analysis issues as well as integration testing.
- Many static analysis fixes. The PhpStan level is now set to max.
- Integration tests added for the client and the trap sink.
- Fix potential issues with inform requests where the port is not properly interpreted.