Skip to content

4.60.1

Compare
Choose a tag to compare
@gluemaker gluemaker released this 13 Mar 01:22
· 148 commits to master since this release
e79c32d

4.60.1

Bugfix: Python 3.8.x errors

Trying to use the API client on Python 3.8.x would cause exception like:

TypeError: Optional[t] requires a single type. Got Field(name=None....

Cause: Global namespace confusion with class attributes named 'type' and using a type hint like t.Optional[type].
Resolution: Replaced with t.Any.

Feature: Add include history dates when getting assets

New axonshell argument:

axonshell devices get --include-dates

Will add history_date and current_date to as columns to each asset in output.

What's Changed

  • [SA-3427] Add Include Dates (History and Current) by @bryce-ax in #227
  • 4.60.1 by @lifehackjim in #228
  • 4.60.1 by @lifehackjim in #229

New Contributors

Full Changelog: 4.60.0...4.60.1