Skip to content

Releases: IndicoDataSolutions/indico-client-python

Bytestream support

05 Aug 15:44
0ead7d2
Compare
Choose a tag to compare

This release adds support for passing in BufferedIOBase derived objects to the WorkflowSubmission query, enabling SDK users to manage how they get and manage files for upload by passing in just the streams instead of filepaths.

Document Reporting, Bugfixes

29 Jul 15:46
09df0e7
Compare
Choose a tag to compare

This release enables Document Reporting metrics and Submission Retry, supported on IPA v4.11+ as well as a bugfix for handling server side gzip compression.

4.11.1 - Workflow Metrics

13 Jul 18:11
b17fc33
Compare
Choose a tag to compare

This release adds support for workflow metrics data retrieval. See the example under the examples folder for usage demonstration,

4.11.0 - User Metrics

25 May 15:33
4435b2a
Compare
Choose a tag to compare

This version brings two big changes:

  • User Metrics Reporting is now available! See docs for more info on this feature and examples.

  • The version number is now in sync with the minimum required IPA Platform version. The minimum required IPA version to access all features in this packages is 4.11.0.

Add Python3.9 Support

22 Mar 18:30
71bb17a
Compare
Choose a tag to compare

Release notes:

  • Adds support for Python 3.9.
  • Fixes RetrieveStorageObject deserialization issue with pdfs.

AddToWorkflow + versioneer

01 Mar 22:29
4a7cd5b
Compare
Choose a tag to compare

fixing an issue with versioneer in the pipeline

4.8.0

01 Mar 18:11
75ff4c7
Compare
Choose a tag to compare

Adds AddDataToTeachTask