8000 duckdb sql tools v1.1.0 release changelog and readme update · RandomFractals/duckdb-sql-tools@efe3434 · GitHub
[go: up one dir, main page]

Skip to content

Commit efe3434

Browse files
duckdb sql tools v1.1.0 release changelog and readme update
1 parent e9db55d commit efe3434

File tree

2 files changed

+144
-54
lines changed

2 files changed

+144
-54
lines changed

CHANGELOG.md

Lines changed: 24 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,46 @@
22

33
See [releases](https://github.com/RandomFractals/duckdb-sql-tools/releases) for the `duckdb-sql-tools-x.x.x.vsix` extension package downloads.
44

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+
514
## v1.0.2 - [2023-01-28]
615

716
Documentation Update Release.
817

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`
1019

1120
## v1.0.1 - [2023-01-27]
1221

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.
1423

1524
- Add gallery banner color to extension package manifest
1625

1726
## v1.0.0 - [2023-01-27]
1827

1928
Initial Public Preview Release.
2029

21-
- Create duckdb-sql-tools vscode extension package
30+
- Create `duckdb-sql-tools` vscode extension package
2231
- Create DuckDB Sql Tools driver base code
23-
- Create DuckDB sql tools icons
32+
- Create DuckDB Sql Tools icons
2433
- Add DuckDB SQL tools demo gif for docs
25-
- Create DuckDB sql tools driver using NodeJS libraries
26-
- 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`
2938
- Add Random Fractals Inc. license file
3039
- 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`
3645
- 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

Comments
 (0)
0