Releases: onekey-sec/python-client
Releases · onekey-sec/python-client
v2.3.0
What's Changed
- firmware upload: add analysis configuration selection by @kukovecz in #26
- Bump cryptography from 41.0.4 to 42.0.4 by @dependabot in #27
- Bump idna from 3.1 to 3.7 by @dependabot in #28
New Contributors
Full Changelog: v2.2.0...v2.3.0
v2.2.0
Marton ILLES (5):
- cli: improve CI result retrieval query to fetch only the required firmware data
- client: extend authentication to support API token
- cli: extend the CLI to support both email/password and API token based access
- doc: updated README.md to reflect latest API changes
- bumped version to 2.2.0
dependabot[bot] (4):
- Bump cryptography from 39.0.1 to 41.0.3
- Bump cryptography from 41.0.3 to 41.0.4
- Bump certifi from 2022.12.7 to 2023.7.22
v2.1.1
Marton ILLES (2):
- client: increase firmware upload timeout to 60s and make it configurable
- bumped version to 2.1.1
v2.1.0
bumped version to 2.1.0
v2.0.3
bumped version to 2.0.3
v2.0.2
bumped version to 2.0.2
v2.0.1
New version to update httpx dependency version due to (CVE-2021-41945)
v2.0.0
We rebranded our company, from now on we are ONEKEY at https://onekey.com/
We changed the name of our Python client accordingly, the new package name is onekey_client
, so a new major version was needed.
There are no functional changes in the code.
v1.2.1
bumped black version to 22.3.0 to be compatible with python 3.9
v0.1.2
Fixed minor issues for Firmware upload.