Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-02-20 | 2.2 kB | |
V2.0.0b2 source code.tar.gz | 2025-02-20 | 808.0 kB | |
v2.0.0b2 source code.tar.gz | 2025-02-20 | 808.0 kB | |
V2.0.0b2 source code.zip | 2025-02-20 | 966.5 kB | |
v2.0.0b2 source code.zip | 2025-02-20 | 966.5 kB | |
Totals: 5 Items | 3.6 MB | 0 |
Summary
With the third stable beta of Version 2.0.0, we have swapped the EzSnmp Exceptions to all inherit from the Generic one and not Exception. We have updated documentation with a migration guide and updated various python3 doc strings. We have introduced five new session parameters:
:::python3
:param load_mibs: Comma-separated string of MIB modules to load.
:type load_mibs: str
:param mib_directories: Comma-separated string of directories to search for MIB files.
:type mib_directories: str
:param print_enums_numerically: Whether to print enums numerically.
:type print_enums_numerically: bool
:param print_full_oids: Whether to print full OIDs.
:type print_full_oids: bool
:param print_oids_numerically: Whether to print OIDs numerically.
:type print_oids_numerically: bool
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
- Update auto_change_log.yml by @carlkidcrypto in https://github.com/carlkidcrypto/ezsnmp/pull/286
- Bugfix/update auto change log by @carlkidcrypto in https://github.com/carlkidcrypto/ezsnmp/pull/287
- Bugfix/update auto change log by @carlkidcrypto in https://github.com/carlkidcrypto/ezsnmp/pull/288
- 290 bug all ezsnmp exceptions should inherit from genericerror by @carlkidcrypto in https://github.com/carlkidcrypto/ezsnmp/pull/291
- 289 bug session parameters are missing in v200b1 by @carlkidcrypto in https://github.com/carlkidcrypto/ezsnmp/pull/298
Full Changelog: https://github.com/carlkidcrypto/ezsnmp/compare/v2.0.0b1...v2.0.0b2