Skip to content

4.20.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@gluemaker gluemaker released this 25 Mar 04:28
· 308 commits to master since this release
6acdea4

4.20.3

⚠️ This is a pre-release

While this version is tested thoroughly, there are a number of core changes to support working with SSL certificates that could produce errors in certain edge cases.

The version that gets installed by pip will be the latest NON pre-release:
pip install axonius-api-client

In order to install a version marked as a pre-release, you need to specify the exact version with pip:
pip install axonius-api-client==4.20.3

AXONSHELL

AXONSHELL enhancments

  • axonshell devices/users get
    • Added support for templating in --export-path and --export-file, templates supported:
      • {DATE} - will be replaced with current datetime stamp in UTC format
      • {HISTORY_DATE} - will be replaced with date of history snapshot chosen or current datetime stamp in UTC format

What's Changed

  • Feature/asset export file templating by @lifehackjim in #179

Full Changelog: 4.20.2...4.20.3