Skip to content

Releases: carlkidcrypto/ezsnmp

v2.0.0a2

17 Nov 01:06
da36789
Compare
Choose a tag to compare
v2.0.0a2 Pre-release
Pre-release

What's Changed

Full Changelog: v1.1.0...v2.0.0a2

Download ezsnmp

https://pypi.org/project/ezsnmp/2.0.0.a2

v2.0.0a1

11 Oct 19:53
25ebeea
Compare
Choose a tag to compare
v2.0.0a1 Pre-release
Pre-release

SWIG

This release is not backward compatible with any 1.X.X release. It focuses on transitioning to SWIG as the Python wrapper generator. The interface should remain similar. A Session class still exists that accepts keyword arguments (kwargs) like the previous 1.X.X versions, but there are underlying changes. We now incorporate upstream net-snmp/apps code with minor modifications. These modifications are managed as patch files to enable automated updates in the future.

The code structure has changed. It is now

  • ezsnmp
    • ezsnmp
      • include - The includes that define the netsnmp api.
      • interface - The SWIG interface files that define the modules netsnmp, sessionbase, and datatypes.
      • patches - This contains the patch files that compare the original net-snmp/apps code to our version.
      • src - This contains the cpp files.
    • .py - Here we keep all python code for this module.

What's Changed

Full Changelog: v1.1.0.a1...v2.0.0a1

Download ezsnmp

Not on PyPi, the automated build was broken. It can be built from the source.

v1.1.0

13 Oct 15:03
0ca2112
Compare
Choose a tag to compare

What's New

  • Dropped support for Python3.8
  • Added support for Python3.13
  • Added CodeQL workflow

What's Changed

Full Changelog: v1.0.0...v1.1.0

https://pypi.org/project/ezsnmp/1.1.0/

Download ezsnmp

v1.1.0a1

10 Oct 00:57
f61598f
Compare
Choose a tag to compare
v1.1.0a1 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0...v1.1.0.a1

https://pypi.org/project/ezsnmp/1.1.0a1/

Download ezsnmp

v1.0.0

16 Sep 20:47
d91226f
Compare
Choose a tag to compare

Stable Release

After months of testing and optimizations, we are now ready for our first official release. There are still some lingering bugs like #56 that need more investigation and a proper fix.

What's Changed

Full Changelog: v1.0.0c4...v1.0.0

Download ezsnmp
https://pypi.org/project/ezsnmp/1.0.0/

v1.0.0c4

01 Sep 22:40
5305b88
Compare
Choose a tag to compare
v1.0.0c4 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0c3...v1.0.0c4

https://pypi.org/project/ezsnmp/1.0.0rc4/

v1.0.0c3

31 Jul 14:28
8ca1f2f
Compare
Choose a tag to compare
v1.0.0c3 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.0.0c2...v1.0.0c3

https://pypi.org/project/ezsnmp/1.0.0rc3/

v1.0.0c2

14 Jun 22:51
Compare
Choose a tag to compare
v1.0.0c2 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0c1...v1.0.0c2

https://pypi.org/project/ezsnmp/1.0.0rc2/

v1.0.0c1

10 Mar 04:22
bda4ce9
Compare
Choose a tag to compare
v1.0.0c1 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0c...v1.0.0c1

https://pypi.org/project/ezsnmp/1.0.0rc1/

v1.0.0c

26 Feb 21:20
Compare
Choose a tag to compare
v1.0.0c Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: https://github.com/carlkidcrypto/ezsnmp/commits/v1.0.0c

https://pypi.org/project/ezsnmp/1.0.0rc0/