Releases: TableProApp/TablePro
v0.42.0
Added
- CockroachDB support over the PostgreSQL wire protocol, with a Connection Options field for libpq routing (#1226)
- AI Chat: OpenAI Responses API for GPT-5 and Codex with a collapsible Thinking panel, reasoning effort picker, curated model picker, strict tool schemas by default, and image input via paste or drop (HEIC/TIFF/BMP converted, EXIF/GPS stripped) (#1112)
- AI Chat: Claude extended thinking on Opus 4.7, Sonnet 4.6, and Haiku 4.5 (#1112)
- iOS: SQL Server connections via FreeTDS over TDS 7.4, including data browser, search, filter, and pagination with SQL Server syntax
- iOS: Settings > Sync shows last sync time with Sync Now and Refresh from iCloud
- Settings > Data Grid > Default row sort opens tables sorted by primary key or first column (#1284)
Changed
- Database switcher is now a toolbar popover with active-row checkmark, search, Refresh, and an engine-aware New Database footer (⌘N and ⌘R bound globally)
- New Database and Drop Database use native sheet and confirmation dialogs
Security
- AI Chat: destructive operations (DROP, TRUNCATE, ALTER...DROP) always prompt for approval; Silent mode and Always Allow no longer bypass the check
Fixed
- AI Chat: Gemini tool calls no longer fail with 400,
thoughtSignatureround-trips after tool runs, and DeepSeek V4 thinking is captured across turns - AI Chat: GitHub Copilot tool registration accepts optional fields
- MySQL/MariaDB:
BIT(N)columns display as decimal numbers instead of raw bytes (#1272) - Structure tab: Refresh and ⌘R show external schema changes on Columns, DDL, and ClickHouse Parts (#1281)
- Query editor: Enter and ⌘+Enter work after accepting an autocomplete suggestion, and double-click no longer closes the window (#1278)
- Query editor autocomplete reflects external column renames after Refresh
- ClickHouse, BigQuery, CloudflareD1, LibSQL, Etcd, and DynamoDB: long-running queries honor Settings > Query timeout instead of failing at 30 seconds (#1267)
- MongoDB: connection form shows the Username field so auth-enabled servers stop failing with "requires authentication"
- MongoDB: deleting a host from the multi-host editor keeps the list interactive (#1293)
- SQL import: PostgreSQL dollar-quoted function bodies parse correctly, and statements are no longer dropped when the database is slower than the parser (#1264)
- SQL export: views, materialized views, and foreign tables emit the matching
DROP(#1264) - iOS: connections, groups, and tags survive TestFlight and App Store updates
Removed
- Help > Report an Issue; the menu item opens GitHub Issues in a browser
MSSQL Driver v1.0.20
MSSQL Driver v1.0.20
Plugin release for TablePro.
Installation
TablePro will prompt you to install this plugin automatically when you select the database type. You can also install manually via Settings > Plugins > Browse.
SHA-256
- ARM64:
8a182737bea8c4fe387ebf34a08bfa56234a0fd69333cd8a2a6a6c652421299e - x86_64:
29e54816cd9115a722cdae58361067d93a98f8b226c5587eef61da4624282aa2
libSQL / Turso Driver v1.0.9
libSQL / Turso Driver v1.0.9
Plugin release for TablePro.
Installation
TablePro will prompt you to install this plugin automatically when you select the database type. You can also install manually via Settings > Plugins > Browse.
SHA-256
- ARM64:
d03301d71c7447023d4ed5c7bfc2213b2d7b7e439eedd8c5d62d96db27ac418f - x86_64:
d1fd4538f9d3fb678e3a65b933114263b6cc34f71fb2bedcc118fc1229f287aa
etcd Driver v1.0.23
etcd Driver v1.0.23
Plugin release for TablePro.
Installation
TablePro will prompt you to install this plugin automatically when you select the database type. You can also install manually via Settings > Plugins > Browse.
SHA-256
- ARM64:
6db446355bb1f06cd59313e3c25d10f5626ec372c32aeecbf7dd047e8d090fd0 - x86_64:
cafa42501702778b5052c2960af1aa3d8780418bc5683b8e069eee8e2c0e44c2
DynamoDB Driver v1.0.14
DynamoDB Driver v1.0.14
Plugin release for TablePro.
Installation
TablePro will prompt you to install this plugin automatically when you select the database type. You can also install manually via Settings > Plugins > Browse.
SHA-256
- ARM64:
7047ff34755a60340ccfe5f32f4084cf6af5accb4565702b7bab8cc1d092a0da - x86_64:
15a554ca4ed019a585346c3a5f377b8b9c975a2aa9eb47f0e6d1e6de19918731
Cloudflare D1 Driver v1.0.21
Cloudflare D1 Driver v1.0.21
Plugin release for TablePro.
Installation
TablePro will prompt you to install this plugin automatically when you select the database type. You can also install manually via Settings > Plugins > Browse.
SHA-256
- ARM64:
58ee2a0716967730902e6d2c121aee5ad3dc87217179756ec0de050e8c0cfbef - x86_64:
037940712a6478e7a697b824c20aa0c190ebc0657d3bbb268ffe1b86d737c192
BigQuery Driver v1.0.13
BigQuery Driver v1.0.13
Plugin release for TablePro.
Installation
TablePro will prompt you to install this plugin automatically when you select the database type. You can also install manually via Settings > Plugins > Browse.
SHA-256
- ARM64:
4845841b11e918f5f2d5457af2ea35a8eaa8ec7ad4c5e3f555ddd10ffd1735ee - x86_64:
afcedbadfe568944d0fb384413e33df1c9ee0f2a2c0960f481f6c5b4943a3d7a
v0.41.0
Added
- File > Backup Dump… and Restore Dump… for PostgreSQL and Redshift, with live progress, cancel, and SSH tunnel reuse (#1211).
Changed
- Plugin format updated. Older plugin builds no longer load; reinstall plugins from the registry after updating.
Fixed
- Redis: "Required (skip verify)" SSL mode now actually skips certificate verification, so Upstash and other untrusted-CA endpoints connect (#1247).
- MSSQL: SSL mode setting now affects the connection. Previously every mode was silently ignored.
- MongoDB: "Required" and "Verify CA" SSL modes connect to self-signed and untrusted-CA servers instead of failing.
- MongoDB: connecting no longer crashes with
dispatch_sync called on queue already owned by current thread(#1249). - MongoDB: TLS handshake to Atlas no longer fails with
internal error (-9838)on macOS 26. - MongoDB: importing a connection URL with no database path now works for Atlas users restricted to one database.
- MySQL: CA certificate is no longer loaded when the SSL mode skips verification, matching PostgreSQL.
v0.40.3
Fixed
- AI Chat: scrolling stays smooth on long conversations and stream completion no longer briefly hides the chat. (#1239)
- AI Chat: starting a new conversation no longer carries context from the previous one.
- PostgreSQL: connecting to servers older than 9.3 no longer fails on schema load. (#1240)
- MySQL: EXPLAIN now offers a plain variant that works on every version.
- MSSQL: editing a view on SQL Server 2014 or earlier no longer fails with a syntax error.
- Cassandra: connecting to a 2.x server now shows a clear unsupported-version message instead of failing on sidebar load.
- MongoDB: connecting to servers older than 3.4 no longer fails on the database listing.
- ClickHouse: the index sidebar no longer fails on versions older than 19.17.
Oracle Driver v1.2.4
Oracle Driver v1.2.4
Plugin release for TablePro.
Installation
TablePro will prompt you to install this plugin automatically when you select the database type. You can also install manually via Settings > Plugins > Browse.
SHA-256
- ARM64:
da2ca62f8587503e3415bed8c92e3b6d989ab11c0cfc212d0991fed7670218c7 - x86_64:
136a42513a179c919d31f692c91b5ef54ad8f8c0546459795d68d1b89cf75056