Update Release Notes authored by Mohammad Malekmakan's avatar Mohammad Malekmakan
# Milestone 7 - August 13, 2021 _[DRAFT]_
# Milestone 7 - August 13, 2021 (tentative) _\[DRAFT\]_
OSDU R3 Milestone 7 is released on Aug 13, 2021. For detailed services that are included in this release, please refer to M7 tagging notes:
......@@ -6,20 +6,19 @@ OSDU R3 Milestone 7 is released on Aug 13, 2021. For detailed services that are
## New Features
* `E&O` Default policies bootstrapped for ensuring [Policy Service](https://community.opengroup.org/osdu/platform/security-and-compliance/policy/-/wikis/Policy-service) operational readiness to guarantee consistene current behaviour. [Find out more](https://community.opengroup.org/osdu/platform/security-and-compliance/policy/-/issues/10)
* `E&O` Default policies bootstrapped for ensuring [Policy Service](https://community.opengroup.org/osdu/platform/security-and-compliance/policy/-/wikis/Policy-service) operational readiness to guarantee consistent current behavior. [Find out more](https://community.opengroup.org/osdu/platform/security-and-compliance/policy/-/issues/10)
* `Ingestion` CSV Parser Enhancements:
* Search Client escapes special characters. [More Details](https://community.opengroup.org/osdu/platform/data-flow/ingestion/csv-parser/csv-parser/-/issues/20)
* Search Client escapes special characters. [More Details](https://community.opengroup.org/osdu/platform/data-flow/ingestion/csv-parser/csv-parser/-/issues/20)
* [Nested Schema](https://community.opengroup.org/osdu/platform/data-flow/ingestion/csv-parser/csv-parser/-/issues/23) Supporting data ingestion into nested attributes and utilizing the metadata file's delimiter characters.
* [Spatial Data Handler](https://community.opengroup.org/osdu/platform/data-flow/ingestion/csv-parser/csv-parser/-/issues/22) _EXPLAINATION IS REQUIRED_
* [Spatial Data Handler](https://community.opengroup.org/osdu/platform/data-flow/ingestion/csv-parser/csv-parser/-/issues/22) _EXPLANATION IS REQUIRED_
* [Tokens for long running jobs](https://community.opengroup.org/osdu/platform/data-flow/ingestion/csv-parser/csv-parser/-/issues/21) An interface `AuthJwtToken` is added for generating tokens. Regarding implementations are `AwsServiceAccountAuthToken`, `ServiceAccountAuthToken`, and `IBMServicePrincipalAuthToken` classes which needs actual implementation.
* [Multi-thread Optimization](https://community.opengroup.org/osdu/platform/data-flow/ingestion/csv-parser/csv-parser/-/issues/26) Every record being read and added as a task to an executor service, where it is enriched and stored with other records Parallelly.
* [Multi-thread Optimization](https://community.opengroup.org/osdu/platform/data-flow/ingestion/csv-parser/csv-parser/-/issues/26) Every record being read and added as a task to an executor service, where it is enriched and stored with other records Parallelly.
* [ID Generation Standard](https://community.opengroup.org/osdu/platform/data-flow/ingestion/csv-parser/csv-parser/-/issues/25) ID is being generated based on OSDU standard now ( `<authority/data-partition-id>:<source>:<entity-type>:<base64-of-xosdu-natural-keys>`).
* [Relationship Enhancement](https://community.opengroup.org/osdu/platform/data-flow/ingestion/csv-parser/csv-parser/-/issues/24) In the file metadata record, the `EhxtensionProperties` block now cab be used to offer extra details for ingestion and to provide relationship(Schema/Data) information.
* [Relationship Enhancement](https://community.opengroup.org/osdu/platform/data-flow/ingestion/csv-parser/csv-parser/-/issues/24) In the file metadata record, the `EhxtensionProperties` block now can be used to offer extra details for ingestion and to provide relationship(Schema/Data) information.
## Bug Fixes
* `Ingesttion` When calling Workflow API, User receives 401/403 as a valid HTTP code if s/he is not a valid User or does not have any Entitlements Groups. [See More Here](https://community.opengroup.org/osdu/platform/data-flow/ingestion/ingestion-workflow/-/issues/95)
* `Ingestion` When calling Workflow API, User receives 401/403 as a valid HTTP code if s/he is not a valid User or does not have any Entitlements Groups. [See More Here](https://community.opengroup.org/osdu/platform/data-flow/ingestion/ingestion-workflow/-/issues/95)
## Breaking Changes
......@@ -28,7 +27,9 @@ OSDU R3 Milestone 7 is released on Aug 13, 2021. For detailed services that are
## Known Issues
* None
#
#
# Milestone 6 - July 2, 2021
OSDU R3 Milestone 6 is released on Jul 2, 2021. For detailed services that are included in this release, please refer to M6 tagging notes:
......
......