Skip to content

Releases: falkowich/pyise-ers

0.3.0.3 - First release with 0.3 code.

28 Oct 15:42
4a8b1d0
Compare
Choose a tag to compare

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

05 Oct 17:01
447c06b
Compare
Choose a tag to compare

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.

namechange - pyise-ers

05 Oct 16:58
447c06b
Compare
Choose a tag to compare
Pre-release

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.

0.1.2 - Implement CSRF Check & some TrustSec settings

24 May 16:26
4f76253
Compare
Choose a tag to compare

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

05 May 07:40
75da316
Compare
Choose a tag to compare

Bugfix

Removed sys.exit() from the module.

Updated to python min 3.6+

14 Apr 13:25
Compare
Choose a tag to compare
0.1.0.1

python_requires='>=3.6' beq there are some f-strings in

Initial release to PyPi

14 Apr 09:19
Compare
Choose a tag to compare

Test release to Test-PyPi

14 Apr 09:02
Compare
Choose a tag to compare
Pre-release
0.1.0-rc

...