Releases: simPod/PHP-SNMP
Releases · simPod/PHP-SNMP
0.2.5
0.2.4
What's Changed
- style: fix cs by @simPod in #82
- ci: fix snmpsim version to 0.4.7 by @simPod in #83
- ci: add codecov token by @simPod in #87
- chore(deps): update codecov/codecov-action action to v4 by @renovate in #80
- ci: install snmpsim via pipx by @simPod in #88
- chore(deps): update dependency ubuntu to v24 by @renovate in #84
- ci: test on php 8.4 by @simPod in #81
- test: use CoversTrait by @simPod in #89
- chore(deps): update codecov/codecov-action action to v5 by @renovate in #92
- fix: OidStripper walk can return int keys as well by @simPod in #93
Full Changelog: 0.2.3...0.2.4
0.2.3
What's Changed
- chore(deps): update dependency phpunit/phpunit to v10 by @renovate in #63
- chore(deps): update actions/checkout action to v4 by @renovate in #66
- chore(deps): update dependency ubuntu to v22 - autoclosed by @renovate in #65
- chore(deps): update dependency psr/http-message to v2 by @renovate in #64
- ci: fix variable reference by @simPod in #71
- chore(deps): update actions/upload-artifact action to v4 by @renovate in #70
- chore(deps): update actions/download-artifact action to v4 by @renovate in #69
- chore(deps): update actions/cache action to v4 by @renovate in #72
- chore(deps): update codecov/codecov-action action to v4 by @renovate in #73
- ci: test on php 8.3 by @simPod in #75
- feat: drop php 8.1 support by @simPod in #76
- chore(deps): update dependency cdn77/coding-standard to v7 by @renovate in #62
- test: make data providers static and use DataProvider attribute by @simPod in #77
- test: specify Covers by @simPod in #79
- chore(deps): update dependency symfony/process to v7 by @renovate in #68
- ci: migrate phpunit config by @simPod in #78
- chore(deps): update dependency phpunit/phpunit to v11 by @renovate in #74
Full Changelog: 0.2.2...0.2.3
0.2.2
What's Changed
- test: replace phpunit's deprecated
withConsecutive()by @simPod in #59 - refactor: merge branches in ValueParser by @simPod in #57
- ci: run on php 8.2 and drop 8.0 by @simPod in #58
- chore(composer): allow php-http/discovery plugin by @simPod in #60
- fix: change return type of
OidStripper::batchStripParentPrefix()to allow also int keys by @simPod in #61
Full Changelog: 0.2.1...0.2.2
0.2.1
What's Changed
- Configure Renovate by @renovate in #40
- Update actions/cache action to v2 by @renovate in #41
- Update actions/checkout action to v3 by @renovate in #42
- Update actions/cache action to v3 by @renovate in #48
- Replace test logger since it's gone from psr v3 by @simPod in #51
- Use codecov by @simPod in #50
- Update phpstan packages (major) and thecodingmachine/safe to v2 by @renovate in #49
- Update dependency phpstan/phpstan-phpunit to v1.1.0 by @renovate in #52
- Update phpstan/phpstan requirement from 1.5.0 to 1.5.1 by @dependabot in #54
- Update dependency phpstan/phpstan to v1.5.2 by @renovate in #53
- Update dependency phpstan/phpstan to v1.5.3 by @renovate in #55
- Update codecov/codecov-action action to v3 by @renovate in #56
New Contributors
Full Changelog: 0.2.0...0.2.1
0.2.0
What's Changed
- Upgrade to GitHub-native Dependabot by @dependabot-preview in #20
- Update cdn77/coding-standard requirement from ^4.0 to ^5.0 by @dependabot in #21
- Upgrade phpstan by @simPod in #22
- Update phpstan/phpstan requirement from 0.12.92 to 0.12.93 by @dependabot in #23
- Allow psr/log v2 and v3 by @simPod in #24
- Pass a client name to warning log context in FallbackSnmpClient by @simPod in #25
- Update phpstan/phpstan requirement from 0.12.93 to 0.12.94 by @dependabot in #26
- Update phpstan/phpstan requirement from 0.12.94 to 0.12.96 by @dependabot in #28
- Update phpstan/phpstan-phpunit requirement from 0.12.21 to 0.12.22 by @dependabot in #27
- Update phpstan/phpstan-strict-rules requirement from 0.12.10 to 0.12.11 by @dependabot in #29
- Update phpstan/phpstan requirement from 0.12.96 to 0.12.99 by @dependabot in #32
- Do not strip quotes for STRING type by @simPod in #33
- Allow symfony/process v6 by @simPod in #36
- Update cdn77/coding-standard requirement from ^5.0 to ^6.0 by @dependabot in #35
- Add composer allow-plugins by @simPod in #37
- Remove CS overrides by @simPod in #38
- Drop PHP 7.4 support by @simPod in #39
- Test on PHP 8.1 by @simPod in #34
New Contributors
- @dependabot-preview made their first contribution in #20
- @dependabot made their first contribution in #21
Full Changelog: v0.1.2...0.2.0
Different default value in FallbackClient
There was default value 40 for max_repetitions in FallbackClient while there was value 20 for every other client. Set value to 20 everywhere.