Releases: opendatadiscovery/odd-platform
Releases · opendatadiscovery/odd-platform
v0.12
The v0.12 release of the ODD Platform brings the following cutting-edge enhancements:
- External enums: Support for the ingestion of external enums via Ingestion API streamlines the integration of metadata from various sources.
- Dataset schema diff: Users can compare two specific dataset revisions and visualize their differences. ODD Platform also accounts for additional attributes when determining whether a new dataset revision is needed, such as primary keys, nullable attributes, etc.
- Lineage for DEG entities: Users can now view lineage graphs for entities within the Data Entity Group (DEG), providing a more comprehensive understanding of data relationships.
- Integration wizard: This proof-of-concept feature brings documentation directly into the ODD Platform, simplifying the onboarding process and facilitating seamless integration with existing data systems.
The v0.12 release also includes various bug fixes and maintenance work that further enhance the performance, reliability, and usability of the ODD Platform.
v0.11.1
Changes
- Fix stack overflow error @damirabdul (#1294)
- Improve Sonar workflow jobs @DementevNikita (#1280)
- New FE test environment @Leshe4ka (#1277)
- React upgraded to v18 @Leshe4ka (#1274)
- Router improvements @Leshe4ka (#1255)
- Metrics bugfix + test enhancement @damirabdul (#1268)
Contributors
@DementevNikita, @Leshe4ka, @damirabdul and alina
v0.11.0
The v0.11 release of the ODD Platform introduces the following enhancements:
- Metrics: With the implementation of Open Metrics Specification, ODD Platform introduces enhanced Metrics support. Users can ingest metrics for their data entities or dataset fields and observe last metric values, right within the platform.
- Search explanations: It is crucial to understand why a certain entity has appeared in search results. The ODD Platform can now display all user query entries in a specific entity in the Search API.
- New Dataset Structure UI: The Dataset Structure UI has been reworked and enhanced, to provide a better experience for users in the Data Discovery phase.
As usual, the v0.11 release includes bug fixes and maintenance work that further advance the performance, reliability, and usability of the ODD Platform.
v0.10.5
Changes
- Fix LinkedUrlList for DataQualityTests @DementevNikita and @Leshe4ka (#1224)
- Search highlight @damirabdul (#1218)
- Remove unneeded waits for spinner when call "customElement" @shilgam (#1219)
- Azure integration @adyachenkoprov (#1216)
Contributors
@Leshe4ka, @DementevNikita, @adyachenkoprov, @damirabdul and @shilgam
v0.10.4
Changes
- Additional links configuration @DementevNikita (#1217)
- Update integrations list @Vixtir (#1215)
Contributors
v0.10.3
Changes
- Add ODD IAM Logout handler @DementevNikita (#1214)
- Playwright | Enable the "github" reporter to get automatic failure annotations in GitHub actions @shilgam (#1213)
- Updated LinkedIn link @Leshe4ka (#1212)
- Updated readme @germanosin (#1210)
- Add alerts to activity @damirabdul (#1185)
- Fixed badges @germanosin (#1209)
Contributors
@DementevNikita, @Leshe4ka, @damirabdul, @germanosin and @shilgam
v0.10.2
Changes
- Read groups claim from token @damirabdul (#1207)
- Support ODD IAM OAuth provider @DementevNikita (#1205)
Contributors
v0.10.1
Changes
- Remove javax annotations from Ingestion API @damirabdul (#1204)
- Remove is_deleted field from API models @damirabdul (#1192)
- Replace external library 'uuid' on the build-in function 'crypto.rand… @FlySpot (#1200)
- Fix concurrent modification error in tests and run tests in parallel (4 threads) @shilgam (#1193)
- Worflow triggering rules @shilgam (#1170)
Contributors
@FlySpot, @damirabdul and @shilgam
v0.10.0
The ODD Platform v0.10 adds such features to the mix as:
- Preserving lineage state in query params: This allows users to easily share their lineage graph with other data practitioners, facilitating collaboration and ensuring that everyone has access to the most up-to-date and accurate data.
- Resending failed messages in Data Collaboration: The ODD Platform now attempts to resend messages in Data Collaboration providers (Slack) several times if an error occurs while sending.
- Housekeeping: The ODD Platform is now able to delete empty table partitions that are no longer of use, in order to increase its performance and maintain a clean underlying database.
v0.9.1
Changes
- Fix bug with alert ingestion @DementevNikita (#1164)
- Paginate Alert's API for Data Entity @DementevNikita (#1157)
- FE packages updated @Leshe4ka (#1155)