You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,21 @@
1
1
# Version changelog
2
2
3
+
## 0.5.0
4
+
5
+
* Added `make install-dev` and a stronger `make clean` for easier dev on-boarding and release upgrades ([#458](https://github.com/databricks/ucx/pull/458)).
6
+
* Added failure summary in the assessment dashboard ([#455](https://github.com/databricks/ucx/pull/455)).
7
+
* Added test for checking grants in default schema ([#470](https://github.com/databricks/ucx/pull/470)).
8
+
* Added unit tests for generic permissions ([#457](https://github.com/databricks/ucx/pull/457)).
9
+
* Enabled integration tests via OIDC for every pull request ([#378](https://github.com/databricks/ucx/pull/378)).
10
+
* Added check if permissions are up to date ([#421](https://github.com/databricks/ucx/pull/421)).
11
+
* Fixed casing in `all_tables.sql` query. ([#464](https://github.com/databricks/ucx/pull/464)).
12
+
* Fixed missed scans for empty databases and views in `crawl_grants` ([#469](https://github.com/databricks/ucx/pull/469)).
13
+
* Improved logging colors for dark terminal backgrounds ([#468](https://github.com/databricks/ucx/pull/468)).
14
+
* Improved local group migration state handling and made log files flush every 10 minutes ([#449](https://github.com/databricks/ucx/pull/449)).
15
+
* Moved workspace listing as a separate task for an assessment workflow ([#437](https://github.com/databricks/ucx/pull/437)).
16
+
* Removed rate limit for get or create backup group to speed up the prepare environment ([#453](https://github.com/databricks/ucx/pull/453)).
17
+
* Updated databricks-sdk requirement from ~=0.10.0 to ~=0.11.0 ([#448](https://github.com/databricks/ucx/pull/448)).
18
+
3
19
## 0.4.0
4
20
5
21
* Added exception handling for secret scope not found. ([#418](https://github.com/databricks/ucx/pull/418)).
0 commit comments