Skip to content

0.6.0

Latest
Compare
Choose a tag to compare
@dvolodin7 dvolodin7 released this 07 Nov 11:02

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.