Skip to content

Commit 20cf40d

Browse files
authored
doc(acryl cloud): release notes for 0.2.15.1 (#9837)
1 parent d3736a0 commit 20cf40d

File tree

2 files changed

+74
-0
lines changed

2 files changed

+74
-0
lines changed

docs-website/sidebars.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ module.exports = {
177177
},
178178
{
179179
"Managed DataHub Release History": [
180+
"docs/managed-datahub/release-notes/v_0_2_15",
180181
"docs/managed-datahub/release-notes/v_0_2_14",
181182
"docs/managed-datahub/release-notes/v_0_2_13",
182183
"docs/managed-datahub/release-notes/v_0_2_12",
Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
# v0.2.15.1
2+
---
3+
4+
Release Availability Date
5+
---
6+
14-Feb-2023
7+
8+
Recommended CLI/SDK
9+
---
10+
- `v0.12.1.5` with release notes at https://github.com/acryldata/datahub/releases/tag/v0.12.1.5
11+
12+
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.
13+
14+
## Release Changelog
15+
---
16+
- Since `v0.2.14` these changes from OSS DataHub https://github.com/datahub-project/datahub/compare/31f9c796763677a4d452066d9b49b4088e65da19...92850ac55625f3fbee6cdd8699970b43c18a6f58 have been pulled in.
17+
- Event Bridge
18+
- Added incidents notifications for event bridge
19+
- Observability
20+
- Improved error surfacing on the UI
21+
- Show incident counts on Incident Tab
22+
- add FILE_METADATA based freshness assertion for Unity Catalog
23+
- Support deep linking to the "details" modal for a specific assertion
24+
- graphql endpoint to list signal requests
25+
- upsert graphql endpoints for native assertions
26+
- Metadata test
27+
- UI bug fixes while creating metadata tests
28+
- Admin improved experience
29+
- Add new configurable custom help link
30+
31+
## Some notable features in this SaaS release
32+
---
33+
- Support for roles to groups. We strongly recommend Admins to start using roles on groups to ease management of access control
34+
<div style={{ position: "relative", paddingBottom: "56.25%", height: 0 }}>
35+
<iframe
36+
src="https://www.loom.com/embed/822766b55d474951a5d0cb0eedc863cf"
37+
frameBorder={0}
38+
webkitallowfullscreen=""
39+
mozallowfullscreen=""
40+
allowFullScreen=""
41+
style={{
42+
position: "absolute",
43+
top: 0,
44+
left: 0,
45+
width: "100%",
46+
height: "100%"
47+
}}
48+
/>
49+
</div>
50+
- Support for tag filter in policies
51+
<div style={{ position: "relative", paddingBottom: "56.25%", height: 0 }}>
52+
<iframe
53+
src="https://www.loom.com/embed/ca76d981f4b54cb9b4adc59a6bff8841"
54+
frameBorder={0}
55+
webkitallowfullscreen=""
56+
mozallowfullscreen=""
57+
allowFullScreen=""
58+
style={{
59+
position: "absolute",
60+
top: 0,
61+
left: 0,
62+
width: "100%",
63+
height: "100%"
64+
}}
65+
/>
66+
</div>
67+
- Improve filtering options on tokens page
68+
- Okta connector new option `skip_users_without_a_group` to only ingest users in specific groups
69+
- Showing parents of glossary and domains in dropdown for better context when users are making changes
70+
- Bug fixes for user management in the UI which improve UX
71+
- Support for editing Announcements and Links
72+
- Support for editing secrets
73+
- Bugfix for CSV download not working for some cases

0 commit comments

Comments
 (0)