File tree Expand file tree Collapse file tree 10 files changed +26
-5
lines changed
Expand file tree Collapse file tree 10 files changed +26
-5
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ order: 10
77
88## v0.28
99
10+ ### v0.28.3 - (Apr 16, 2024)
11+
12+ See https://github.com/mtxr/vscode-sqltools/releases/tag/v0.28.3
13+
1014### v0.28.2 - (Apr 12, 2024)
1115
1216See https://github.com/mtxr/vscode-sqltools/releases/tag/v0.28.2
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ This package is part of [vscode-sqltools](https://vscode-sqltools.mteixeira.dev/
44
55## Changelog
66
7+ ### 0.4.3
8+
9+ - Use NodeJS 16.
10+
711### 0.4.2
812
913- Support password storage using SQLTools Driver Credentials service. [ #1175 ] ( https://github.com/mtxr/vscode-sqltools/pull/1175 ) - thanks [ @raulcesar ] ( https://github.com/raulcesar )
Original file line number Diff line number Diff line change 22 "name" : " sqltools-driver-mssql" ,
33 "displayName" : " SQLTools Microsoft SQL Server/Azure" ,
44 "description" : " SQLTools Microsoft SQL Server/Azure" ,
5- "version" : " 0.4.3-SNAPSHOT " ,
5+ "version" : " 0.4.3" ,
66 "engines" : {
77 "vscode" : " ^1.72.0"
88 },
Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ This package is part of [vscode-sqltools](https://vscode-sqltools.mteixeira.dev/
44
55## Changelog
66
7+ ### 0.6.2
8+
9+ - Use NodeJS 16.
10+ - Update mysql2 library package.
11+
712### 0.6.1
813
914- Delete SSL config if SSL is disabled on MySQL driver. [ #1271 ] ( https://github.com/mtxr/vscode-sqltools/pull/1271 ) - thanks [ @Fludem ] ( https://github.com/Fludem ) .
Original file line number Diff line number Diff line change 22 "name" : " sqltools-driver-mysql" ,
33 "displayName" : " SQLTools MySQL/MariaDB/TiDB" ,
44 "description" : " SQLTools MySQL/MariaDB/TiDB" ,
5- "version" : " 0.6.2-SNAPSHOT " ,
5+ "version" : " 0.6.2" ,
66 "engines" : {
77 "vscode" : " ^1.72.0"
88 },
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ This package is part of [vscode-sqltools](https://vscode-sqltools.mteixeira.dev/
44
55## Changelog
66
7+ ### 0.5.4
8+
9+ - Use NodeJS 16.
10+
711### 0.5.3
812
913- Fix problem connecting to AWS RDS postgresql. [ #1265 ] ( https://github.com/mtxr/vscode-sqltools/pull/1265 ) - thanks [ @jqknono ] ( https://github.com/jqknono )
Original file line number Diff line number Diff line change 22 "name" : " sqltools-driver-pg" ,
33 "displayName" : " SQLTools PostgreSQL/Cockroach Driver" ,
44 "description" : " SQLTools PostgreSQL/Cockroach Driver" ,
5- "version" : " 0.5.4-SNAPSHOT " ,
5+ "version" : " 0.5.4" ,
66 "engines" : {
77 "vscode" : " ^1.72.0"
88 },
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ See [SQLite Start Guide](https://vscode-sqltools.mteixeira.dev/en/drivers/sq-lit
66
77## Changelog
88
9+ ### 0.5.1
10+
11+ - Use NodeJS 16.
12+
913### 0.5.0
1014
1115- Sync with 0.27 release of main extension.
Original file line number Diff line number Diff line change 22 "name" : " sqltools-driver-sqlite" ,
33 "displayName" : " SQLTools SQLite" ,
44 "description" : " SQLTools SQLite" ,
5- "version" : " 0.5.1-SNAPSHOT " ,
5+ "version" : " 0.5.1" ,
66 "engines" : {
77 "vscode" : " ^1.72.0"
88 },
Original file line number Diff line number Diff line change 22 "name" : " sqltools" ,
33 "displayName" : " SQLTools" ,
44 "description" : " Connecting users to many of the most commonly used databases. Welcome to database management done right." ,
5- "version" : " 0.28.3-SNAPSHOT " ,
5+ "version" : " 0.28.3" ,
66 "publisher" : " mtxr" ,
77 "license" : " MIT" ,
88 "preview" : false ,
You can’t perform that action at this time.
0 commit comments