Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-03-28 | 3.5 kB | |
V2.0.0b3 source code.tar.gz | 2025-03-28 | 823.3 kB | |
V2.0.0b3 source code.zip | 2025-03-28 | 984.6 kB | |
Totals: 3 Items | 1.8 MB | 0 |
Summary
Version 2.0.0 beta 4 enhances backward compatibility with V1.X.X by allowing certain parameters to accept both string and integer inputs, aligning with V1.0.0's behavior. Additionally, numerous unit test updates have been implemented to resolve bugs and improve code coverage.
:::python
def __init__(
self,
...
port_number: Union[str, int] = "",
version: Union[str, int] = "3",
...
retries: Union[str, int] = "3",
timeout: Union[str, int] = "1",
...
):
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
- Bump sphinx from 8.1.3 to 8.2.0 by @dependabot in https://github.com/carlkidcrypto/ezsnmp/pull/296
- Bump flake8 from 7.1.1 to 7.1.2 by @dependabot in https://github.com/carlkidcrypto/ezsnmp/pull/295
- Bump coverage from 7.6.10 to 7.6.12 by @dependabot in https://github.com/carlkidcrypto/ezsnmp/pull/294
- Bump pip from 25.0 to 25.0.1 by @dependabot in https://github.com/carlkidcrypto/ezsnmp/pull/293
- 303 bug session parameters in v200b2 better compatiblity with v1xx by @carlkidcrypto in https://github.com/carlkidcrypto/ezsnmp/pull/307
- Bump sphinx from 8.2.0 to 8.2.3 by @dependabot in https://github.com/carlkidcrypto/ezsnmp/pull/306
- Bump pytest from 8.3.4 to 8.3.5 by @dependabot in https://github.com/carlkidcrypto/ezsnmp/pull/305
- Bump cibuildwheel from 2.22.0 to 2.23.0 by @dependabot in https://github.com/carlkidcrypto/ezsnmp/pull/304
- Bump setuptools from 75.8.0 to 75.8.2 by @dependabot in https://github.com/carlkidcrypto/ezsnmp/pull/302
- Bump breathe from 4.35.0 to 4.36.0 by @dependabot in https://github.com/carlkidcrypto/ezsnmp/pull/300
- Bump attrs from 25.1.0 to 25.3.0 by @dependabot in https://github.com/carlkidcrypto/ezsnmp/pull/310
- Bump cibuildwheel from 2.23.0 to 2.23.1 by @dependabot in https://github.com/carlkidcrypto/ezsnmp/pull/311
- Bump platformdirs from 4.3.6 to 4.3.7 by @dependabot in https://github.com/carlkidcrypto/ezsnmp/pull/315
- Bump coverage from 7.6.12 to 7.7.1 by @dependabot in https://github.com/carlkidcrypto/ezsnmp/pull/317
- Bump setuptools from 75.8.2 to 77.0.3 by @dependabot in https://github.com/carlkidcrypto/ezsnmp/pull/316
- Bump tj-actions/changed-files from 45.0.5 to 46.0.3 in /.github/workflows in the github_actions group across 1 directory by @dependabot in https://github.com/carlkidcrypto/ezsnmp/pull/319
- 297 bug fix failing uts for new o options by @carlkidcrypto in https://github.com/carlkidcrypto/ezsnmp/pull/318
- Update session.py by @carlkidcrypto in https://github.com/carlkidcrypto/ezsnmp/pull/326
- Bump cibuildwheel from 2.23.1 to 2.23.2 by @dependabot in https://github.com/carlkidcrypto/ezsnmp/pull/320
- Bump pyparsing from 3.2.1 to 3.2.3 by @dependabot in https://github.com/carlkidcrypto/ezsnmp/pull/323
Full Changelog: https://github.com/carlkidcrypto/ezsnmp/compare/v2.0.0b2...v2.0.0b3