Releases: falkowich/pyise-ers
0.3.0.3 - First release with 0.3 code.
Thanks for all the help with this library.
The PR's and the kind worlds.
This is probably the last release for pyise-ers by me, there is a community project https://github.com/CiscoISE/ciscoisesdk that has more features and is more future-proof.
--
Kind Regards Falk
namechange - pyise-ers
In 2021 I tried to publish the library to DevNet and beq modulename was just "ise" I had to do a rename on the package, module and repository.
- Repository is named pyise-ers,
- The PyPI package is namde pyise-ers.
- The module is named pyiseers (for conveniens of imports wihtout dashes in them)
If you use the "old 0.1.2.x" ise packages in PyPi, please update your requirements to pyise-ers to get continued updates.
(after testing everything in your environment offcourse)
In here are PR's for bugs and enhancements like.
- #148 by mortiz-code that fixes ISE 3.0.x compability.
- #154 by ethangrinnell78
namechange - pyise-ers
In 2021 I tried to publish the library to DevNet and beq modulename was just "ise" I had to do a rename on the package, module and repository.
- Repository is named pyise-ers,
- The PyPI package is namde pyise-ers.
- The module is named pyiseers (for conveniens of imports wihtout dashes in them)
If you use the "old 0.1.2.x" ise packages in PyPi, please update your requirements to pyise-ers to get continued updates.
(after testing everything in your environment offcourse)
In here are PR's for bugs and enhancements like.
- #148 by mortiz-code that fixes ISE 3.0.x compability.
- #154 by ethangrinnell78
0.1.2 - Implement CSRF Check & some TrustSec settings
PR from: joshand
- Implement ERS CSRF Check for Enhanced Security
- Add CRUD methods for SGT, SGACL and EgressMatrixCell
- Add unit tests in the same style as other unit tests, execute tests with & without CSRF on ISE 2.4 and ISE 2.7
- Update README with examples
0.1.1 - Removed sys.exit
Bugfix
Removed sys.exit()
from the module.
Updated to python min 3.6+
0.1.0.1 python_requires='>=3.6' beq there are some f-strings in
Initial release to PyPi
0.1.0 ...
Test release to Test-PyPi
0.1.0-rc ...