Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

Targeted Environments

- MTOA-INT, MTOA-TEST

...

myTC Account documentation now available through TC confluence : https://tcmarin.atlassian.net/wiki/spaces/MA

Release Notes 1.5.1

  • Addressed an issue with the api/v1/users/{id}/organizations api failure to retrieve organization by the user and service where business system information does not exist in database.

    • Fixed an issue with api/v1/users/{id}/organizations for a given user and service - API fails when there is no "business system type" associated for a given organization for a given user and a given service.

Release Notes 1.5.0

  • 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 #8750: DbContext threading issue: Error when dbcontext is used by two threads at the same time

  • 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.

Service Regulated Entities (PBI #8848)

Updates January 28 – 2021

...

Code Block
languagejson
[
  {
    "Id": "VESSEL_NM",
    "Value": "test"
  },
  {
    "Id": "CDN_SHIP_IND",
    "Value": "test"
  },
  {
    "Id": "IMO",
    "Value": "test"
  },
  {
    "Id": "OFFICIAL_NO",
    "Value": "test"
  }
]

MTOA NuGet packages Release Notes

Version 0.15.20.131 (2021-01-29) (based on the dev branch) 

...

  • Id has been changed from an int to a string.

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
ENTITY_ID_TYPE

SERVICE_REGULATED_ENTITY_ID_TYPE_ID

Drop column and PK

TC_SERVICE_CD, REGULATED_ENTITY_ID_TYPE_CD

New PK

YY213_SVC_REQUEST_
REGULATED_ENTITY_VALUE

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.

...