Releases: carlkidcrypto/ezsnmp
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
v1.0.0c3
What's Changed
- Bump pycodestyle from 2.11.1 to 2.12.0 by @dependabot in #111
- Bump urllib3 from 2.2.1 to 2.2.2 in the pip group by @dependabot in #110
- Bump flake8 from 7.0.0 to 7.1.0 by @dependabot in #112
- Update build_and_publish_to_test_pypi.yml by @carlkidcrypto in #113
- Bump tj-actions/changed-files from 44.5.2 to 44.5.3 by @dependabot in #116
- Bump pip from 24.0 to 24.1 by @dependabot in #115
- Bump setuptools from 70.0.0 to 70.1.0 by @dependabot in #114
- Bump setuptools from 70.1.0 to 70.3.0 by @dependabot in #125
- Bump pip from 24.1 to 24.1.2 by @dependabot in #124
- Bump cibuildwheel from 2.19.1 to 2.19.2 by @dependabot in #123
- Bump MishaKav/pytest-coverage-comment from 1.1.51 to 1.1.52 by @dependabot in #121
- Bump coverage from 7.5.3 to 7.5.4 by @dependabot in #118
- Bump tj-actions/changed-files from 44.5.3 to 44.5.5 by @dependabot in #117
- Bump sphinx from 7.3.7 to 7.4.4 by @dependabot in #127
- Bump coverage from 7.5.4 to 7.6.0 by @dependabot in #126
- Bump tj-actions/changed-files from 44.5.5 to 44.5.6 by @dependabot in #130
- Bump sphinx from 7.4.4 to 7.4.6 by @dependabot in #131
- Bump setuptools from 70.3.0 to 71.0.3 by @dependabot in #132
- Bump setuptools from 71.0.3 to 71.0.4 by @dependabot in #133
- Bump sphinx from 7.4.6 to 7.4.7 by @dependabot in #135
- Bump pytest from 8.2.2 to 8.3.1 by @dependabot in #136
- Bump setuptools from 71.0.4 to 71.1.0 by @dependabot in #137
- Bump pytest from 8.3.1 to 8.3.2 by @dependabot in #140
- Bump setuptools from 71.1.0 to 72.1.0 by @dependabot in #144
- Bump pip from 24.1.2 to 24.2 by @dependabot in #143
- feat: add type for high level api # 138 by @wangxin688 in #139
- Feature/pull in more upstream fixes by @carlkidcrypto in #134
- Prepping For V1.0.0.c3 by @carlkidcrypto in #145
New Contributors
- @wangxin688 made their first contribution in #139
Full Changelog: v1.0.0c2...v1.0.0c3
v1.0.0c2
What's Changed
- Bump packaging from 23.2 to 24.0 by @dependabot in #51
- Bump cibuildwheel from 2.16.5 to 2.17.0 by @dependabot in #52
- Bump wheel from 0.38.1 to 0.43.0 by @dependabot in #53
- Bump pytest from 8.0.2 to 8.1.1 by @dependabot in #54
- Bump tj-actions/changed-files from 42.0.7 to 42.1.0 by @dependabot in #55
- Bump tj-actions/changed-files from 42.1.0 to 43.0.0 by @dependabot in #57
- Bump setuptools from 69.1.1 to 69.2.0 by @dependabot in #58
- Bump coverage from 7.4.3 to 7.4.4 by @dependabot in #59
- Bump psf/black from 24.2.0 to 24.3.0 by @dependabot in #60
- Bump black from 24.2.0 to 24.3.0 by @dependabot in #61
- Bump tj-actions/changed-files from 43.0.0 to 43.0.1 by @dependabot in #62
- Bump pytest-cov from 4.1.0 to 5.0.0 by @dependabot in #63
- Bump tj-actions/changed-files from 43.0.1 to 44.0.0 by @dependabot in #65
- Bump build from 1.1.1 to 1.2.1 by @dependabot in #66
- Pulls in Three PRs From upstream easysnmp by @carlkidcrypto in #67
- Bump tj-actions/changed-files from 44.0.0 to 44.0.1 by @dependabot in #68
- Bump psf/black from 24.3.0 to 24.4.0 by @dependabot in #69
- Bump black from 24.3.0 to 24.4.0 by @dependabot in #70
- Bump setuptools from 69.2.0 to 69.5.1 by @dependabot in #71
- Bump sphinx from 7.2.6 to 7.3.0 by @dependabot in #72
- Bump sphinx from 7.3.0 to 7.3.6 by @dependabot in #73
- Bump tj-actions/changed-files from 44.0.1 to 44.1.0 by @dependabot in #74
- Bump tj-actions/changed-files from 44.1.0 to 44.3.0 by @dependabot in #75
- Bump sphinx from 7.3.6 to 7.3.7 by @dependabot in #76
- Bump chuhlomin/render-template from 1.9 to 1.10 by @dependabot in #77
- Bump pluggy from 1.4.0 to 1.5.0 by @dependabot in #78
- Bump platformdirs from 4.2.0 to 4.2.1 by @dependabot in #79
- Bump coverage from 7.4.4 to 7.5.0 by @dependabot in #80
- Bump psf/black from 24.4.0 to 24.4.1 by @dependabot in #81
- Bump black from 24.4.0 to 24.4.2 by @dependabot in #83
- Bump pytest from 8.1.1 to 8.2.0 by @dependabot in #86
- Bump psf/black from 24.4.1 to 24.4.2 by @dependabot in #84
- Bump carlkidcrypto/os-specific-runner from 2.0.0 to 2.1.0 by @dependabot in #88
- Bump coverage from 7.5.0 to 7.5.1 by @dependabot in #87
- Bump tj-actions/changed-files from 44.3.0 to 44.4.0 by @dependabot in #89
- Bump cibuildwheel from 2.17.0 to 2.18.0 by @dependabot in #90
- Bump cibuildwheel from 2.18.0 to 2.18.1 by @dependabot in #92
- Bump pytest from 8.2.0 to 8.2.1 by @dependabot in #93
- Bump platformdirs from 4.2.1 to 4.2.2 by @dependabot in #91
- Bump setuptools from 69.5.1 to 70.0.0 by @dependabot in #94
- Bump tj-actions/changed-files from 44.4.0 to 44.5.1 by @dependabot in #97
- Bump coverage from 7.5.1 to 7.5.2 by @dependabot in #98
- Bump coverage from 7.5.2 to 7.5.3 by @dependabot in #99
- Bump pytest from 8.2.1 to 8.2.2 by @dependabot in #101
- Bump tj-actions/changed-files from 44.5.1 to 44.5.2 by @dependabot in #100
- Bugfix/look into #96 by @carlkidcrypto in #102
- Feature/fix pypi deployment by @carlkidcrypto in #103
- Use snprintf by @carlkidcrypto in #104
- Bump packaging from 24.0 to 24.1 by @dependabot in #105
- Bump cibuildwheel from 2.18.1 to 2.19.0 by @dependabot in #106
- Bump cibuildwheel from 2.19.0 to 2.19.1 by @dependabot in #107
- Manual Pull In ChangeSet by @carlkidcrypto in #109
- 50 bug ezsnmperror usm unknown security name no such user exists by @carlkidcrypto in #108
Full Changelog: v1.0.0c1...v1.0.0c2
v1.0.0c1
What's Changed
- Bump tj-actions/changed-files from 42.0.4 to 42.0.5 by @dependabot in #41
- Bump pytest from 8.0.1 to 8.0.2 by @dependabot in #42
- Bump build from 1.0.3 to 1.1.1 by @dependabot in #43
- Bump pyparsing from 3.1.1 to 3.1.2 by @dependabot in #46
- Bump tj-actions/changed-files from 42.0.5 to 42.0.7 by @dependabot in #48
- 44 bug v3 multi threading fails due to user cache by @carlkidcrypto in #45
- Bump wheel from 0.37.1 to 0.38.1 by @dependabot in #49
- Kudos to @mtuska for helping with #44
Full Changelog: v1.0.0c...v1.0.0c1
v1.0.0c
What's Changed
- Feature/rename stuff by @carlkidcrypto in #2
- 3 Ensure Sphinx Build Works by @carlkidcrypto in #7
- 6 move to c++17 by @carlkidcrypto in #8
- 4 ensure macos tests work by @carlkidcrypto in #9
- 5 pypi by @carlkidcrypto in #10
- Bump tj-actions/changed-files from 41.0.1 to 42.0.0 by @dependabot in #13
- Bump psf/black from 23.12.1 to 24.1.0 by @dependabot in #16
- Bump peter-evans/create-or-update-comment from 3 to 4 by @dependabot in #15
- Bump tj-actions/changed-files from 42.0.0 to 42.0.2 by @dependabot in #14
- Cibuildwheel by @carlkidcrypto in #20
- Bump pluggy from 1.0.0 to 1.4.0 by @dependabot in #25
- Bump black from 24.1.0 to 24.1.1 by @dependabot in #24
- Bump urllib3 from 2.1.0 to 2.2.0 by @dependabot in #23
- Bump pytest from 7.4.4 to 8.0.0 by @dependabot in #22
- Bump cibuildwheel from 2.16.2 to 2.16.5 by @dependabot in #21
- Bump psf/black from 24.1.0 to 24.1.1 by @dependabot in #17
- Bump pytest-sugar from 0.9.7 to 1.0.0 by @dependabot in #28
- Bump setuptools from 69.0.2 to 69.0.3 by @dependabot in #27
- Bump platformdirs from 2.5.2 to 4.2.0 by @dependabot in #26
- Bump pytest from 8.0.0 to 8.0.1 by @dependabot in #34
- Bump MishaKav/pytest-coverage-comment from 1.1.50 to 1.1.51 by @dependabot in #33
- Bump psf/black from 24.1.1 to 24.2.0 by @dependabot in #32
- Bump black from 24.1.1 to 24.2.0 by @dependabot in #31
- Bump setuptools from 69.0.3 to 69.1.0 by @dependabot in #30
- Bump pip from 23.3.2 to 24.0 by @dependabot in #29
- Bump tj-actions/changed-files from 42.0.2 to 42.0.4 by @dependabot in #36
- Bump urllib3 from 2.2.0 to 2.2.1 by @dependabot in #35
- Bump coverage from 7.4.1 to 7.4.2 by @dependabot in #37
- Bump setuptools from 69.1.0 to 69.1.1 by @dependabot in #39
- Bump coverage from 7.4.2 to 7.4.3 by @dependabot in #38
- 19 cibuildwheel tests by @carlkidcrypto in #40
New Contributors
- @carlkidcrypto made their first contribution in #2
- @dependabot made their first contribution in #13
Full Changelog: https://github.com/carlkidcrypto/ezsnmp/commits/v1.0.0c