Skip to content

v2.0.0 - 2024-02-23

Latest
Compare
Choose a tag to compare
@RasmusThing RasmusThing released this 23 Feb 07:07
· 1 commit to master since this release

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.