Releases: IndicoDataSolutions/indico-client-python
Releases · IndicoDataSolutions/indico-client-python
5.0.0-alpha3
5.0.0-a3 refactor for adding different components
5.0.0-alpha2
5.0.0-a2 fix tests and also deprecte an option we don't use
Error handling tweaks
Adds an 'IndicoHibernationError' for handling hibernating clusters. Adds better exception handling for 500 errors in general.
What's Changed
- [CAT-171] & [CAT-168] Fix exception handling for hibernation and decoding by @goatrocks in #136
Full Changelog: 4.12.7...4.12.9
Revert num pages change
4.12.8 add status into filter (#132)
4.12.6 - Exclude 'tests' package.
This release excludes the tests package from publish.
4.12.5 - Add in Datafile attributes and the DataFilePage class type
Adds the following:
- Adds a few more attributes to the Datafile type (pages, page_ids, and num_pages)
- Adds the DataFilePage class type, so it can be used by the newly added pages attribute.
What's Changed
- [DEV-7866] Add in newer Datafile attributes and the DataFilePage class type by @adrianlacour-indico in #125
Full Changelog: 4.12.4...4.12.5
4.12.4 - Add pagination to ListSubmissions call
Adds ability to use client.paginate
with ListSubmissions
What's Changed
Full Changelog: 4.12.3...4.12.4
Add file_size and num_pages to SubmissionFile
Add the following attributes to the SubmissionFile
type:
file_size
: Size of the file, in bytesnum_pages
: Number of pages in file
Support deleted flag on submissions
Add the ability to query/view deleted flag
Bugfix patch version
Fixes an issue with bytestream support feature