Releases: carlkidcrypto/ezsnmp
V2.0.0b0
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
- Feature/sphinx docs by @carlkidcrypto in #276
- Hotfix/fix status buttons in readme by @carlkidcrypto in #277
- PyPi by @carlkidcrypto in #278
Full Changelog: v2.0.0a5...v2.0.0b0
V2.0.0a5
V2.0.0a4
What's Changed
- Bump setuptools from 75.6.0 to 75.7.0 by @dependabot in #272
- Bump pyparsing from 3.2.0 to 3.2.1 by @dependabot in #271
- Bump urllib3 from 2.2.3 to 2.3.0 by @dependabot in #268
- Bump coverage from 7.6.9 to 7.6.10 by @dependabot in #270
- Bump click from 8.1.7 to 8.1.8 by @dependabot in #269
- Hotfix/ga macos runners 2 by @carlkidcrypto in #273
Full Changelog: v2.0.0a3...v2.0.0a4
V2.0.0a3
What's Changed
- Bump coverage from 7.6.5 to 7.6.7 by @dependabot in #246
- Bump setuptools from 75.5.0 to 75.6.0 by @dependabot in #249
- 244 bug v200a2 by @carlkidcrypto in #250
- Bump pytest from 8.3.3 to 8.3.4 by @dependabot in #257
- Bump tj-actions/changed-files from 45.0.3 to 45.0.4 by @dependabot in #256
- Bump tomli from 2.1.0 to 2.2.1 by @dependabot in #254
- Bump coverage from 7.6.7 to 7.6.8 by @dependabot in #253
- Bump cibuildwheel from 2.21.3 to 2.22.0 by @dependabot in #252
- Bump wheel from 0.45.0 to 0.45.1 by @dependabot in #251
- 255 ga builds by @carlkidcrypto in #258
- Bump coverage from 7.6.8 to 7.6.9 by @dependabot in #259
- Bump tj-actions/changed-files from 45.0.4 to 45.0.5 by @dependabot in #261
- Bump attrs from 24.2.0 to 24.3.0 by @dependabot in #264
Full Changelog: v2.0.0a2...v2.0.0a3
v2.0.0a2
What's Changed
- Bump setuptools from 75.1.0 to 75.2.0 by @dependabot in #227
- Bump sphinx from 8.1.0 to 8.1.3 by @dependabot in #224
- Bump coverage from 7.6.2 to 7.6.3 by @dependabot in #225
- Bump pyparsing from 3.1.4 to 3.2.0 by @dependabot in #226
- Bump coverage from 7.6.3 to 7.6.4 by @dependabot in #229
- Bump pytest-cov from 5.0.0 to 6.0.0 by @dependabot in #232
- Bump pip from 24.2 to 24.3.1 by @dependabot in #230
- Bump setuptools from 75.2.0 to 75.3.0 by @dependabot in #231
- Bump setuptools from 72.1.0 to 75.3.0 by @dependabot in #236
- Bump wheel from 0.43.0 to 0.45.0 by @dependabot in #235
- Bump packaging from 24.1 to 24.2 by @dependabot in #234
- Bump tj-actions/changed-files from 45.0.3 to 45.0.4 by @dependabot in #233
- Dev/v2.0.0 by @carlkidcrypto in #239
- 180 swig by @carlkidcrypto in #241
- Bump tomli from 2.0.2 to 2.1.0 by @dependabot in #238
- Bump setuptools from 75.3.0 to 75.5.0 by @dependabot in #242
- Bump sphinx-rtd-theme from 3.0.1 to 3.0.2 by @dependabot in #243
- Bump coverage from 7.6.4 to 7.6.5 by @dependabot in #245
- 240 bug bulkwalk runs indefinitely when encountering a non increasing oid by @carlkidcrypto in #247
- Update setup.py by @carlkidcrypto in #248
Full Changelog: v1.1.0...v2.0.0a2
v2.0.0a1
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.
- ezsnmp
-
- .py - Here we keep all python code for this module.
What's Changed
- Experimental/swig by @carlkidcrypto in #193
- 182 snmpsetc support by @carlkidcrypto in #199
- 181 snmptrapc support by @carlkidcrypto in #210
- Bump cibuildwheel from 2.21.2 to 2.21.3 by @dependabot in #213
- Bump coverage from 7.6.1 to 7.6.2 by @dependabot in #212
- Bump sphinx-rtd-theme from 3.0.0 to 3.0.1 by @dependabot in #211
Full Changelog: v1.1.0.a1...v2.0.0a1
Not on PyPi, the automated build was broken. It can be built from the source.
v1.1.0
What's New
- Dropped support for Python3.8
- Added support for Python3.13
- Added CodeQL workflow
What's Changed
- Bump setuptools from 74.1.2 to 75.1.0 by @dependabot in #190
- Bump tj-actions/changed-files from 45.0.1 to 45.0.2 by @dependabot in #189
- Bump sphinx-rtd-theme from 3.0.0rc1 to 3.0.0rc2 by @dependabot in #194
- 183 drop python 38 support by @carlkidcrypto in #197
- Bump sphinx-rtd-theme from 3.0.0rc2 to 3.0.0rc3 by @dependabot in #196
- Bump carlkidcrypto/os-specific-runner from 2.1.0 to 2.1.1 by @dependabot in #195
- Bump platformdirs from 4.3.3 to 4.3.6 by @dependabot in #192
- Bump cibuildwheel from 2.21.0 to 2.21.1 by @dependabot in #191
- Python 3.13 by @carlkidcrypto in #198
- Bump tomli from 2.0.1 to 2.0.2 by @dependabot in #200
- Bump cibuildwheel from 2.21.1 to 2.21.2 by @dependabot in #201
- Bump tj-actions/changed-files from 45.0.2 to 45.0.3 by @dependabot in #203
- Bump sphinx-rtd-theme from 3.0.0rc3 to 3.0.0 by @dependabot in #205
- Bump black from 24.8.0 to 24.10.0 by @dependabot in #206
- Bump termcolor from 2.4.0 to 2.5.0 by @dependabot in #204
- Bump psf/black from 24.8.0 to 24.10.0 by @dependabot in #207
- Create codeql-analysis.yml by @carlkidcrypto in #214
- 186 enable GitHub codeql for c code by @carlkidcrypto in #215
- Adding Python Version by @carlkidcrypto in #216
- Bump cibuildwheel from 2.21.2 to 2.21.3 by @dependabot in #213
- Bump coverage from 7.6.1 to 7.6.2 by @dependabot in #212
- Bump sphinx-rtd-theme from 3.0.0 to 3.0.1 by @dependabot in #211
- New Logo by @carlkidcrypto in #217
- Bump MishaKav/pytest-coverage-comment from 1.1.52 to 1.1.53 by @dependabot in #218
- Bump actions/checkout from 3 to 4 by @dependabot in #219
- Bump sphinx from 8.0.2 to 8.1.0 by @dependabot in #220
- V1.1.0 by @carlkidcrypto in #222
Full Changelog: v1.0.0...v1.1.0
v1.1.0a1
What's Changed
- Bump setuptools from 74.1.2 to 75.1.0 by @dependabot in #190
- Bump tj-actions/changed-files from 45.0.1 to 45.0.2 by @dependabot in #189
- Bump sphinx-rtd-theme from 3.0.0rc1 to 3.0.0rc2 by @dependabot in #194
- 183 drop python 38 support by @carlkidcrypto in #197
- Bump sphinx-rtd-theme from 3.0.0rc2 to 3.0.0rc3 by @dependabot in #196
- Bump carlkidcrypto/os-specific-runner from 2.1.0 to 2.1.1 by @dependabot in #195
- Bump platformdirs from 4.3.3 to 4.3.6 by @dependabot in #192
- Bump cibuildwheel from 2.21.0 to 2.21.1 by @dependabot in #191
- Python 3.13 by @carlkidcrypto in #198
- Bump tomli from 2.0.1 to 2.0.2 by @dependabot in #200
- Bump cibuildwheel from 2.21.1 to 2.21.2 by @dependabot in #201
- Bump tj-actions/changed-files from 45.0.2 to 45.0.3 by @dependabot in #203
- Bump sphinx-rtd-theme from 3.0.0rc3 to 3.0.0 by @dependabot in #205
- Bump black from 24.8.0 to 24.10.0 by @dependabot in #206
- Bump termcolor from 2.4.0 to 2.5.0 by @dependabot in #204
- Bump psf/black from 24.8.0 to 24.10.0 by @dependabot in #207
- Create codeql-analysis.yml by @carlkidcrypto in #214
- 186 enable GitHub codeql for c code by @carlkidcrypto in #215
- Adding Python Version by @carlkidcrypto in #216
Full Changelog: v1.0.0...v1.1.0.a1
v1.0.0
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
- 167 investigate arm64 builds for macos by @carlkidcrypto in #168
- Bump setuptools from 74.0.0 to 74.1.1 by @dependabot in #171
- Bump tj-actions/changed-files from 45.0.0 to 45.0.1 by @dependabot in #170
- Bump setuptools from 74.1.1 to 74.1.2 by @dependabot in #172
- Bump build from 1.2.1 to 1.2.2 by @dependabot in #173
- Bump pytest from 8.3.2 to 8.3.3 by @dependabot in #175
- Bump platformdirs from 4.2.2 to 4.3.2 by @dependabot in #174
- Bump cibuildwheel from 2.20.0 to 2.21.0 by @dependabot in #178
- Bump platformdirs from 4.3.2 to 4.3.3 by @dependabot in #177
- Bump urllib3 from 2.2.2 to 2.2.3 by @dependabot in #176
- 166 sphinx docs by @carlkidcrypto in #179
- Create FUNDING.yml by @carlkidcrypto in #185
- Update build_and_publish_to_pypi.yml by @carlkidcrypto in #187
Full Changelog: v1.0.0c4...v1.0.0
v1.0.0c4
What's Changed
- Bump tj-actions/changed-files from 44.5.6 to 44.5.7 by @dependabot in #146
- Bump psf/black from 24.4.2 to 24.8.0 by @dependabot in #147
- Bump black from 24.4.2 to 24.8.0 by @dependabot in #148
- Bump pycodestyle from 2.12.0 to 2.12.1 by @dependabot in #153
- Bump coverage from 7.6.0 to 7.6.1 by @dependabot in #150
- Bump cibuildwheel from 2.19.2 to 2.20.0 by @dependabot in #151
- Bump flake8 from 7.1.0 to 7.1.1 by @dependabot in #152
- Bump sphinx from 7.4.7 to 8.0.0 by @dependabot in #142
- Bump attrs from 23.2.0 to 24.2.0 by @dependabot in #154
- Bump wheel from 0.43.0 to 0.44.0 by @dependabot in #155
- Bump sphinx from 8.0.0 to 8.0.2 by @dependabot in #156
- Bump tj-actions/changed-files from 44.5.7 to 45.0.0 by @dependabot in #160
- Bump setuptools from 72.1.0 to 73.0.1 by @dependabot in #159
- Bump pyparsing from 3.1.2 to 3.1.4 by @dependabot in #161
- Bump setuptools from 73.0.1 to 74.0.0 by @dependabot in #162
- feat: add type annotations for internal code by @wangxin688 in #149
- Release/v1.0.0rc4 by @carlkidcrypto in #164
- Cibuildwheel/fix the pipeline for ga by @carlkidcrypto in #165
Full Changelog: v1.0.0c3...v1.0.0c4