|
1 | 1 | # Release Notes
|
2 | 2 |
|
3 | 3 | **v1.5.0:**
|
4 |
| -- added support for [Widgets](#widgets) when running Notebooks |
| 4 | +- added support for [Widgets](README.md/#widgets) when running Notebooks |
5 | 5 |
|
6 | 6 | **v1.4.1:**
|
7 | 7 | - fixed issue where the creation of `_sqldf` was also done for non-select statements resulting in duplicate exeuction of e.g. `INSERT` statements
|
8 | 8 | - performance improvement when switching between Azure Databricks Connections
|
9 | 9 |
|
10 | 10 | **v1.4.0:**
|
11 | 11 | - fixed an issue with the `Create cluster` link
|
12 |
| -- rework [Azure Connection Manager](#setup-and-configuration-azure-connection-manager) so it automatically uses existing crednetials without prompt |
13 |
| -- added `Open Explorer` action to locally synced workspace items in [Workspace Manager](#workspace-manager) |
| 12 | +- rework [Azure Connection Manager](README.md/#setup-and-configuration-azure-connection-manager) so it automatically uses existing crednetials without prompt |
| 13 | +- added `Open Explorer` action to locally synced workspace items in [Workspace Manager](README.md/#workspace-manager) |
14 | 14 |
|
15 | 15 | **v1.3.1:**
|
16 |
| -- changed [Azure Connection Manager](#setup-and-configuration-azure-connection-manager) to use VSCode authentication instead of Azure Account Extension |
| 16 | +- changed [Azure Connection Manager](README.md/#setup-and-configuration-azure-connection-manager) to use VSCode authentication instead of Azure Account Extension |
17 | 17 | - fixed issue with downloading workspace folders
|
18 | 18 |
|
19 | 19 | **v1.3.0:**
|
|
25 | 25 | - fixed parsing of `apiRootUrl` when reading from the config (only taking schema+authority now)
|
26 | 26 |
|
27 | 27 | **v1.2.4:**
|
28 |
| -- added `Pin` and `Unpin` to [Cluster Manager](#cluster-manager) |
29 |
| -- minor fixes [Cluster Manager](#cluster-manager) |
| 28 | +- added `Pin` and `Unpin` to [Cluster Manager](README.md/#cluster-manager) |
| 29 | +- minor fixes [Cluster Manager](README.md/#cluster-manager) |
30 | 30 | - improved input via textboxes
|
31 | 31 |
|
32 | 32 | **v1.2.3:**
|
|
41 | 41 | - fixed an issue with `%run` and absolute paths ([#93](/../../issues/93))
|
42 | 42 | - fixed an issue with `Files in Repos` ([#101](/../../issues/101))
|
43 | 43 | - fixed an issues with CLI Connection Manager ([#99](/../../issues/99))
|
44 |
| -- fixed an issue when up-/downloading whole folders recursively in [Workspace Manager](#workspace-manager) |
| 44 | +- fixed an issue when up-/downloading whole folders recursively in [Workspace Manager](README.md/#workspace-manager) |
45 | 45 | - prepare to make extension work in the web
|
46 | 46 | - reworked API connection to use generic [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) instead of Axios library
|
47 | 47 | - added build config for web-extension
|
|
59 | 59 | - added auto-refresh for new notebook kernels
|
60 | 60 |
|
61 | 61 | **v1.1.2:**
|
62 |
| -- make [File System Integration](#file-system-integration) work without non-notebook files (e.g. Files in Repos) |
| 62 | +- make [File System Integration](README.md/#file-system-integration) work without non-notebook files (e.g. Files in Repos) |
63 | 63 |
|
64 | 64 | **v1.1.1:**
|
65 |
| -- make [File System Integration](#file-system-integration) work without having to open the Databricks tab first |
66 |
| -- fixed issues with [File System Integration](#file-system-integration) |
| 65 | +- make [File System Integration](README.md/#file-system-integration) work without having to open the Databricks tab first |
| 66 | +- fixed issues with [File System Integration](README.md/#file-system-integration) |
67 | 67 | - folders with a single sub-folder only now work
|
68 | 68 | - fixed an issue where Repos did not work/could not be browsed properly
|
69 | 69 | - switch focus to VSCode Explorer when adding DBFS/Workspace to the VSCode workspace
|
70 |
| -- added `Pull` Button to the [Repo Manager](#repo-manager) to pull the latest changes from Git |
| 70 | +- added `Pull` Button to the [Repo Manager](README.md/#repo-manager) to pull the latest changes from Git |
71 | 71 | - added proper HTML output for notebooks/executions that returned HTML as plain text
|
72 |
| -- fixed issue with [Workspace Manager](#workspace-manager) where files could not be downloaded properly anymore |
| 72 | +- fixed issue with [Workspace Manager](README.md/#workspace-manager) where files could not be downloaded properly anymore |
73 | 73 |
|
74 | 74 | **v1.1.0:**
|
75 | 75 | - added File System APIs for `dbfs:/` (same as in Databricks) and also `dbws:/` for the workspace/notebooks
|
|
79 | 79 | - added packaging of the source code with webpack for improved loading times
|
80 | 80 |
|
81 | 81 | **v1.0.0:**
|
82 |
| -- added support for [Notebook Kernel](#notebook-kernel) to allow execution of code on the Databricks cluster from within VSCode notebooks |
| 82 | +- added support for [Notebook Kernel](README.md/#notebook-kernel) to allow execution of code on the Databricks cluster from within VSCode notebooks |
83 | 83 | - major improvements for useability and user-interaction
|
84 | 84 | - performance improvements when refreshing tree-views
|
85 | 85 | - improved logging and output of messages
|
86 |
| -- use native VSCode icons instead of custom ones |
| 86 | +- use native VSCode icons instead of custom ones |
0 commit comments