Skip to content

Commit

Permalink
Release: v0.3.8
Browse files Browse the repository at this point in the history
## packages/databricks-vscode
## <small>0.3.8 (2023-04-17)</small>

* [DECO-643] Add Telemetry to VS Code Extension (#630)
([cda35ca](cda35ca)),
closes
[#630](#630)
* [DECO-669] Instrument extension activation & connection state changes
(#655)
([817912c](817912c)),
closes
[#655](#655)
* [merge-hold] Files in Workspace: Show prompt to enable files in
workspace and add deprecation banner
([1b9fabd](1b9fabd)),
closes
[#587](#587)
* Add DB Connect Enabled ui button (#635)
([0a99827](0a99827)),
closes
[#635](#635)
* Add Feature Manager and use it to manage dbconnect integration (#619)
([2f2eae4](2f2eae4)),
closes
[#619](#619)
* Add metadata service client and server (#624)
([8632e49](8632e49)),
closes
[#624](#624)
* Bricks CLI Auth (#541)
([3708572](3708572)),
closes
[#541](#541)
* Bump bricks (#636)
([a50ef3c](a50ef3c)),
closes
[#636](#636)
* Bump dependency versions (#653)
([df270e3](df270e3)),
closes
[#653](#653)
* Delete dbconnect wheel (#658)
([3f0f65b](3f0f65b)),
closes
[#658](#658)
* Fix typo (#599)
([719acb0](719acb0)),
closes
[#599](#599)
* Remove dbconnect from optin options (#661)
([2be752d](2be752d)),
closes
[#661](#661)
* Treat cluster in RESIZING state as running clusters (#656)
([d19f64a](d19f64a)),
closes
[#656](#656)
[#618](#618)
* Use minimum supported vscode version (from package.json) for
integration tests (#626)
([ac449ac](ac449ac)),
closes
[#626](#626)
* We broke the SQLTools and Paiqo extensions (#660)
([919fd74](919fd74)),
closes
[#660](#660)
* Write .databricks.env file with the required env variables (#621)
([00d9b5e](00d9b5e)),
closes
[#621](#621)



## packages/databricks-sdk-js
## <small>0.3.8 (2023-04-17)</small>

* Add Feature Manager and use it to manage dbconnect integration (#619)
([2f2eae4](2f2eae4)),
closes
[#619](#619)
* Add metadata service client and server (#624)
([8632e49](8632e49)),
closes
[#624](#624)
* Bricks CLI Auth (#541)
([3708572](3708572)),
closes
[#541](#541)
* Bump dependency versions (#653)
([df270e3](df270e3)),
closes
[#653](#653)
* Use waiter to handle long running calls (#611)
([2394e6a](2394e6a)),
closes
[#611](#611)



## packages/databricks-vscode-types
## <small>0.3.8 (2023-04-17)</small>

* Bump dependency versions (#653)
([df270e3](df270e3)),
closes
[#653](#653)
* We broke the SQLTools and Paiqo extensions (#660)
([919fd74](919fd74)),
closes
[#660](#660)





[DECO-643]:
https://databricks.atlassian.net/browse/DECO-643?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
[DECO-669]:
https://databricks.atlassian.net/browse/DECO-669?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ

---------

Co-authored-by: releasebot <[email protected]>
Co-authored-by: Kartik Gupta <[email protected]>
Co-authored-by: kartikgupta-db <[email protected]>
  • Loading branch information
4 people authored Apr 17, 2023
1 parent 2be752d commit aff2477
Show file tree
Hide file tree
Showing 9 changed files with 138 additions and 58 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": "0.3.7",
"version": "0.3.8",
"private": true,
"workspaces": [
"packages/*"
Expand Down
11 changes: 11 additions & 0 deletions packages/databricks-sdk-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# Release: v0.3.8

## packages/databricks-sdk-js

## <small>0.3.8 (2023-04-17)</small>

- Feature: Add detection for Unity Catalogue to Clusters service.
- Feature: Add metadata service client and server as credential provider.
- Feature: Add credential provider to support OAuth through Bricks CLI.
- Feature: Use waiter to handle long running calls.

# Release: v0.3.7

## packages/databricks-sdk-js
Expand Down
2 changes: 1 addition & 1 deletion packages/databricks-sdk-js/NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This Software contains code from the following open source projects:
| :------------------------------------------------------------------------- | :---------------- | :--------- | :------------------------------------------------------------- |
| [fetch-blob](https://www.npmjs.com/package/fetch-blob) | 3.2.0 | MIT | https://github.com/node-fetch/fetch-blob.git |
| [formdata-polyfill](https://www.npmjs.com/package/formdata-polyfill) | 4.0.10 | MIT | git+https://[email protected]/jimmywarting/FormData.git |
| [ini](https://www.npmjs.com/package/ini) | 3.0.1 | ISC | https://github.com/npm/ini.git |
| [ini](https://www.npmjs.com/package/ini) | 4.0.0 | ISC | https://github.com/npm/ini.git |
| [inversify](https://www.npmjs.com/package/inversify) | 6.0.1 | MIT | https://github.com/inversify/InversifyJS.git |
| [node-domexception](https://www.npmjs.com/package/node-domexception) | 1.0.0 | MIT | git+https://github.com/jimmywarting/node-domexception.git |
| [node-fetch-commonjs](https://www.npmjs.com/package/node-fetch-commonjs) | 3.2.4 | MIT | [email protected]:proteriax/node-fetch-cjs.git |
Expand Down
2 changes: 1 addition & 1 deletion packages/databricks-sdk-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@databricks/databricks-sdk",
"version": "0.3.7",
"version": "0.3.8",
"description": "Databricks SDK",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/databricks-vscode-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Release: v0.3.8

## packages/databricks-vscode-types

## <small>0.3.8 (2023-04-17)</small>

- Fix: Reverted changes to the exported API. This had broken some downstream projects such as [SQLTools Databricks Driver](https://github.com/databricks/sqltools-databricks-driver) and [Databricks Power Tools for VSCode](https://github.com/paiqo/Databricks-VSCode).

# Release: v0.3.7

## 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": "0.3.7",
"version": "0.3.8",
"description": "Package with types and interfaces to develop extensions to the Databricks VSCode plugin",
"main": "index.js",
"types": "index.d.ts",
Expand Down
14 changes: 14 additions & 0 deletions packages/databricks-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Release: v0.3.8

## packages/databricks-vscode

## <small>0.3.8 (2023-04-17)</small>

- Feature: Add OAuth support.
- Feature: Add Telemetry to VS Code Extension.
- Fix: Don't sync .databricks folder even if it is not added to .gitignore, fixes [#628](https://github.com/databricks/databricks-vscode/issues/628)
- Feature: Enable workspace folder as sync destination for some of the users. They should now see a popup to start using workspace as sync destination, if they are on clusters with `dbr 11.2` or greater.
- Fix: Treat cluster in RESIZING state as running clusters, fixes [#618](https://github.com/databricks/databricks-vscode/issues/618)
- Fix: Reverted changes to the exported API. This had broken some downstream projects such as [SQLTools Databricks Driver](https://github.com/databricks/sqltools-databricks-driver) and [Databricks Power Tools for VSCode](https://github.com/paiqo/Databricks-VSCode).
- Feature: Environment files for python are now managed by the databricks extension. Added a setting `databricks.python.envFile` which overrides `python.envFile`. `python.envFile` is internally managed by the databricks extension. Users should use `databricks.python.envFile` instead.

# Release: v0.3.7

## packages/databricks-vscode
Expand Down
153 changes: 100 additions & 53 deletions packages/databricks-vscode/NOTICE.md

Large diffs are not rendered by default.

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": "0.3.7",
"version": "0.3.8",
"engines": {
"vscode": "^1.76.0"
},
Expand Down

0 comments on commit aff2477

Please sign in to comment.