Releases: runZeroInc/runzero-sdk-py
Releases · runZeroInc/runzero-sdk-py
v0.8.6
v0.8.5
v0.8.4
v0.8.3
v0.8.2
v0.8.1
v0.8.0
v0.7.3
v0.7.2
v0.7.1
[0.7.1] - 2023-10-13
- A number of type conversions have been added for user convenience.
- The
hostnames
field ofrunzero.types.ImportAsset
now accepts valid strings in addition to therunzero.types.Hostname
type in the list of inputs. - The
tags
field ofrunzero.types.ImportAsset
now accepts valid strings in addition to therunzero.types.Tag
type in the list of inputs. - The
ipv4_addresses
field ofrunzero.types.NetworkInterface
now accepts valid strings in addition to theIPv4Address
type in the list of inputs. - The
ipv6_addresses
field ofrunzero.types.NetworkInterface
now accepts valid strings in addition to theIPv6Address
type in the list of inputs. - The
service_address
field ofrunzero.types.Software
now accepts valid strings in addition to theIPv4Address
/IPv6Address
types. - The
service_address
field ofrunzero.types.Vulnerability
now accepts valid strings in addition to theIPv4Address
/IPv6Address
types.
- The