|
1 | 1 | # Version changelog |
2 | 2 |
|
| 3 | +## 0.2.0 |
| 4 | + |
| 5 | +* Added retrieving for all account-level groups with matching names to workspace-level groups in case no explicit configuration ([#277](https://github.com/databricks/ucx/pull/277)). |
| 6 | +* Added crawler for Azure Service principals used for direct storage access ([#305](https://github.com/databricks/ucx/pull/305)). |
| 7 | +* Added more SQL queries to the assessment step dashboard ([#269](https://github.com/databricks/ucx/pull/269)). |
| 8 | +* Added filtering out for job clusters in the clusters crawler ([#298](https://github.com/databricks/ucx/pull/298)). |
| 9 | +* Added recording errors from `crawl_tables` step in `$inventory.table_failures` table and display counter on the dashboard ([#300](https://github.com/databricks/ucx/pull/300)). |
| 10 | +* Added comprehensive introduction user manual ([#273](https://github.com/databricks/ucx/pull/273)). |
| 11 | +* Added interactive tutorial for local group migration readme ([#291](https://github.com/databricks/ucx/pull/291)). |
| 12 | +* Added tutorial links to the landing page of documentation ([#290](https://github.com/databricks/ucx/pull/290)). |
| 13 | +* Added (internal) support for account-level configuration and multi-cloud workspace list ([#264](https://github.com/databricks/ucx/pull/264)). |
| 14 | +* Improved order of tasks in the README notebook ([#286](https://github.com/databricks/ucx/pull/286)). |
| 15 | +* Improved installation script to run in a Windows Git Bash terminal ([#282](https://github.com/databricks/ucx/pull/282)). |
| 16 | +* Improved installation script by setting log level to uppercase by default ([#271](https://github.com/databricks/ucx/pull/271)). |
| 17 | +* Improved installation finish messages within installer script ([#267](https://github.com/databricks/ucx/pull/267)). |
| 18 | +* Improved automation for `MANAGED` table migration and continued building tables migration component ([#295](https://github.com/databricks/ucx/pull/295)). |
| 19 | +* Fixed debug notebook code with refactored package structure ([#250](https://github.com/databricks/ucx/pull/250)) ([#265](https://github.com/databricks/ucx/pull/265)). |
| 20 | +* Fixed replacement of custom configured database to replicate in the report for external locations ([#296](https://github.com/databricks/ucx/pull/296)). |
| 21 | +* Removed redundant `notebooks` top-level folder ([#263](https://github.com/databricks/ucx/pull/263)). |
| 22 | +* Split checking for test failures and linting errors into independent GitHub Actions checks ([#287](https://github.com/databricks/ucx/pull/287)). |
| 23 | +* Verify query metadata for assessment dashboards during unit tests ([#294](https://github.com/databricks/ucx/pull/294)). |
| 24 | + |
3 | 25 | ## 0.1.1 |
4 | 26 |
|
5 | 27 | * Added batched iteration for `INSERT INTO` queries in `StatementExecutionBackend` with default `max_records_per_batch=1000` ([#237](https://github.com/databricks/ucx/pull/237)). |
|
0 commit comments