General formatting and updates authored by Chad Leong's avatar Chad Leong
......@@ -47,22 +47,19 @@ For detailed services that are included in this release, please refer to M10 tag
* `Welllog` component validated for `GCP`.
* `Well/Wellbore information` component validated for `Azure`, `GCP`, `IBM`.
* `CSV Parser`
* Available on `Azure`, `GCP`, `IBM`.
* `DDMS`
* `Wellbore DDMS`
* Added `TechnicalAssuranceID` support in `AbstractCommonResources`.
* Performance improvement in large loading jobs.
* Refactoring WDMS to handle large number of curves in an efficient manner. [Refer to issue](https://community.opengroup.org/osdu/platform/domain-data-mgmt-services/wellbore/wellbore-domain-services/-/issues/35 "Handle large number of curves").
* Added limit to 500 columns maximum per chunk when sending data
* Memory leak with data chunking is partially fixed. Find the issue [here](https://community.opengroup.org/osdu/platform/domain-data-mgmt-services/wellbore/wellbore-domain-services/-/issues/26 "memory leak with data chunking").
* `Well/Wellbore` record creation available on `AWS`, `Azure`, `GCP`, `IBM`.
* `Trajectory` record creation available on `AWS`, `Azure`, `GCP`, `IBM`.
* `Trajectory` bulk data available on `AWS`, `Azure`, `GCP`, `IBM`.
* `Welllog` record creation available on `AWS`, `Azure`, `GCP`, `IBM`.
* `Welllog` bulk data available on `AWS`, `Azure`, `GCP`, `IBM`.
* `Marker` record creation available on `AWS`, `Azure`, `GCP`, `IBM`.
* [Wellbore DDMS Data Loader](https://community.opengroup.org/osdu/platform/data-flow/data-loading/wellbore-ddms-data-loader) general stability and fixes.
* Available on `AWS`, `Azure`, `GCP`, `IBM`.
* `Seismic DDMS`
* General bug fixes & stability improvement. Refer [here](https://community.opengroup.org/osdu/platform/domain-data-mgmt-services/seismic/seismic-dms-suite/seismic-store-service/-/wikis/Releases) for detailed notes.
* OpenVDS workflow – a hook to catalog information has been provided. Refer [here](https://community.opengroup.org/osdu/platform/data-flow/ingestion/segy-to-vds-conversion/-/issues/5 "Provide hook to Catalog information (ex: SeismicTraceData work-product component)") for detailed notes.
* `segY-oZGY` for `Azure`, `GCP`, `IBM` validated.
* `segY-oVDS` - Pending validation.
......@@ -79,23 +76,30 @@ For detailed services that are included in this release, please refer to M10 tag
* Failure in parser has been handled, to get to the detailed issue read it [here](https://community.opengroup.org/osdu/platform/data-flow/ingestion/energistics-osdu-integration/-/issues/48 "WITSML parser fails - expects parent entity with a specified version").
* `Manifest Ingestion`
* Referential Integrity [issue ](https://community.opengroup.org/osdu/platform/pre-shipping/-/issues/204 "AWS R3M9 - Manifest-based Ingestion - Referential Integrity, no clues in Airflow log for failed cases (non-existent Reference value)")is fixed. \[TBD\]
* `DDMS`
* `Seismic DDMS`
* General bug fixes & stability improvement. Refer [here](https://community.opengroup.org/osdu/platform/domain-data-mgmt-services/seismic/seismic-dms-suite/seismic-store-service/-/wikis/Releases) for detailed notes.
* `Wellbore DDMS`
* Restriction on bulk URI set fixes.
* [Wellbore DDMS Data Loader](https://community.opengroup.org/osdu/platform/data-flow/data-loading/wellbore-ddms-data-loader)
## Breaking Changes
### Deprecation Notice
* Wellbore DDMS:
* V2 APIs
* The support of JSON orient “columns” format is removed on all V3 write bulk APIs. Client must use JSON orient “split”. No change on read bulk APIs.
* Log Recognition API returns "404 Family Not Found" error instead of "400 Bad Request" in case the requested Family is not recognized.
* The support of JSON orient “columns” format is removed on all V3 write bulk APIs. Client must use JSON orient “split”. No change on read bulk APIs.
* Log Recognition API returns `404 Family Not Found` error instead of `400 Bad Request` in case the requested Family is not recognized.
## Known Issues/Gaps
* `Manifest Ingestion`
* Pending validation on `frame of reference conversion` for `AWS`.
* `WITSML Parser`
* Reference data search limit in ingestion core lib for `AWS`, `Azure`, `IBM`. Refer to [issue](https://community.opengroup.org/osdu/platform/pre-shipping/-/issues/245)
*
* Pending validation on for `AWS`.
* `CSV Parser`
* Deployment Issue - target M11
* `Well Delivery DDMS`
* Pending validation on for `AWS`.
* `Load testing`
......
......