Skip to content

Commit fb43ef2

Browse files
github-actions[bot]web-flowilia-db
authored
Release: v1.2.4 (#965)
## packages/databricks-vscode ## <small>1.2.4 (2023-12-05)</small> * Send environment type (tests, prod) in telemetry events (#944) ([1ce3ef0](1ce3ef0)), closes [#944](#944) * Set notebook directory as current directory for pip installs from workspace fs (#961) ([eec87b8](eec87b8)), closes [#961](#961) [#958](#958) * Show error for a corrupted config file (#955) ([8b5a944](8b5a944)), closes [#955](#955) * Update Databricks CLI to v0.210.1 (#957) ([c9864e1](c9864e1)), closes [#957](#957) ## packages/databricks-vscode-types ## <small>1.2.4 (2023-12-05)</small> --------- Co-authored-by: releasebot <[email protected]> Co-authored-by: Ilia Babanov <[email protected]>
1 parent eec87b8 commit fb43ef2

File tree

6 files changed

+89
-123
lines changed

6 files changed

+89
-123
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@databricks/databricks-vscode",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"private": true,
55
"workspaces": [
66
"packages/*"

packages/databricks-vscode-types/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Release: v1.2.4
2+
3+
## packages/databricks-vscode-types
4+
5+
## <small>1.2.4 (2023-12-05)</small>
6+
17
# Release: v1.2.3
28

39
## packages/databricks-vscode-types

packages/databricks-vscode-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@databricks/databricks-vscode-types",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "Package with types and interfaces to develop extensions to the Databricks VSCode plugin",
55
"main": "index.js",
66
"types": "index.d.ts",

packages/databricks-vscode/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Release: v1.2.4
2+
3+
## packages/databricks-vscode
4+
5+
## <small>1.2.4 (2023-12-05)</small>
6+
7+
- Fix: set notebook directory as current directory for pip installs from workspace fs, closes [#958](https://github.com/databricks/databricks-vscode/issues/958)
8+
- Fix: show error for a corrupted config file
9+
- Feature: update Databricks CLI to v0.210.1
10+
111
# Release: v1.2.3
212

313
## packages/databricks-vscode

0 commit comments

Comments
 (0)