Skip to content

Releases: IndicoDataSolutions/indico-client-python

6.8.0

26 Aug 16:50

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.1.0...6.8.0

draft release process

13 Aug 03:49
797b4b0

Choose a tag to compare

draft release process Pre-release
Pre-release
fix: change dockerfile (#330)

* fix: change dockerfile

* Create tox.Dockerfile

---------

Co-authored-by: MC <meg.cahill@indico.io>

6.8.0-alpha0

06 Aug 14:32

Choose a tag to compare

6.8.0-alpha0 Pre-release
Pre-release

fix a bug in the async indico client where we strip out the extension of a file when generating the file args for an aiohhtp request

What's Changed

Full Changelog: 6.1.0-alpha1...6.8.0-alpha0

6.7.0-alpha0

11 Apr 14:22
c3503bc

Choose a tag to compare

6.7.0-alpha0 Pre-release
Pre-release

Adds backwards-compatible static typing support for use in Python 3.8+ typed contexts.

client: IndicoClient = IndicoClient(IndicoConfig(...))

# this is valid
subs: list[Submission] = client.call(ListSubmission(...))
# this is not, and will throw a typing error 
subs: list[str] = client.call(ListSubmission(...))

What's Changed

Full Changelog: 6.6.0...6.7.0-alpha0

5.1.5

09 Apr 15:35

Choose a tag to compare

Adds patch to loosen required requests library version

6.6.0

25 Mar 16:49
1d5ea16

Choose a tag to compare

Introduces a new AsyncIndicoClient - a client which supports concurrent API calls using Python's built-in asyncio library. See examples for more details
Includes Async support plus additional pagination, attributes on submissions.

What's Changed

Full Changelog: 6.0.0...6.6.0

6.1.0-alpha1

28 Feb 20:54
2fc2dd4

Choose a tag to compare

6.1.0-alpha1 Pre-release
Pre-release

ALPHA RELEASE - Includes Async support plus additional pagination, attributes on submissions.

What's Changed

Full Changelog: 6.1.0-alpha0...6.1.0-alpha1

6.1.0-alpha0

08 Feb 17:44
d643b57

Choose a tag to compare

6.1.0-alpha0 Pre-release
Pre-release

Introduces a new AsyncIndicoClient - a client which supports concurrent API calls using Python's built-in asyncio library. See examples for more details

6.0.0

15 Nov 15:06
08bdc1b

Choose a tag to compare

Updates to match with Indico 6!
Deprecates modelLoad. Adds support for readapi tables. Adds ability to create and remove integrations along with workflows. Adds ability to register custom blueprints for workflows. Makes IndicoRequestError more descriptive. Updates list of supported mimetypes. Adds python 3.11 as an officially supported version. Many improvements to unit and integration tests. Fixes an issue with timeout parameters not working as intended.

What's Changed

New Contributors

Full Changelog: 5.9.0...6.0.0

[Pre-Release] 6.0.0-alpha3

17 May 17:29
41afc27

Choose a tag to compare

Pre-release

Preview release for Indico Platform 6.0

What's Changed

Full Changelog: 5.9.0...6.0.0-alpha3