Skip to content

Commit

Permalink
docs(acryl cloud): release 0.3.3 (#10772)
Browse files Browse the repository at this point in the history
Co-authored-by: John Joyce <john@acryl.io>
Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com>
  • Loading branch information
3 people authored and yoonhyejin committed Jul 16, 2024
1 parent 37d9bfc commit cdf16a7
Show file tree
Hide file tree
Showing 2 changed files with 24 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 @@ -272,6 +272,7 @@ module.exports = {
},
{
"Managed DataHub Release History": [
"docs/managed-datahub/release-notes/v_0_3_3",
"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",
Expand Down
23 changes: 23 additions & 0 deletions docs/managed-datahub/release-notes/v_0_3_3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# v0.3.3
---

Release Availability Date
---
25-June-2024

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

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
---

- Ability to run assertions "on-demand" from the Acryl UI (Reach out to Acryl to enable this feature)
- Richer Incident Slack Messages - Resolve and reopen incidents from Slack. Reflect the latest status of incidents in the same slack message. Richer details about incident when raised via Assertion
- Assertion-Level Subscriptions - Subscribe to be notified when a specific assertion passes, fails, or errors out.
- Misc fixes with 2.0 UI (new loading indicators, fixed text overflows, consistent entity health badges)
- Structured Property Schema Change & Delete
- Since `v0.3.2` these changes from OSS DataHub https://github.com/datahub-project/datahub/compare/6ed21bd1bc70a3ceb7dddb43ea7db4ca56874547...92e9a5823bc14e81f0f21c55a68c493c3bbe87b9 have been pulled in.

0 comments on commit cdf16a7

Please sign in to comment.