Releases: Axonius/axonius_api_client
Releases · Axonius/axonius_api_client
5.0.11
Library Changes
- Added an automatic connection retry mechanism. This includes two parameters:
- max-retries: the total number of retry attempts you want to allow
- retry-backoff: the number of seconds (multiple against the retry attempt #) used as a delay
Full Changelog: 5.0.10...5.0.11
5.0.10
Library Changes
- Fixed an issue where the model schema was incorrect for fetch_events_count.
Full Changelog: 5.0.9...5.0.10
5.0.9 (#273)
Library Changes
- added a check around the ssl certificate not coming back over socks5 proxies
- updated the current user schema
Full Changelog: 5.0.8...5.0.9
5.0.8
5.0.7
Library Changes
- Adding examples for modifying settings using the CLI.
- Small changes for more clarity.
- Allow complex objects in system settings to be configured.
- Fix for enforcements coming back where their updated_by is an empty string.
- Updating the
add_adapter_cnxs_from_csv.py
example. It now supports labels and tunnels. - Adding the parameter
return_plain_data
to support the parameter being added to Axonius.
Full Changelog: 5.0.6...5.0.7
5.0.6
Library Changes
- BUGFIX: Fixed an issue where some custom fields containing a `:` could confuse the field parser.
- Updated some pytests.
Full Changelog: 5.0.5...5.0.6
5.0.5
Library Changes
- Added logic to filter the cf token code path by default now needs either a token set or cf_run / cr_env to be true for token use.
- Change no schema found errors from warnings to debug so they can be more easily filtered out by log levels.
Full Changelog: 5.0.4...5.0.5
5.0.4
5.0.4
Library changes
FIX SystemSettings update typo
ConfigNmae -> ConfigName
DEV workflow updates
- replacing flake8, bandit, pydocstyle, and isort with ruff (keeping black, though!). Ruff instantly responds for linting in vscode
- starting to incorporate mypy but lots of problems and work to do there so temporarily paused
- modifications made to silence new linter outputs
- get rid of pytest-httpbin reliance, it's been broken for ages
Full Changelog: 5.0.3...5.0.4
5.0.3
5.0.3
Library changes
FIX wrap errors when getting current user
While using a service account to authenticate with axonshell,
the get_current_user
method returns a 404 error.
This is now fixed by wrapping the call and returning None if the
call fails for any reason.
What's Changed
Full Changelog: 5.0.2...5.0.3
5.0.2
5.0.2
Library changes
FIX pin urllib3
The recent release of requests https://github.com/psf/requests/releases/tag/v2.30.0 changed from
urllib3 v1 to urllib3 v2. This broke cert_human and http.Http. I will update both later to use
urllib3 v2 (which will limit the minimum python version to 3.7).
What's Changed
Full Changelog: 5.0.1...5.0.2