6.0.0
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
- [CAT-433] Deprecate ModelLoad by @goatrocks in #227
- [CAT-625] fix typo in org_annotate_model_group by @fitzworkhub in #229
- Updates for IPA 6.x by @meghanhickey in #230
- [CAT-633] FIX: document extraction image test by @meghanhickey in #231
- [CAT-634] fix integration tests by @meghanhickey in #232
- ADD: readapi tables v1 by @meghanhickey in #234
- [CAT-504] add mutation for deleting integrations by @fitzworkhub in #235
- [CAT-504] Update docs by @fitzworkhub in #236
- [CAT-503] Add pause integration mutation by @fitzworkhub in #237
- [CAT-646] Fix skipped integration tests by @fitzworkhub in #240
- [CAT-644] FIX: integration tests by @meghanhickey in #238
- adding notes to doc report integration tests by @meghanhickey in #241
- [CAT-657] update structure of labels in addLabels integration test by @fitzworkhub in #242
- [CAT-659] improve test for filtered classes by @goatrocks in #249
- [CAT-707] Add call to register custom blueprints by @meghanhickey in #250
- add filter docs by @meghanhickey in #251
- update workflows docstring by @fitzworkhub in #253
- fix create custom blueprint call and add labels test by @meghanhickey in #254
- Add missing required
errorargument toIndicoRequestError()by @mawelborn in #247 - fix submission example by @meghanhickey in #271
- [CAT-822] Update Python Version by @nateshim-indico in #270
- [CAT-781] Migrate Mimetypes from Mediocris into Client by @nateshim-indico in #274
- [CAT-799] Timeout Parameter Not Set Up as Expected by @nateshim-indico in #273
New Contributors
- @mawelborn made their first contribution in #247
Full Changelog: 5.9.0...6.0.0