Releases: Exabyte-io/api-client
Releases · Exabyte-io/api-client
v2023.5.18-0
Release 2023.5.18-0 created by exabyte-io-bot
v2022.2.7-0
Release 2022.2.7-0 created by exabyte-io-bot
2022.1.13-0: Merge pull request #27 from Exabyte-io/feature/SOF-5417
Release 2022.1.13-0 created by exabyte-io-bot
2022.1.9-0: Merge pull request #29 from Exabyte-io/fix/github-token
Release 2022.1.9-0 created by exabyte-io-bot
2021.06.25
- Bugfix for NotImplemented vs NotImplementedError
2021.05.06
- expose common endpoints in package init
- minor packaging changes
2021.01.18.1-pypi
Adds new functionality to allow JobEndpoints objects to interface with the InsertOutputFiles API call
2021.01.18.1
Release to trigger PyPi upload
2021.01.18
Update JobEndpoints to have a new method for the list_files API call
2020.10.19
- Python 3 compatibility only - users of Python 2 should continue to use version 1.0.0
- Restructuring of import modules to add an exabyte_api_client top-level module (i.e.,
from exabyte_api_client.endpoints import *
) - Add Github Actions for CI execution of unit and integration tests