Skip to content

Releases: BESTSELLER/pyfortianalyzer

v2.0.0 - 2024-02-23

23 Feb 07:07
Compare
Choose a tag to compare

Breaking Changes

pyfortianalyzer now no longer supports FortiAnalyzer v7.0.x.
The supported version is now FortiAnalyzer v7.2.x.
pyfortianalyzer no longer supports the legacy session based login method.
The new login method is token based.

New Features

  • Login: Login handling is no longer session based, but token based.
  • System: Added a function for calling a custom API endpoint, FortiManager.system.custom_request().

Other Changes

  • Updated README.md documentation.

v1.0.2 - 2023-10-28

28 Oct 08:38
Compare
Choose a tag to compare

Enhancements

  • Login: Improved login handling.

v1.0.1 - 2023-10-25

25 Oct 19:32
Compare
Choose a tag to compare

Bug Fixes

  • Login: Fixed session handling.

v1.0.0 - 2023-10-25

25 Oct 08:39
Compare
Choose a tag to compare

Initial release!