mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-26 02:50:01 +00:00
79 lines
2.6 KiB
Markdown
79 lines
2.6 KiB
Markdown
# v0.2.15.1
|
|
|
|
---
|
|
|
|
## Release Availability Date
|
|
|
|
14-Feb-2024
|
|
|
|
## Recommended CLI/SDK
|
|
|
|
- `v0.12.1.5` with release notes at https://github.com/acryldata/datahub/releases/tag/v0.12.1.5
|
|
|
|
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.2.14` these changes from OSS DataHub https://github.com/datahub-project/datahub/compare/31f9c796763677a4d452066d9b49b4088e65da19...92850ac55625f3fbee6cdd8699970b43c18a6f58 have been pulled in.
|
|
- Event Bridge
|
|
- Added incidents notifications for event bridge
|
|
- Observability
|
|
- Improved error surfacing on the UI
|
|
- Show incident counts on Incident Tab
|
|
- add FILE_METADATA based freshness assertion for Unity Catalog
|
|
- Support deep linking to the "details" modal for a specific assertion
|
|
- graphql endpoint to list signal requests
|
|
- upsert graphql endpoints for native assertions
|
|
- Metadata test
|
|
- UI bug fixes while creating metadata tests
|
|
- Admin improved experience
|
|
- Add new configurable custom help link
|
|
|
|
## Some notable features in this SaaS release
|
|
|
|
---
|
|
|
|
- Support for roles to groups. We strongly recommend Admins to start using roles on groups to ease management of access control
|
|
<div style={{ position: "relative", paddingBottom: "56.25%", height: 0 }}>
|
|
<iframe
|
|
src="https://www.loom.com/embed/822766b55d474951a5d0cb0eedc863cf"
|
|
frameBorder={0}
|
|
webkitallowfullscreen=""
|
|
mozallowfullscreen=""
|
|
allowFullScreen=""
|
|
style={{
|
|
position: "absolute",
|
|
top: 0,
|
|
left: 0,
|
|
width: "100%",
|
|
height: "100%"
|
|
}}
|
|
/>
|
|
</div>
|
|
- Support for tag filter in policies
|
|
<div style={{ position: "relative", paddingBottom: "56.25%", height: 0 }}>
|
|
<iframe
|
|
src="https://www.loom.com/embed/ca76d981f4b54cb9b4adc59a6bff8841"
|
|
frameBorder={0}
|
|
webkitallowfullscreen=""
|
|
mozallowfullscreen=""
|
|
allowFullScreen=""
|
|
style={{
|
|
position: "absolute",
|
|
top: 0,
|
|
left: 0,
|
|
width: "100%",
|
|
height: "100%"
|
|
}}
|
|
/>
|
|
</div>
|
|
- Improve filtering options on tokens page
|
|
- Okta connector new option `skip_users_without_a_group` to only ingest users in specific groups
|
|
- Showing parents of glossary and domains in dropdown for better context when users are making changes
|
|
- Bug fixes for user management in the UI which improve UX
|
|
- Support for editing Announcements and Links
|
|
- Support for editing secrets
|
|
- Bugfix for CSV download not working for some cases
|