4.20.3
Pre-release
Pre-release
4.20.3
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
- Added support for templating in --export-path and --export-file, templates supported:
What's Changed
- Feature/asset export file templating by @lifehackjim in #179
Full Changelog: 4.20.2...4.20.3