| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-12 | 3.8 kB | |
| V2.3.0a1 source code.tar.gz | 2026-04-12 | 9.9 MB | |
| V2.3.0a1 source code.zip | 2026-04-12 | 10.5 MB | |
| Totals: 3 Items | 20.4 MB | 0 | |
v2.3.0a1 is a maintenance alpha prerelease that improves CI/CD pipeline reliability, adds a Homebrew formula deploy workflow, and fills a snmpbulkget test coverage gap, alongside routine dependency updates.
Compared to: v2.3.0a0
Install / Upgrade
:::bash
pip install ezsnmp==2.3.0a1
Or browse this release on PyPI: (pypi.org/redacted)
Features / Enhancements
- Adds automated Homebrew formula deploy workflow so new releases are pushed to the Homebrew tap on publish (#826)
Tests
- Adds
test_snmpbulkget_nosuchname_shim.cppto cover theSNMP_ERR_NOSUCHNAMEbranch insnmpbulkget.cpp, filling the last uncovered error-response path in snmpbulkget (#827)
CI / Workflows
- Wraps all PR workflow comments (Valgrind, pytest coverage) in collapsible
<details>/<summary>tags to reduce noise on large PRs (#816) - Caches pip downloads and tox environments in Docker test runs to eliminate cold-cache overhead and speed up CI (#834)
- Fixes agentic workflows to explicitly call
noopwhen no Net-SNMP updates are needed, preventing spurious workflow failures (#838) - Recompiles all agentic workflows against gh-aw v0.68.1 to restore missing safe-output tool availability (#840)
- Fixes agentic PR-sync workflow to call
noopexplicitly when no PRs need syncing (#839)
Documentation
- Publishes versioned docs for v2.3.0a0 (#819)
- Updates CHANGELOG.md for the v2.3.0a0 release (#821)
- Fixes attribute names, broken links, grammar, and formatting issues in Sphinx docs (#825)
Dependencies
- Bumps
github/gh-aw-actionsfrom 0.67.2 → 0.67.3 (#818) and 0.67.3 → 0.68.1 (#830) - Bumps
pypa/gh-action-pypi-publishfrom v1.13 → v1.14 (#812) - Bumps
pytestfrom 9.0.2 → 9.0.3 (#811) - Bumps
toxfrom 4.52.0 → 4.52.1 (#822) - Bumps
buildfrom 1.4.2 → 1.4.3 (#829) - Bumps
actions/github-scriptfrom 8.0.0 → 9.0.0 (#823) - Bumps
actions/upload-artifactfrom 7.0.0 → 7.0.1 (#831) - Bumps
actions/upload-pages-artifactfrom 4.0.0 → 5.0.0 (#832) - Bumps
docker/build-push-actionfrom 7.0.0 → 7.1.0 (#833) - Bumps
peter-evans/create-pull-requestfrom 8.1.0 → 8.1.1 (#828)
Chores / Misc
- Bumps version from 2.3.0a0 to 2.3.0a1 (#842)
Full Changelog: https://github.com/carlkidcrypto/ezsnmp/compare/v2.3.0a0...v2.3.0a1
[!NOTE]
🔒 Integrity filter blocked 2 items
The following items were blocked because they don't meet the GitHub integrity level.
- https://github.com/carlkidcrypto/ezsnmp/commit/c85fc7f0bc3f01c4e61bb5d3068ab57723ec52f2
list_commits: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".- https://github.com/carlkidcrypto/ezsnmp/commit/ec05a597dcbb06ac681a8ed99ffcab0eb213e1c0
list_commits: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".To allow these resources, lower
min-integrityin your GitHub frontmatter:
yaml tools: github: min-integrity: approved # merged | approved | unapproved | noneGenerated by Auto Update Release Notes · ● 463.5K