Track our development progress with detailed updates, improvements,
and bug fixes.
v1.13.2
Changed
New schema storage model.
Clickhouse: Now has a request timeout setting in the configuration. #508
Fixed
Oracle: Changed compatibility to 12.1.0
Explorer in some cases could miss map columns to a table.
v1.13.1
Changed
Cassandra: Moved to new introspection model.
Mongo: Moved to new introspection model.
Files associated to connections will be remembered per workspace. #412
Removed the @dbcode Chat Participant in favor of copilot tools and providing context.
Setting: Workspace Connection: You can set a workspaces default connection, it will be stored in settings and used in quick open, and Copilot Tools. #237
Copilot/MCP: Added a tool that will get the default connection that if configured for a workspace.
Oracle: Use version rather than version_full. #160
Fixed: Sample database no longer includes extension version in the path. #498
v1.12.6
Changed
Tab Reuse: Changed to follow VSCode enabled limit and limit value, will recycle only if limit editable and tab limit reached.
Output tab: Shows the execution history and output statements for Databases that support them (SQL Server, Postgres).
Allow air gapped computers to provide required packages manually. #486
Fixed
Clickhouse: Support describe statements
v1.12.5
Changed
Accounts: Added a refresh to the account section to refresh information and not require a logout/in.
Fixed
Autocomplete: Fixed issue with alias not always being matched. #484
CockroachDB: Error with cluster id caused by SSL configuration in #445
Tab Reuse: if workbench.list.openMode is set to doubleClick tabs wont be re used, since no way to track the double click, and without it only one tab can be opened.
v1.12.4
Fixed
Postgres: Was not handling infinity/-infinity dates. #482
Quick Script: Was not setting connection on the new file. #349
Open new file: Was not working when executed from the command pallet instead of the tree. #483
v1.12.3
Changed
SSL: Configurations that are discovered now use the OS ssh command. #445
Drop items from the explorer onto the tree to script them. #348
v1.12.2
Changed
Quick Script: Select, Insert, Update, Delete scripts can be generated from the context menu of items like tables, views. #349
Item Filter: Now supports SQL like and not like like filter values eg: not like pg_temp%. #461