Releases: onekey-sec/python-client
Releases · onekey-sec/python-client
v2.4.0
What's Changed
- Bump certifi from 2024.2.2 to 2024.7.4 by @dependabot[bot] in #30
- Bump pydantic from 1.8.2 to 1.10.13 by @dependabot[bot] in #31
- Bump zipp from 3.18.1 to 3.19.1 by @dependabot[bot] in #32
- Bump cryptography from 42.0.5 to 43.0.1 by @dependabot[bot] in #33
- Bump authlib from 0.15.6 to 1.3.1 by @dependabot[bot] in #29
- ci: test with recent and supported python version by @vlaci in #43
- fix(deps): update dependency click to v8.1.8 by @renovate[bot] in #34
- fix(deps): update dependency pydantic to v1.10.20 by @renovate[bot] in #35
- chore(deps): update dependency black to v24.10.0 by @renovate[bot] in #36
- fix(deps): update dependency httpx to v0.28.1 by @renovate[bot] in #38
- chore(deps): update actions/checkout action to v4 by @renovate[bot] in #39
- chore(deps): update actions/setup-python action to v5 by @renovate[bot] in #40
- fix(deps): update dependency importlib-resources to v6 by @renovate[bot] in #41
- fix(deps): update dependency pydantic to v2 by @renovate[bot] in #42
- fix(deps): update dependency pydantic to v2.10.6 by @renovate[bot] in #45
- Python: drop support for Python 3.8 by @vlaci in #44
- chore(deps): update dependency black to v25 by @renovate[bot] in #46
- fix(deps): update dependency authlib to >=1.4.1,<2.0.0 by @renovate[bot] in #47
- fix(deps): update dependency importlib-resources to v6.5.2 by @renovate[bot] in #48
- Migrate from Poetry to uv by @vlaci in #50
- chore(deps): update dependency ruff to v0.14.10 by @renovate[bot] in #54
- fix(deps): update dependency pydantic to v2.12.5 by @renovate[bot] in #55
- chore(deps): update astral-sh/setup-uv action to v7 by @renovate[bot] in #57
- chore(deps): update actions/checkout action to v6 by @renovate[bot] in #56
- Bump version to 2.4.0 by @vlaci in #53
- chore(deps): lock file maintenance (pyproject.toml) by @renovate[bot] in #58
- fix(examples): fix type of tenants variable by @vlaci in #60
- Extend ruff ruleset by @vlaci in #61
- Cleanup depependencies by @vlaci in #59
New Contributors
Full Changelog: v2.3.0...v2.4.0
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