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