Releases: gufolabs/gufo_snmp
Releases · gufolabs/gufo_snmp
0.6.0
Fixed
- Fix #16: SNMPv3 requests not works with Mikrotik RouterOS devices.
- Fix #15: sync client not releasing Python GIL on blocking operations.
Added
- Python 3.13 binary wheels.
Changed
- Dropping support of Python 3.8
- Massive refactoring of internals to support PyO3 0.22 and to remove duplicated code.
- Use reusable buffers pool insead of allocating buffer along with each socket.
Infrastructure
- Rust 1.82.0
- mypy 1.13.0
- Ruff 0.7.2
- pytest 8.3.3
- coverage 7.6.4
- mkdocs-material 9.5.44
- Black formatter replaced by Ruff.
0.5.2
0.5.1
0.5.0
0.4.0
0.3.0
Added
- Python 3.12 builds
- Optimized performance (measured L.A. reduction in 1.5 times)
Changed
- docs: Fancy front page
- Build on GLibc 2.28 rather than on 2.24
Infrastructure
- devcontainer: Move
settings
to thecustomisations.vscode.settings
- docs: mkdocs-material 9.2.3
- Rust 1.75.0
- PyO3 0.20
- socket2 0.5
- devcontainer: Use Python 3.12