-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## 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
1 parent
2be752d
commit aff2477
Showing
9 changed files
with
138 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters