Recent Releases of gufo-snmp

gufo-snmp - 0.8.1

Fixed

  • Fixed DES privacy padding in SNMP v3.

- Rust
Published by dvolodin7 11 months ago

gufo-snmp - 0.8.0

Added

  • Benchmarks.
  • Enable PGO on productive builds.

Changed

  • Change OID internal format, reduce memory allocations.
  • Optimized internal ObjectId processing.

Infrastructure

  • Ruff 0.11.2
  • Rust 1.86.0
  • PyO3 0.24
  • mkdocs-material 9.6.11

- Rust
Published by dvolodin7 about 1 year ago

gufo-snmp - 0.7.1

Added

  • LTO is switched on.

Fixed

  • #17: Fix premature end of getbulk.

- Rust
Published by dvolodin7 about 1 year ago

gufo-snmp - 0.7.0

Added

  • Musl and ARM64 binary wheels

Changed

  • Massive internals refactoring caused by moving to a new PyO3 API.

Infrastructure

  • Rust 1.85.0
  • Rust edition 2024
  • PyO3 0.23

- Rust
Published by dvolodin7 about 1 year ago

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.

- Rust
Published by dvolodin7 over 1 year ago

gufo-snmp - 0.5.2

0.5.2 - 2024-07-30

Added

  • SnmpAuthError is exposed to gufo.snmp root module.

Infrastructure

  • Rust 1.80.0

- Rust
Published by dvolodin7 almost 2 years ago

gufo-snmp - 0.5.1

Added

  • Pack rust benchmarks into sdist.

Infrastructure

  • Rust 1.76.0
  • Remove setup.py file.

- Rust
Published by dvolodin7 over 2 years ago

gufo-snmp - 0.5.0

Added

  • Synchronous SNMP client.
  • Snmpd: verbose option.

Changed

  • Improved password to master key translation performance: ~35%.
  • Optimized SNMPv3 message signing.
  • Examples split to sync and async versions.

Fixed

  • Default key type for auth keys set to Password.

- Rust
Published by dvolodin7 over 2 years ago

gufo-snmp - 0.4.0

Added

  • SNMP v3 support.
  • Snmpd.engine_id property.
  • Tests for all SNMP versions.

- Rust
Published by dvolodin7 over 2 years ago

gufo-snmp - 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 the customisations.vscode.settings
  • docs: mkdocs-material 9.2.3
  • Rust 1.75.0
  • PyO3 0.20
  • socket2 0.5
  • devcontainer: Use Python 3.12

- Rust
Published by dvolodin7 over 2 years ago

gufo-snmp - 0.2.0

Added

  • docs: Benchmarks
  • SnmpSession policer and limit_rps parameters for query rate limiting.

Changed

  • Improve BER decoder performance:

    • BER Header: ~18%
    • Typical Get Response: ~25%
    • Object Identifier: ~46%

Infrastructure

  • Iai benchmarks
  • fmt-iai.py tool

- Rust
Published by dvolodin7 over 3 years ago

gufo-snmp - 0.1.1

Added

  • Benchmarks

Fixed

  • Fix SnmpSession allow_bulk handling.
  • Fix #1: Getting FileNotFoundError exception if multiple instances of SnmpSession were previously used.

Infrastructure

  • Rust 1.67.1
  • Ruff 0.0.246

- Rust
Published by dvolodin7 over 3 years ago

gufo-snmp - 0.1.0

Added

  • Initial implementation

- Rust
Published by dvolodin7 over 3 years ago