|
1 | 1 | # Version changelog |
2 | 2 |
|
| 3 | +## 0.7.0 |
| 4 | + |
| 5 | +* Added `databricks labs ucx create-table-mapping` and `databricks labs ucx manual-workspace-info` commands for CLI ([#682](https://github.com/databrickslabs/ucx/pull/682)). |
| 6 | +* Added `databricks labs ucx ensure-assessment-run` to CLI commands ([#708](https://github.com/databrickslabs/ucx/pull/708)). |
| 7 | +* Added `databricks labs ucx installations` command ([#679](https://github.com/databrickslabs/ucx/pull/679)). |
| 8 | +* Added `databricks labs ucx skip --schema ... --table ...` command to mark table/schema for skipping in the table migration process ([#680](https://github.com/databrickslabs/ucx/pull/680)). |
| 9 | +* Added `databricks labs ucx validate-external-locations` command for cli ([#715](https://github.com/databrickslabs/ucx/pull/715)). |
| 10 | +* Added capturing `ANY FILE` and `ANONYMOUS FUNCTION` grants ([#653](https://github.com/databrickslabs/ucx/pull/653)). |
| 11 | +* Added cluster override and handle case of write protected DBFS ([#610](https://github.com/databrickslabs/ucx/pull/610)). |
| 12 | +* Added cluster policy selector in the installer ([#655](https://github.com/databrickslabs/ucx/pull/655)). |
| 13 | +* Added detailed UCX pre-requisite information to README.md ([#689](https://github.com/databrickslabs/ucx/pull/689)). |
| 14 | +* Added interactive wizard for `databricks labs uninstall ucx` command ([#657](https://github.com/databrickslabs/ucx/pull/657)). |
| 15 | +* Added more granular error retry logic ([#704](https://github.com/databrickslabs/ucx/pull/704)). |
| 16 | +* Added parallel fetching of registered model identifiers to speed-up assessment workflow ([#691](https://github.com/databrickslabs/ucx/pull/691)). |
| 17 | +* Added retry on workspace listing ([#659](https://github.com/databrickslabs/ucx/pull/659)). |
| 18 | +* Added support for mapping workspace group to account group by prefix/suffix/regex/external id ([#650](https://github.com/databrickslabs/ucx/pull/650)). |
| 19 | +* Changed cluster security mode from NONE to LEGACY_SINGLE_USER, as `crawl_tables` was failing when run on non-UC Workspace in No Isolation mode with unable to access the config file ([#661](https://github.com/databrickslabs/ucx/pull/661)). |
| 20 | +* Changed the fields of the table "Tables" to lower case ([#684](https://github.com/databrickslabs/ucx/pull/684)). |
| 21 | +* Enabled integration tests for `EXTERNAL` table migrations ([#677](https://github.com/databrickslabs/ucx/pull/677)). |
| 22 | +* Enforced `mypy` validation ([#713](https://github.com/databrickslabs/ucx/pull/713)). |
| 23 | +* Filtering out inventory database from loading into tables and filtering out the same from grant detail view ([#705](https://github.com/databrickslabs/ucx/pull/705)). |
| 24 | +* Fixed documentation for `reflect_account_groups_on_workspace` task and updated `CONTRIBUTING.md` guide ([#654](https://github.com/databrickslabs/ucx/pull/654)). |
| 25 | +* Fixed secret scope apply task to raise ValueError ([#683](https://github.com/databrickslabs/ucx/pull/683)). |
| 26 | +* Fixed legacy table ACL ownership migration and other integration testing issues ([#722](https://github.com/databrickslabs/ucx/pull/722)). |
| 27 | +* Fixed some flaky integration tests ([#700](https://github.com/databrickslabs/ucx/pull/700)). |
| 28 | +* New CLI command for workspace mapping ([#678](https://github.com/databrickslabs/ucx/pull/678)). |
| 29 | +* Reduce server load for getting workspace groups and their members ([#666](https://github.com/databrickslabs/ucx/pull/666)). |
| 30 | +* Throwing ManyError on migrate-groups tasks ([#710](https://github.com/databrickslabs/ucx/pull/710)). |
| 31 | +* Updated installation documentation to use Databricks CLI ([#686](https://github.com/databrickslabs/ucx/pull/686)). |
| 32 | + |
| 33 | +Dependency updates: |
| 34 | + |
| 35 | + * Updated databricks-sdk requirement from ~=0.13.0 to ~=0.14.0 ([#651](https://github.com/databrickslabs/ucx/pull/651)). |
| 36 | + * Updated databricks-sdk requirement from ~=0.14.0 to ~=0.15.0 ([#687](https://github.com/databrickslabs/ucx/pull/687)). |
| 37 | + * Updated databricks-sdk requirement from ~=0.15.0 to ~=0.16.0 ([#712](https://github.com/databrickslabs/ucx/pull/712)). |
| 38 | + |
3 | 39 | ## 0.6.2 |
4 | 40 |
|
5 | 41 | * Added current version of UCX to task logs ([#566](https://github.com/databrickslabs/ucx/pull/566)). |
|
0 commit comments