Releases: mtxr/vscode-sqltools
v0.28.5 - (Aug 27, 2025)
What's Changed
- Support connections over SSH by @d-mato in #1447
- Support connections over SSH / drivers by @d-mato in #1470
- Update @sqltools/types to match #1447 by @gjsjohnmurray in #1471
- (feat) Variables from comments by @zellers in #1512
- Add DolphinDB driver to the list of community drivers by @RoRo672009 in #1508
- Bump prismjs from 1.29.0 to 1.30.0 in /docs by @dependabot[bot] in #1448
- Bump @babel/runtime-corejs2 from 7.11.2 to 7.26.10 by @dependabot[bot] in #1449
- Bump @babel/helpers from 7.19.0 to 7.26.10 in /docs by @dependabot[bot] in #1451
- Bump @babel/runtime from 7.11.2 to 7.26.10 by @dependabot[bot] in #1452
- Bump tar-fs from 2.1.1 to 2.1.2 by @dependabot[bot] in #1463
- Bump tar-fs from 2.1.1 to 2.1.2 in /build-tools by @dependabot[bot] in #1467
- Bump tar-fs from 2.1.2 to 2.1.3 by @dependabot[bot] in #1487
- Bump brace-expansion from 1.1.11 to 1.1.12 in /docs by @dependabot[bot] in #1504
- Bump tar-fs from 2.1.2 to 2.1.3 in /build-tools by @dependabot[bot] in #1505
New Contributors
- @d-mato made their first contribution in #1447
- @zellers made their first contribution in #1512
- @RoRo672009 made their first contribution in #1508
Full Changelog: v0.28.4...v0.28.5
mssql-v0.4.6
What's Changed
- Remove Azure and Microsoft logo due to DMCA compliance
Full Changelog: v0.28.4...mssql-v0.4.6
v0.28.4 - (Feb 17, 2025)
What's Changed
-
Fix broken doc link on "Read More" button on SQLite driver dependency installation message by @gjsjohnmurray in #1331
-
allow sessionFilesFolder to be relative to the workspace folder if the path provided in the config is not absolute by @Namyts in #1336
-
Delay showing SQL CONSOLE tab in Panel until first query is run by @gjsjohnmurray in #1328
-
Add
sqltools.results.showConsoleOnError
setting by @gjsjohnmurray in #1366 -
Declare
authentication
contribution by @gjsjohnmurray in #1398 -
Upgrade to Node v20 by @gjsjohnmurray in #1419
-
Use [email protected] by @gjsjohnmurray in #1439
-
Bump mysql2 from 3.1.2 to 3.9.7 by @dependabot in #1326
-
Bump mysql2 from 3.9.7 to 3.9.8 by @dependabot in #1339
-
Bump braces from 3.0.2 to 3.0.3 in /docs by @dependabot in #1348
-
Bump ws from 7.5.9 to 7.5.10 by @dependabot in #1349
-
Bump webpack from 5.76.0 to 5.94.0 in /build-tools by @dependabot in #1371
-
Bump micromatch from 4.0.5 to 4.0.8 in /docs by @dependabot in #1372
-
Bump dset from 3.1.2 to 3.1.4 in /docs by @dependabot in #1377
-
Bump path-to-regexp from 6.2.1 to 6.3.0 in /docs by @dependabot in #1378
-
Bump cross-spawn from 7.0.3 to 7.0.6 in /docs by @dependabot in #1401
-
Bump nanoid from 3.3.6 to 3.3.8 in /docs by @dependabot in #1414
-
Bump esbuild from 0.15.7 to 0.25.0 by @dependabot in #1436
New Contributors
- @Namyts made their first contribution in #1336
- @fzhem made their first contribution in #1396
- @ppcamp made their first contribution in #1381
- @lucashancock made their first contribution in #1421
Full Changelog: v0.28.3...v0.28.4
MySQL driver v0.6.3 - (May 31, 2024)
Update mysql2 package
v0.28.3 - (Apr 16, 2024)
v0.28.2 - (Apr 12, 2024)
What's Changed
- Improve connection quickpick and status bar item by @gjsjohnmurray in #1258
- Add CSV export format options by @flowrean in #1309
- Wrap query error strings by @gjsjohnmurray in #1311
- MySql Driver Configuration Bug Fix (EnableSsl) by @Fludem in #1271
- [Fix][#72][#799][#1264]Not able to connect to AWS RDS postgresql by @jqknono in #1265
- Bump follow-redirects from 1.13.1 to 1.15.4 by @dependabot in #1273
- Bump ip from 2.0.0 to 2.0.1 in /build-tools by @dependabot in #1287
- Bump sanitize-html from 2.7.1 to 2.12.1 by @dependabot in #1294
- Bump follow-redirects from 1.15.4 to 1.15.6 by @dependabot in #1298
- Bump es5-ext from 0.10.53 to 0.10.63 in /build-tools by @dependabot in #1289
- Add note to settings that require a restart after change by @gjsjohnmurray in #1303
- Bump tar from 6.1.11 to 6.2.1 in /build-tools by @dependabot in #1310
- Remove 'Edit this page' from docs by @gjsjohnmurray in #1280
- Fixed broken links to documentation for driver-specific options by @nikelborm in #1257
- Add SQLite Pro Tools to Community Drivers list in docs (#1252) by @RandomFractals in #1253
- Add Google Cloud SQL (PostgreSQL) driver to list by @chokoswitch in #1262
- feat: add Hive driver information by @samuelhsin in #1290
- Add Hologres and MaxCompute drivers information by @samuelhsin in #1296
New Contributors
- @nikelborm made their first contribution in #1257
- @jqknono made their first contribution in #1265
- @chokoswitch made their first contribution in #1262
- @samuelhsin made their first contribution in #1290
- @flowrean made their first contribution in #1309
- @Fludem made their first contribution in #1271
Full Changelog: v0.28.1...v0.28.2
v0.28.1 - (Nov 13, 2023)
What's Changed
- [Fix] - Add missing option for
none
results location by @bombillazo in #1173 - Added option to store password with SQLTools Driver Credentials to MS… by @raulcesar in #1175
- Fetch
schemas
in mssql and pgsql in alphabetical order by @bombillazo in #1177 - Bump semver from 6.3.0 to 6.3.1 in /docs by @dependabot in #1183
- Bump semver from 5.7.1 to 5.7.2 in /build-tools by @dependabot in #1182
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #1189
- Bump @babel/traverse from 7.19.0 to 7.23.2 in /docs by @dependabot in #1227
- Bump @babel/traverse from 7.11.0 to 7.23.2 by @dependabot in #1225
- Bump postcss from 8.4.16 to 8.4.31 in /docs by @dependabot in #1222
- Bump postcss from 8.4.14 to 8.4.31 by @dependabot in #1221
- Bump @babel/traverse from 7.10.1 to 7.23.2 in /build-tools by @dependabot in #1224
- Bump zod from 3.19.0 to 3.22.4 in /docs by @dependabot in #1228
//
(Floor Division) on CockroachDB query formatting fixed by @DrBu7cher in #1235- Add "Getting Started" to home by @richb-hanover in #1232
- docs: Update README.md to make "Getting Started" match home.mdx by @richb-hanover in #1240
New Contributors
- @raulcesar made their first contribution in #1175
- @sitingren made their first contribution in #1231
- @DrBu7cher made their first contribution in #1235
- @richb-hanover made their first contribution in #1232
Full Changelog: v0.28.0...v0.28.1
v0.28.0 - (Jun 22, 2023)
What's Changed
- Implement drag and drop objects by @ScriptPup in #1141
- Add 'none' option to location to skip showing query result by @bombillazo in #1161
- Extend MySQL driver to support TiDB and ssl options by @Icemap in #1113
- MySQL - handle multi-statement queries correctly - #1140
- Add information about Oracle driver by @hashhashu in #1094
- Add information about DuckDB driver by @RandomFractals in #1097
- Add information about SingleStore driver by @AdalbertMemSQL in #1115
- Add information about Google BigQuery Driver by @archiewood in #1165
- Eliminate log warning about use of deprecated
new Buffer()
- #1134
New Contributors
- @hashhashu made their first contribution in #1094
- @RandomFractals made their first contribution in #1097
- @AdalbertMemSQL made their first contribution in #1115
- @archiewood made their first contribution in #1165
- @Icemap made their first contribution in #1113
- @bombillazo made their first contribution in #1161
Full Changelog: v0.27.1...v0.28.0
v0.27.1 - (Jan 6, 2023)
What's Changed
- Fix unnecessary password prompt on MySQL connections that use connection strings by @dyegoaurelio in #1086
- Leverage 0.27 keystore password storage in PostgreSQL driver by @dyegoaurelio in #1084
- Prevent UI creating connection definitions with duplicate IDs by @gjsjohnmurray in #1089
- Don't store redundant properties on connections that use
connectString
by @gjsjohnmurray in #1088
New Contributors
- @dyegoaurelio made their first contribution in #1086
Full Changelog: v0.27.0...v0.27.1
v0.27.0 - (Jan 4, 2023)
What's Changed
- Runtime-detection warning gave wrong setting name (#1037) by @gjsjohnmurray in #1039
- Wait longer before showing 'detect node runtime' modal warning (#1034) by @gjsjohnmurray in #1035
- Let drivers implement a
resolveConnection
function by @gjsjohnmurray in #1058 - Make node runtime detection work with more default terminal profiles by @gjsjohnmurray in #1059
- Add
disableNodeDetectNotifications
setting by @gjsjohnmurray in #1060 - Add a connection count badge by @gjsjohnmurray in #1061
- List new community Databricks driver by @fjakobs in #1062
- Add support for Interpolated Variables from Connections Config by @lucasvieirasilva in #1064
- Implement sqltools-driver-credentials authentication provider and leverage it from MySQL driver by @gjsjohnmurray in #1066
- Fix errors when re-using tabs with different cols by @GeorchW in #1074
New Contributors
- @fjakobs made their first contribution in #1062
- @lucasvieirasilva made their first contribution in #1064
- @GeorchW made their first contribution in #1074
Full Changelog: v0.26.0...v0.27.0