Update M16 Release Notes authored by Mark Yan's avatar Mark Yan
......@@ -76,7 +76,13 @@ As with M15, M16 does not contain any in-place schema changes (no M15 schema res
### DDMS
- `Seismic DDMS`
- To add
- Added implementation for Seismic Acquisition Survey api in sdms-V4
- Add support for Seismic Processing Project API
- Add support for Seismic Line Geometry API
- Added implementation for Seismic Bin Grid api in sdms-V4
- Added implementation for Seismic Trace Data api in sdms-V4
- Added 2D/3D Interpretation set schemas, fixed connection strings endpoints, reviewed the service code
- Make SDMS-V4 service dynamic by removing the hardcoded schema data from the service
- `Wellbore DDMS`
- Support of [Wellbore:1.3.0](https://community.opengroup.org/osdu/data/data-definitions/-/blob/v0.19.0/E-R/master-data/Wellbore.1.3.0.md), see issue [!#56](https://community.opengroup.org/osdu/platform/domain-data-mgmt-services/wellbore/wellbore-domain-services/-/issues/56 "M16 Wellbore1.3.0 model might come in M16")
- Support of [MarkerType:1.0.1](https://community.opengroup.org/osdu/data/data-definitions/-/blob/master/ReferenceValues/ChangeLogs/M16/README.md#markertype101), see issue [!#57](https://community.opengroup.org/osdu/platform/domain-data-mgmt-services/wellbore/wellbore-domain-services/-/issues/57 "support of MarkerType 1.0.1")
......@@ -125,7 +131,10 @@ As with M15, M16 does not contain any in-place schema changes (no M15 schema res
### DDMS
- `Seismic DDMS`
- To add
- Add condition for missing acl group
- Record delete doesn't affect entity
- Replaced six library with urllib.parse.quote and removed unused imports
- General bug fixes & stability improvement. Refer to [service](https://community.opengroup.org/osdu/platform/domain-data-mgmt-services/seismic/seismic-dms-suite/seismic-store-service/-/wikis/Releases#release-019), [sdapi](https://community.opengroup.org/osdu/platform/domain-data-mgmt-services/seismic/seismic-dms-suite/seismic-store-cpp-lib/-/wikis/Releases#release-019), and [sdutil](https://community.opengroup.org/osdu/platform/domain-data-mgmt-services/seismic/seismic-dms-suite/seismic-store-sdutil/-/wikis/Releases#release-019) for detailed notes
- `Wellbore DDMS`
- [Security fix](https://nvd.nist.gov/vuln/detail/CVE-2022-23491), certify lib upgrade - see [!689](https://community.opengroup.org/osdu/platform/domain-data-mgmt-services/wellbore/wellbore-domain-services/-/merge_requests/689 "Update certify to latest version")
- FastAPI upgraded to 0.88 - see [!674](https://community.opengroup.org/osdu/platform/domain-data-mgmt-services/wellbore/wellbore-domain-services/-/merge_requests/674 "Upgrade fastapi 0.88.0")
......
......