Skip to content

Commit

Permalink
Release: v2.5.1 (#1515)
Browse files Browse the repository at this point in the history
## 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]>
  • Loading branch information
3 people authored Jan 9, 2025
1 parent 4a042a7 commit dd2a46c
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@databricks/databricks-vscode",
"version": "2.5.0",
"version": "2.5.1",
"private": true,
"workspaces": [
"packages/*"
Expand Down
6 changes: 6 additions & 0 deletions packages/databricks-vscode-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Release: v2.5.1

## packages/databricks-vscode-types

## (2025-01-09)

# Release: v2.5.0

## packages/databricks-vscode-types
Expand Down
2 changes: 1 addition & 1 deletion packages/databricks-vscode-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@databricks/databricks-vscode-types",
"version": "2.5.0",
"version": "2.5.1",
"description": "Package with types and interfaces to develop extensions to the Databricks VSCode plugin",
"main": "index.js",
"types": "index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/databricks-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# Release: v2.5.1

## packages/databricks-vscode

## (2025-01-09)

- Fix login flow on Windows under CMD.exe with Azure CLI
- Better messaging about required python versions
- Log validate and summary errors to the Databricks Bundle Logs output channel
- Suppress GRPC warnings from Databricks Connect

# Release: v2.5.0

## packages/databricks-vscode
Expand Down
2 changes: 1 addition & 1 deletion packages/databricks-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "IDE support for Databricks",
"publisher": "databricks",
"license": "LicenseRef-LICENSE",
"version": "2.5.0",
"version": "2.5.1",
"engines": {
"vscode": "^1.86.0"
},
Expand Down

0 comments on commit dd2a46c

Please sign in to comment.