Skip to content

Commit dd2a46c

Browse files
github-actions[bot]web-flowilia-db
authored
Release: v2.5.1 (#1515)
## packages/databricks-vscode ## (2025-01-09) * Fix az login on Windows under cmd.exe (#1513) ([4a042a7](4a042a7)), closes [#1513](#1513) * Improve venv python version messages (#1501) ([ab65627](ab65627)), closes [#1501](#1501) * Log validate and summary errors to the output channel (#1492) ([60215b6](60215b6)), closes [#1492](#1492) * Simplify README.md (#1509) ([1157a83](1157a83)), closes [#1509](#1509) * Suppress grpc warnings (#1504) ([8c68a3f](8c68a3f)), closes [#1504](#1504) ## packages/databricks-vscode-types ## (2025-01-09) --------- Co-authored-by: releasebot <[email protected]> Co-authored-by: Ilia Babanov <[email protected]>
1 parent 4a042a7 commit dd2a46c

File tree

5 files changed

+20
-3
lines changed

5 files changed

+20
-3
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": "2.5.0",
3+
"version": "2.5.1",
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: v2.5.1
2+
3+
## packages/databricks-vscode-types
4+
5+
## (2025-01-09)
6+
17
# Release: v2.5.0
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": "2.5.0",
3+
"version": "2.5.1",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# Release: v2.5.1
2+
3+
## packages/databricks-vscode
4+
5+
## (2025-01-09)
6+
7+
- Fix login flow on Windows under CMD.exe with Azure CLI
8+
- Better messaging about required python versions
9+
- Log validate and summary errors to the Databricks Bundle Logs output channel
10+
- Suppress GRPC warnings from Databricks Connect
11+
112
# Release: v2.5.0
213

314
## packages/databricks-vscode

packages/databricks-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "IDE support for Databricks",
55
"publisher": "databricks",
66
"license": "LicenseRef-LICENSE",
7-
"version": "2.5.0",
7+
"version": "2.5.1",
88
"engines": {
99
"vscode": "^1.86.0"
1010
},

0 commit comments

Comments
 (0)