|
2 | 2 |
|
3 | 3 | See [releases](https://github.com/RandomFractals/duckdb-sql-tools/releases) for the `duckdb-sql-tools-x.x.x.vsix` extension package downloads.
|
4 | 4 |
|
| 5 | +## v1.1.0 - [2023-06-26] |
| 6 | + |
| 7 | +- Update DuckDB Sql Tools extension to use DuckDB v0.7.1 |
| 8 | +- Update DuckDB Sql Tools demo `chinook.duckdb` file to use DuckDB v0.7.1 storage format |
| 9 | +- Add DuckDB version info, detailed error logging, and DuckDB Pro Tools info to the DuckDB Sql Tools driver and DuckDB connection error message display |
| 10 | +- Update DuckDB SQL Tools `README.md` with new DuckDB v0.7.1 support info |
| 11 | +- Add VS Code SQL and Pro Data Tools info to the public DuckDB Sql Tools extension `README.md` |
| 12 | +- Package and publish DuckDB SQL Tools v1.1.0 with DuckDB v0.7.1 support |
| 13 | + |
5 | 14 | ## v1.0.2 - [2023-01-28]
|
6 | 15 |
|
7 | 16 | Documentation Update Release.
|
8 | 17 |
|
9 |
| -- Refine DuckDB SQL Tools extension intro, features list, and other doc sections in README.md |
| 18 | +- Refine DuckDB SQL Tools extension intro, features list, and other doc sections in `README.md` |
10 | 19 |
|
11 | 20 | ## v1.0.1 - [2023-01-27]
|
12 | 21 |
|
13 |
| -Minor extension packaging update for the extension gallery banner background color display in VSCode marketplace. |
| 22 | +Minor extension packaging update for the extension gallery banner background color display in VS Code marketplace. |
14 | 23 |
|
15 | 24 | - Add gallery banner color to extension package manifest
|
16 | 25 |
|
17 | 26 | ## v1.0.0 - [2023-01-27]
|
18 | 27 |
|
19 | 28 | Initial Public Preview Release.
|
20 | 29 |
|
21 |
| -- Create duckdb-sql-tools vscode extension package |
| 30 | +- Create `duckdb-sql-tools` vscode extension package |
22 | 31 | - Create DuckDB Sql Tools driver base code
|
23 |
| -- Create DuckDB sql tools icons |
| 32 | +- Create DuckDB Sql Tools icons |
24 | 33 | - Add DuckDB SQL tools demo gif for docs
|
25 |
| -- Create DuckDB sql tools driver using NodeJS libraries |
26
8000
td> |
| -- Add PRQL query examples for the demo db and data files in data folder |
27 |
| -- Add chinook demo db data files in different formats |
28 |
| -- Create DuckDB SQL Tools preview version README.md |
| 34 | +- Create DuckDB Sql Tools driver using NodeJS libraries |
| 35 | +- Add PRQL query examples for the demo DuckDB and data files in data folder |
| 36 | +- Add chinook demo DuckDB data files in different formats |
| 37 | +- Create DuckDB SQL Tools preview version `README.md` |
29 | 38 | - Add Random Fractals Inc. license file
|
30 | 39 | - Allow to create readwrite `:memory:` database connections
|
31 |
| -- Add httpfs data loading example |
32 |
| -- Add sample duckdb sql query examples |
33 |
| -- Add better chinook db create sql script with primary keys and indexes |
34 |
| -- Add chinook duckdb Jupyter notebook and create new chinook.duckdb file using duckdb v0.6.1 |
35 |
| -- Add VSCode Memory Limit info to Limitations section in vscode extension README.md |
| 40 | +- Add `httpfs` data loading example |
| 41 | +- Add sample DuckDB Sql query examples |
| 42 | +- Add better chinook DuckDB create sql script with primary keys and indexes |
| 43 | +- Add chinook DuckDB Jupyter notebook and create new `chinook.duckdb` file using DuckDB v0.6.1 |
| 44 | +- Add VS Code Memory Limit info to Limitations section in extension `README.md` |
36 | 45 | - Add additional DuckDB keywords, pragmas, and metadata functions to SQL keywords
|
37 |
| -- Add demo data section to vscode extension README.md |
38 |
| -- Package and publish DuckDB Sql Tools v1.0.0 Preview release |
| 46 | +- Add demo data section to extension `README.md` |
| 47 | +- Package and publish `DuckDB Sql Tools v1.0.0` Preview release |
0 commit comments