Skip to content

Commit

Permalink
docs: 0.3.2 Acryl (#10377)
Browse files Browse the repository at this point in the history
Co-authored-by: david-leifker <[email protected]>
Co-authored-by: jayacryl <[email protected]>
Co-authored-by: John Joyce <[email protected]>
Co-authored-by: Chris Collins <[email protected]>
  • Loading branch information
5 people authored May 15, 2024
1 parent e350387 commit 66473db
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs-website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ module.exports = {
},
{
"Managed DataHub Release History": [
"docs/managed-datahub/release-notes/v_0_3_2",
"docs/managed-datahub/release-notes/v_0_3_1",
"docs/managed-datahub/release-notes/v_0_2_16",
"docs/managed-datahub/release-notes/v_0_2_15",
Expand Down
34 changes: 34 additions & 0 deletions docs/managed-datahub/release-notes/v_0_3_2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# v0.3.2
---

Release Availability Date
---
15-May-2024

Recommended CLI/SDK
---
- `v0.13.2.2` with release notes at https://github.com/acryldata/datahub/releases/tag/v0.13.2.2

If you are using an older CLI/SDK version then please upgrade it. This applies for all CLI/SDK usages, if you are using it through your terminal, github actions, airflow, in python SDK somewhere, Java SKD etc. This is a strong recommendation to upgrade as we keep on pushing fixes in the CLI and it helps us support you better.

## Release Changelog
---
- Since `v0.3.1` these changes from OSS DataHub https://github.com/datahub-project/datahub/compare/57de905c66b6992aefb2051708fa83898fa82cec...6ed21bd1bc70a3ceb7dddb43ea7db4ca56874547 have been pulled in.
- OpenAPI Entitites v3 (Entity-registry generated endpoints)
- Business Attributes Support (disabled by default)
- Graph Retriever (validators, mutators, side-effects)
- New Lineage Graphql Endpoints (optimizations for the UI)
- Metadata Tests Tracks Unique Hash
- SCIM Support
- V3 CLL Across DataJob Nodes Upgrade
- Subscribe to assertion errors: Get notified when assertion errors occur
- Group owners are labeled in slack incident notifications
- Field assertions now raise incidents when they go in error (if configured to do so)
- Assertion timeline viz handles missing data more gracefully
- Freshness assertions on Snowflake using the AUDIT_LOG will no longer consider no-op queries as valid 'updates' to the dataset
- [NEW] Schema Assertions: Allows users to configure a set of columns and expected types and verify that they actually exist in the tabe schema. Disabled by default. Please reach out to Acryl team if you wish to have this enabled.
- Adding polish and fixing bugs throughout the new UI
- Ability to add and remove lineage manually in the new UI
- Ability to configure the default time filter on lineage
- Ability to collapse lineage in the lineage graph (new UI)
- Support rich text on metadata form descriptions

0 comments on commit 66473db

Please sign in to comment.