Update M13 Release Notes authored by Okoun-Ola Fabien Houeto's avatar Okoun-Ola Fabien Houeto
...@@ -24,6 +24,20 @@ For detailed services that are included in this release, please refer to [M13 ta ...@@ -24,6 +24,20 @@ For detailed services that are included in this release, please refer to [M13 ta
- _Extended [Schema Usage Guide](https://community.opengroup.org/osdu/data/data-definitions/-/blob/v0.16.0/Guides/README.md), specifically a new section about [OSDU Schemas](https://community.opengroup.org/osdu/data/data-definitions/-/blob/v0.16.0/Guides/Chapters/93-OSDU-Schemas.md)_ - _Extended [Schema Usage Guide](https://community.opengroup.org/osdu/data/data-definitions/-/blob/v0.16.0/Guides/README.md), specifically a new section about [OSDU Schemas](https://community.opengroup.org/osdu/data/data-definitions/-/blob/v0.16.0/Guides/Chapters/93-OSDU-Schemas.md)_
- `Core and Helper Services` - `Core and Helper Services`
- `CRS Catalog and Conversion `
- **POST CRS and POST CT**
- Change default search limit to a large value (10000)
- Add includeDeprecated (exclude InactiveIndicator: true)
- Add field “returnAllFields”
- Change the default return fields
- Make schema authority configurable with an env var “SCHEMA_AUTHORITY”
- **POST CRS**
- Correct the handling of returnBoundProjectedAndProjectedBasedOnWgs84 and returnBoundGeographic2DAndWgs84
- Change extent.name to extent.description (the reason it was not working before was because extent.description was not in initial version of schema)
- **POST CT**
- Make source and target crs interchangable
- Add id and code
- Remove "includeHorizontal" and "includeVertical" and add kind instead. Add "All" as a magical keyword. Use “excludeVertical” as default.
- `DDMS` - `DDMS`
- `Seismic DDMS` - `Seismic DDMS`
- [Implementation](osdu/platform/domain-data-mgmt-services/seismic/seismic-dms-suite/seismic-store-service!420) for [[ADR] Domain API](osdu/platform/domain-data-mgmt-services/seismic/seismic-dms-suite/seismic-store-service#32) - [Implementation](osdu/platform/domain-data-mgmt-services/seismic/seismic-dms-suite/seismic-store-service!420) for [[ADR] Domain API](osdu/platform/domain-data-mgmt-services/seismic/seismic-dms-suite/seismic-store-service#32)
... ...
......