Releases: topcoder-platform/taas-apis
Releases · topcoder-platform/taas-apis
taas-apis-v1.5.3.1
Patch Notes
- add new Job Candidate status
topcoder-rejected
topcoder-platform/taas-app#142
taas-apis-v1.5.3
Release Notes
- feat: Support email template for requesting an extension, support for TaaS App feature topcoder-platform/taas-app#124
- feat: Add new field
isApplicationPageActive
to the Job model #168
taas-apis-v1.5.2
Hotfix
Improve error logging to see the real error during inviting users by email on PROD in the console. To debug issue topcoder-platform/taas-app#119.
taas-apis-v1.5.1
Hotfix
Fix logging error message to fix Internal Server Error
in this issue topcoder-platform/taas-app#119
taas-apis-v1.5
Release Notes
- feat: scripts to re-index data from DB to ES #67
- feat: script to import data from RCRM using CSV file #101
- feat: scripts to import/export demo data locally #67
- feat: replace
Job.endDate
field withJob.duration
field #143 - feat: created
POST /taas-teams/email
endpoint to send emails for TaaS App - Interface for Report an Issue
#144 - feat: created
POST /taas-teams/:teamId/members
endpoint to add multiple members by handles and emails #148 - feat: created proxy endpoints
GET /taas-teams/:teamId/members
,GET /taas-teams/:teamId/invites
,DELETE /taas-teams/:teamId/members/:memberId
#158 - fix: allow sending
null
values for the fields which allownull
#137 - fix: candidates list in
GET /taas-teams/:teamId/jobs/:jobId
endpoint #152 - refactor:
deletedAt
is managed automatically instead of writing custom logic to avoid bugs when we forget about it.createdAt
andupdatedAt
are also managed automatically now #132 - chore: unify all the data to be consistent with
null
orundefined
fields`: - chore: Improve Local Setup process #67
taas-apis-v1.0.4
To make a hotfix for the issue topcoder-platform/taas-app#114 we had to add one feature:
- feat: support a new Job Candidate status "interview"
taas-apis-v1.0.3
taas-apis-v1.0.3
temp release to accomodate connect intake form release for duration
field ahead of taas-app v1.5
release. To avoid impact on duration field. hence it's temp removed in taas-apis.
1.0.1 - remove duration field
1.0.2 - aded debug log
1.0.3 - aded debug log
taas-apis-v1.0
taas-apis-v1.0 release from master branch