Releases: IndicoDataSolutions/indico-client-csharp
6.6.1
Deprecates V1 IndicoClient
Adds support for bundling submissions, retrieving V3 results, and getting reviews by review Id.
What's Changed
- [CAT-839] Update GetPredictions Examples by @nateshim-indico in #125
- [CAT-856 / CAT-864] GetWorkflow and TrainingModelWithProgress V2 Methods / Convert Models from using Legacy to StrawberryShake Client by @nateshim-indico in #126
- [CAT-857] Move Storage to V2 by @nateshim-indico in #127
- [CAT-858] Convert GraphQLRequest from using Legacy to V2 by @nateshim-indico in #128
- [CAT-860] Datasets V2 by @nateshim-indico in #130
- [CAT-861] Submissions V2 by @nateshim-indico in #131
- [CAT-859] Convert Jobs to V2 by @nateshim-indico in #129
- [CAT-880] Deprecate V1 by @nateshim-indico in #132
- [CAT-892] resolve unit tests by @nateshim-indico in #135
- resolve nuget build by @nateshim-indico in #137
- [CAT-901 + CAT-900] Add SubmissionFilterExample and resolve Submission Status error by @nateshim-indico in #138
- C# bundle=True support by @nateshim-indico in #139
- add v3 result support by @nateshim-indico in #140
- [DEV-11445] implement submission filter parity by @nateshim-indico in #141
- [DEV-11443] Use Batch Upload for workflow submission call by @nateshim-indico in #142
- [DEV-11438] + [CAT-902] Add GetReviews call | Allow null input for ListSubmissions by @nateshim-indico in #143
- [DEV-11454] update tests by @nateshim-indico in #144
- update dockerfile by @nateshim-indico in #145
- [DEV-11466] Fix MarkSubmissionAsRetrieved by @nateshim-indico in #147
Full Changelog: v6.0.0...6.6.0
v6.6.0-preview5
What's Changed
- [DEV-11445] implement submission filter parity by @nateshim-indico in #141
- [DEV-11443] Use Batch Upload for workflow submission call by @nateshim-indico in #142
- [DEV-11438] + [CAT-902] Add GetReviews call | Allow null input for ListSubmissions by @nateshim-indico in #143
- [DEV-11454] update tests by @nateshim-indico in #144
- update dockerfile by @nateshim-indico in #145
Full Changelog: v6.6.0-preview2...v6.6.0-preview5
v6.6.0-preview4
What's Changed
- [DEV-11445] implement submission filter parity by @nateshim-indico in #141
- [DEV-11443] Use Batch Upload for workflow submission call by @nateshim-indico in #142
- [DEV-11438] + [CAT-902] Add GetReviews call | Allow null input for ListSubmissions by @nateshim-indico in #143
- [DEV-11454] update tests by @nateshim-indico in #144
Full Changelog: v6.6.0-preview2...v6.6.0-preview4
v6.6.0-preview2
What's Changed
- resolve nuget build by @nateshim-indico in #137
- [CAT-901 + CAT-900] Add SubmissionFilterExample and resolve Submission Status error by @nateshim-indico in #138
- C# bundle=True support by @nateshim-indico in #139
- add v3 result support by @nateshim-indico in #140
Full Changelog: v6.6.0-preview1...v6.6.0-preview2
[pre-release] v6.6.0-preview1
Fully deprecated and removed Indico V1. All instances of V1 client should be replaced with V2.
What's Changed
- [CAT-839] Update GetPredictions Examples by @nateshim-indico in #125
- [CAT-856 / CAT-864] GetWorkflow and TrainingModelWithProgress V2 Methods / Convert Models from using Legacy to StrawberryShake Client by @nateshim-indico in #126
- [CAT-857] Move Storage methods to V2 by @nateshim-indico in #127
- [CAT-858] Convert GraphQLRequest from using Legacy to V2 by @nateshim-indico in #128
- [CAT-860] Convert Datasets methods to V2 by @nateshim-indico in #130
- [CAT-861] Convert Submissions methods to V2 by @nateshim-indico in #131
- [CAT-859] Convert Jobs methods to V2 by @nateshim-indico in #129
- [CAT-880] Deprecate V1 by @nateshim-indico in #132
- [CAT-892] update unit tests by @nateshim-indico in #135
Full Changelog: v6.0.0...v6.6.0-preview1
6.0.0
Fixes for existing functionality and polish for Indico 6 -- including updating tests, migrating calls to our newer platform, deprecating unused graphql parameters, and adding support for our next generation documentation.
What's Changed
- [CAT-623] ADD: dockerfile and test script by @meghanhickey in #113
- [CAT-626] Get workflow, dataset and model ids from env vars by @fitzworkhub in #114
- [CAT-660] Update integration tests by @fitzworkhub in #115
- [CAT-617] adjust target frameworks by @goatrocks in #117
- [CAT-688] Migrate ListWorkflows call from V1 to V2 by @meghanhickey in #118
- [CAT-323] deprecreate loadModel by @fitzworkhub in #120
- [CAT-803] Add dockerfile for container to generate docs by @meghanhickey in #121
- Update docs.Dockerfile by @goatrocks in #122
- [CAT-815] Edit Docs by @meghanhickey in #123
New Contributors
- @meghanhickey made their first contribution in #112
Full Changelog: v2.6.1...v6.0.0
2.6.1 - Fixes missing port issue
This version fixes a missing port when calling certain legacy calls.
Add ability to skip verify ssl
Add ability to send a custom graphql query
This release adds the ability to send a custom graphql call through the v2 version of the indico client. We also have updated examples.
What's Changed
- GraphQLCall, Get Full and Final Predictions Examples by @nateshim-indico in #102
New Contributors
- @nateshim-indico made their first contribution in #102
Full Changelog: v2.4.1...v2.5.0
v2.4.1
Fix submission file name issue.