Skip to content

Releases: Axonius/axonius_api_client

5.0.11

12 Dec 04:23
f05840e
Compare
Choose a tag to compare

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

30 Nov 21:40
1a7e9d4
Compare
Choose a tag to compare

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)

09 Nov 23:32
25d7fad
Compare
Choose a tag to compare

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

28 Sep 21:45
1bf5287
Compare
Choose a tag to compare

Library Changes

  • Removed the use_heavy_fields_collection option.

Full Changelog: 5.0.7...5.0.8

5.0.7

30 Aug 18:46
9b340d0
Compare
Choose a tag to compare

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

10 Jul 21:28
5c636c7
Compare
Choose a tag to compare

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

23 Jun 23:58
5f6bac9
Compare
Choose a tag to compare

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

23 Jun 21:57
590feb3
Compare
Choose a tag to compare

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

10 May 13:22
ca37794
Compare
Choose a tag to compare

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

  • 5.0.3 by @lifehackjim in #247
  • 5.0.3 by @lifehackjim in #248

Full Changelog: 5.0.2...5.0.3

5.0.2

04 May 22:54
351a248
Compare
Choose a tag to compare

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

  • Fix/urllib3 pinning by @lifehackjim in #245
  • 5.0.2 by @lifehackjim in #246

Full Changelog: 5.0.1...5.0.2