Targeted Environment
- MTOA-INT, MTOA-TEST
myTC Account documentation now available through TC confluence : https://tcmarin.atlassian.net/wiki/spaces/MA
PBI #8848 - Regulated entity enhancement - CRSM would like to use TC226_REGULATED_ENTITY_ID_TYPE.REGULATED_ENTITY_ID_TYPE_CD for regulated entities Post and Put.
BUG #8881: CRSM setting time back one minute immediately after a status update throws an error.
BUG #8717: Fix for issue where coordinates were removed when re-generating coordinates with id = 0
BUG #7946: GET /organizations and GET /organizations/{id} not returning correct value in OrganizationType
BUG # 8720: PUT /api/v1/organizations - should check DB and include the right ids in response body
BUG #8743: GET /api/v1/permissions/{permissionId}/services/{serviceId}/users/{userId} - need to change responses for various permutations
BUG #8741: DELETE /api/v1/notification-template/{templateName} - unexpected change in status code and response when providing a random name
BUG #6863: POST /api/v1/service-settings can create RTMR settings using SVMMS API key/token
BUG #7326: SVMMS api key & app jwt can access service settings and service preferences of RTMR
Technical works
Security improvement to the service settings apis to ensure a service can only maintain its own service settings.
MTOA NuGet packages Release Notes
Version ---- (2021-01-28) (based on the dev branch)
Breaking change
N/A
MTOA Database – Release Note for Version (v1.13.0)
Schema Structure Changes
Table | Column | Comments |
---|---|---|
YY201_SERVICE_REQUEST | SERVICE_REQUEST_ID, TC_SERVICE_CD | New AK to be used as FK by table YY213_SVC_REQUEST_REGULATED_ENTITY_VALUE |
TC227_SERVICE_REGULATED | SERVICE_REGULATED_ENTITY_ID_TYPE_ID | Drop column and PK |
TC_SERVICE_CD, REGULATED_ENTITY_ID_TYPE_CD | New PK | |
YY213_SVC_REQUEST_ | SERVICE_REGULATED_ENTITY_ID_TYPE_ID | Drop column and FK to TC227_SERVICE_REGULATED_ENTITY_ID_TYPE |
TC_SERVICE_CD, REGULATED_ENTITY_ID_TYPE_CD | New columns and FK to table TC227_SERVICE_REGULATED_ENTITY_ID_TYPE | |
SERVICE_REQUEST_ID, TC_SERVICE_CD, REGULATED_ENTITY_ID_TYPE_CD | New AK to enforce uniqueness per service request | |
SERVICE_REQUEST_ID, TC_SERVICE_CD | New FK to table YY201_SERVICE_REQUEST to make sure the regulated entities are for the same service. |
Data Changes
No data change in this release.