Skip to content

Releases: runZeroInc/runzero-sdk-py

v0.8.6

24 Sep 17:58
218466c
Compare
Choose a tag to compare

Integrate API endpoints that remove custom integration source from assets

v0.8.5

02 Sep 16:21
@hdm hdm
Compare
Choose a tag to compare

Add missing SiteOptions subnets field.

v0.8.4

23 May 14:37
@hdm hdm
Compare
Choose a tag to compare

Update CVE max_length

v0.8.3

22 May 16:38
@hdm hdm
Compare
Choose a tag to compare

Dependency updates and improved CVE validation

v0.8.2

01 Apr 05:41
@hdm hdm
Compare
Choose a tag to compare
bump actions

v0.8.1

22 Feb 17:31
61625c8
Compare
Choose a tag to compare

[0.8.1] - 2024-02-22

  • Updated certifi dependency to latest version.

v0.8.0

20 Dec 20:46
bce13d1
Compare
Choose a tag to compare

[0.8.0] - 2023-12-20

  • runzero.types.ImportAsset now supports associating services with an asset by adding a runzero.types.Service type to be set on the ImportAsset.services field.
  • Updated certifi dependency to latest version.

v0.7.3

09 Nov 18:44
6e33c50
Compare
Choose a tag to compare

[0.7.3] - 2023-11-09

  • Fixed IDE autocompletion naming for the Software and Vulnerability classes by modifying the underlying class names which previously did not match the exported class name.

v0.7.2

06 Nov 17:15
d5ec208
Compare
Choose a tag to compare

[0.7.2] - 2023-11-06

  • Patched urllib3 dependency to latest version to resolve CVE-2023-45803.

v0.7.1

13 Oct 20:09
6ca173b
Compare
Choose a tag to compare

[0.7.1] - 2023-10-13

  • A number of type conversions have been added for user convenience.
    • The hostnames field of runzero.types.ImportAsset now accepts valid strings in addition to the runzero.types.Hostname type in the list of inputs.
    • The tags field of runzero.types.ImportAsset now accepts valid strings in addition to the runzero.types.Tag type in the list of inputs.
    • The ipv4_addresses field of runzero.types.NetworkInterface now accepts valid strings in addition to the IPv4Address type in the list of inputs.
    • The ipv6_addresses field of runzero.types.NetworkInterface now accepts valid strings in addition to the IPv6Address type in the list of inputs.
    • The service_address field of runzero.types.Software now accepts valid strings in addition to the IPv4Address/IPv6Address types.
    • The service_address field of runzero.types.Vulnerability now accepts valid strings in addition to the IPv4Address/IPv6Address types.