Skip to content

Releases: carlkidcrypto/ezsnmp

V2.0.0b0

11 Jan 22:55
6c21ca8
Compare
Choose a tag to compare

Summary

This is the first stable beta release for Version 2.0.0.
Test this in your production/developer environments.
If you find issues, please submit an issue,
If you can fix the issue submitted, thanks in advance!

Documentation for V2.0.0 can be found here - https://carlkidcrypto.github.io/ezsnmp/html/index.html

Allow a few hours after this post for files to become available via pip.

Happy Testing/Using!

What's Changed

Full Changelog: v2.0.0a5...v2.0.0b0

Download ezsnmp

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

V2.0.0a5

09 Jan 03:09
b96348f
Compare
Choose a tag to compare
V2.0.0a5 Pre-release
Pre-release

What's Changed

Full Changelog: v2.0.0a4...v2.0.0a5

Download ezsnmp

V2.0.0a4

08 Jan 23:22
971f363
Compare
Choose a tag to compare
V2.0.0a4 Pre-release
Pre-release

What's Changed

Full Changelog: v2.0.0a3...v2.0.0a4

Download ezsnmp

V2.0.0a3

05 Jan 15:45
db4bccb
Compare
Choose a tag to compare
V2.0.0a3 Pre-release
Pre-release

What's Changed

Full Changelog: v2.0.0a2...v2.0.0a3

Download 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/