Releases: topcoder-platform/submissions-api
Releases · topcoder-platform/submissions-api
v1.1.7
1.1.6
Allow submitters to delete their own submissions
v1.1.5
Merge pull request #277 from topcoder-platform/issue_reviewer_role_only Issue reviewer role only
Fix pure V5 Submissions
Merge pull request #254 from topcoder-platform/Issue_253 HOTFIX - do not store legacy challenge id if there isnt one
Swagger and Readme Update
- Made swagger available publicly: http://api.topcoder.com/v5/submissions/docs
- Updated the Readme to match v5 format
DB to ES migration script changes
- No feature change
- Only changes in migration script for DB to ES
Hotfix: Shapeup-pure-v5-task
- correct phaseId mapping in v5/challenge API.
Shapeup: pure v5 task changes
- cut off all dependency on v4 API calls
- "challengeId" field have v5 challenge id i.e. uuid
- migrated last 2 months created challenge data, changes in challengeId filed, mapping to v5 challengeId (uuid)
- update in ES accordingly
Search by Challenge LegacyID or UUID
User can search by Challenge UUID now. If they do, it will be looked up in v5 challenge api and the legacyId used.
Update GET for reviewTypes
v1.0.1 Merge pull request #187 from topcoder-platform/hotfiix/fix-auth0-for-…