Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-09-05 | 4.0 kB | |
V2.1.0a2 source code.tar.gz | 2025-09-05 | 799.0 kB | |
V2.1.0a2 source code.zip | 2025-09-05 | 1.1 MB | |
Totals: 3 Items | 1.9 MB | 0 |
Summary
This release focuses on three key areas: Docker container improvements, enhancements to the results.converted_value
feature, and a rework of the local build process for ezsnmp
.
Test this in your production/developer environments. If you find issues, please submit an issue, If you can fix the issue submitted, thanks in advance!
Documentation for V2.1.0 can be found here - https://carlkidcrypto.github.io/ezsnmp/html/index.html
Allow a few hours after this post for files to become available via pip.
Happy Testing/Using!
Docker Container Enhancements
Numerous Docker container fixes have been implemented for AlmaLinux 10 and RockyLinux 8, enabling successful execution of cpp_tests
within these environments. Work has also begun on an experimental CentOS 7 container, though it is not yet fully operational.
results.converted_value
Enhancements
The results.converted_value
feature has been enhanced to improve how data is handled and converted.
Local Build Rework
The ezsnmp
local build process has been updated. It now utilizes the system's net-snmp
version and applies specific patches found in ezsnmp/src/net-snmp-5.X-final-patched
.
What's Changed
- 📝 Update Changelog by @github-actions[bot] in https://github.com/carlkidcrypto/ezsnmp/pull/405
- Feature: Updating the docker containers by @carlkidcrypto in https://github.com/carlkidcrypto/ezsnmp/pull/411
- Feature/get auto uts in docker containers by @carlkidcrypto in https://github.com/carlkidcrypto/ezsnmp/pull/412
- Bump actions/download-artifact from 4 to 5 by @dependabot[bot] in https://github.com/carlkidcrypto/ezsnmp/pull/413
- Bump build from 1.2.2 to 1.3.0 by @dependabot[bot] in https://github.com/carlkidcrypto/ezsnmp/pull/410
- Bump pip from 25.1.1 to 25.2 by @dependabot[bot] in https://github.com/carlkidcrypto/ezsnmp/pull/408
- Bump coverage from 7.9.1 to 7.9.2 by @dependabot[bot] in https://github.com/carlkidcrypto/ezsnmp/pull/402
- Bump furo from 2024.8.6 to 2025.7.19 by @dependabot[bot] in https://github.com/carlkidcrypto/ezsnmp/pull/407
- Bump MishaKav/pytest-coverage-comment from 1.1.54 to 1.1.56 by @dependabot[bot] in https://github.com/carlkidcrypto/ezsnmp/pull/416
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/carlkidcrypto/ezsnmp/pull/418
- Bump coverage from 7.9.2 to 7.10.3 by @dependabot[bot] in https://github.com/carlkidcrypto/ezsnmp/pull/417
- 401 feature add convertvalue to datatypes by @carlkidcrypto in https://github.com/carlkidcrypto/ezsnmp/pull/414
- Bump actions/download-artifact from 4 to 5 by @dependabot[bot] in https://github.com/carlkidcrypto/ezsnmp/pull/419
- 406 malloc consolidate invalid chunk size in net snmp less than 59 by @carlkidcrypto in https://github.com/carlkidcrypto/ezsnmp/pull/426
- Bump MishaKav/pytest-coverage-comment from 1.1.56 to 1.1.57 by @dependabot[bot] in https://github.com/carlkidcrypto/ezsnmp/pull/429
- Update meson.build by @carlkidcrypto in https://github.com/carlkidcrypto/ezsnmp/pull/433
- Bump pytest from 8.4.1 to 8.4.2 by @dependabot[bot] in https://github.com/carlkidcrypto/ezsnmp/pull/432
- Bump pypa/gh-action-pypi-publish@release/v1.12 from 1.12 to 1.13 by @dependabot[bot] in https://github.com/carlkidcrypto/ezsnmp/pull/431
- Bump pytest-sugar from 1.0.0 to 1.1.1 by @dependabot[bot] in https://github.com/carlkidcrypto/ezsnmp/pull/424
- Bump coverage from 7.10.3 to 7.10.6 by @dependabot[bot] in https://github.com/carlkidcrypto/ezsnmp/pull/427
- Update pyproject.toml by @carlkidcrypto in https://github.com/carlkidcrypto/ezsnmp/pull/434
- AlmaLinux10 Docker by @carlkidcrypto in https://github.com/carlkidcrypto/ezsnmp/pull/435
Full Changelog: https://github.com/carlkidcrypto/ezsnmp/compare/v2.1.0a1...v2.1.0a2