# Beekeeper Studio changelog > A cross-platform SQL editor and database manager. - Vendor: Beekeeper Studio - Category: Developer Tools - Platforms: Desktop - Official site: https://www.beekeeperstudio.io - Tracked by: What's New (https://whatsnew.fyi/product/beekeeper-studio) - Harvested from: GitHub (beekeeper-studio/beekeeper-studio) - Entries below: 10 (newest first) What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. ## Releases ### v5.9.3 - Date: 2026-07-31 - Version: v5.9.3 - Original notes: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v5.9.3 - Permalink: https://whatsnew.fyi/product/beekeeper-studio/releases/v5.9.3 - Labels: Platforms: Desktop - **fixed** — Fix inability to discover or launch az cli on Windows - **fixed** — Fix unsupported MariaDB and libsql in erd plugin ##### What's Changed * fix: fix inability to discover or launch az cli on windows by @jasonnutter in https://github.com/beekeeper-studio/beekeeper-studio/pull/4538 * bump erd plugin: fix unsupported mariadb and libsql by @azmy60 in https://github.com/beekeeper-studio/beekeeper-studio/pull/4545 **Full Changelog**: https://github.com/beekeeper-studio/beekeeper-studio/compare/v5.9.2...v5.9.3 ### v5.9.2 - Date: 2026-07-10 - Version: v5.9.2 - Original notes: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v5.9.2 - Permalink: https://whatsnew.fyi/product/beekeeper-studio/releases/v5.9.2 - Labels: Platforms: Desktop - **fixed** — Fix window clipping - **fixed** — Fix exporting query from favourites - **fixed** — Fix parameter detection on initial query load - **fixed** — Fix SQL Server Schema ##### What's Changed * Fix window clipping by @not-night-but in https://github.com/beekeeper-studio/beekeeper-studio/pull/4472 * fix exporting query from favourites by @not-night-but in https://github.com/beekeeper-studio/beekeeper-studio/pull/4471 * Fix parameter detection on initial query load by @rathboma in https://github.com/beekeeper-studio/beekeeper-studio/pull/4478 * Fix Sql Server Schema by @not-night-but in https://github.com/beekeeper-studio/beekeeper-studio/pull/4477 **Full Changelog**: https://github.com/beekeeper-studio/beekeeper-studio/compare/v5.9.1...v5.9.2 ### v5.9.1 - Date: 2026-07-06 - Version: v5.9.1 - Original notes: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v5.9.1 - Permalink: https://whatsnew.fyi/product/beekeeper-studio/releases/v5.9.1 - Labels: Platforms: Desktop - **fixed** — Stop downloading the entire RPM repo on every release Just a quick patch to fix the RPM publish workflow ##### What's Changed * ci: stop downloading the entire RPM repo on every release by @rathboma in https://github.com/beekeeper-studio/beekeeper-studio/pull/4469 **Full Changelog**: https://github.com/beekeeper-studio/beekeeper-studio/compare/v5.9.0...v5.9.1 ### v5.9.0 - Date: 2026-07-06 - Version: v5.9.0 - Original notes: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v5.9.0 - Permalink: https://whatsnew.fyi/product/beekeeper-studio/releases/v5.9.0 - Labels: Platforms: Desktop - **added** — Add Snowflake driver with connections, schema browsing, views and materialized views, keys, indexes, DDL retrieval, table cloning, transactional writes, streaming and cancellation - **added** — Add SQL Server integrated Windows and Kerberos authentication with Encrypt toggle and optional SPN override - **added** — Add ability to paste copied data as new rows with a dedicated keybinding - **added** — Add dropdown selection of enum values in PostgreSQL, CockroachDB, MySQL/MariaDB, DuckDB, and ClickHouse - **added** — Add unified move-to dialog for connections, saved queries, and folders - **added** — Add inline renaming of queries, connections, and folders in the sidebar - **added** — Add configurable keyboard shortcuts for plugin menu items - **added** — Add unix-timestamp query magic to convert Unix timestamps to readable date strings - **added** — Add ClickHouse custom SSL certificate support - **added** — Add DynamoDB beta support - **added** — Persist last-open sidebar tab across restarts and make default sidebar selection configurable - **changed** — Make backspace clear a selected range in tables - **changed** — Improve SSH config handling with warning toasts for unparseable config, bad ownership/permissions, or missing IdentityFile - **changed** — Use ssh-config native Match exec handling instead of stripping Match blocks - **fixed** — Fix restoring edited text of a saved query - **fixed** — Fix auto-refresh when making table alterations from the query editor - **fixed** — Fix BigQuery NUMERIC and BIGNUMERIC values display - **fixed** — Fix SQL Server autocomplete handling of bracket-quoted identifiers - **fixed** — Fix editing PostgreSQL array of enums throwing a JSON error - **fixed** — Fix SSH tunneling for ClickHouse and Firebird and add bastion/jump-host support for MongoDB #### Beekeeper Studio 5.9.0 This is a big one. Snowflake support — which we've been teasing for a couple of releases — has finally landed, bringing our fully-featured driver count up another notch. SQL Server gets proper integrated (Windows/Kerberos) authentication, and there's a pile of everyday-workflow upgrades: paste copied data straight in as new rows, pick enum values from a dropdown, rename things inline in the sidebar, and move queries, folders, and connections around from a single dialog. On top of that there's a long tail of bug fixes, SSH and packaging improvements, and a security fix worth calling out. ##### Highlights - **Snowflake support.** Our long-awaited Snowflake driver is here. Connect with username/password, SSO via browser, or multi-factor auth (authenticator code or Duo push), with token caching where your account allows it. You get full schema browsing, views and materialized views, primary/foreign keys, index create/drop, create-script (DDL) retrieval, table cloning, and transactional inserts/updates/deletes — plus streaming and cancellation for big queries. The connection form takes your account ID, default database, and warehouse, and there's a read-only mode for locked-down environments. - **SQL Server integrated (Windows/Kerberos) authentication.** Connect to your SQL Server using either integrated Windows auth, or Kerberos. Kerberos authentication works across all three operating systems (although it sometimes requires system-wide libraries installed). ##### Notable Improvements - **Paste data as new rows.** Copy a block of data from anywhere and paste it into a table as new rows instead of overwriting the cells you've selected — the quick way to port a chunk of data between tables without setting up a full import. There's a dedicated keybinding, and backspace now clears a selected range as you'd expect. - **Pick enum values from a dropdown.** Enum columns now offer their valid values in a dropdown right in the table and result grids, so you don't have to remember or retype them. Works on PostgreSQL, CockroachDB, MySQL/MariaDB, DuckDB, and ClickHouse. - **One move-to dialog for everything.** The move-to modal now handles saved queries and (sub)folders as well as connections, so you can reorganize the whole sidebar from one consistent dialog instead of a scatter of context-menu entries. - **Inline renaming in the sidebar.** Rename queries, connections, and folders inline, right where they live. - **Plugin keyboard shortcuts.** Plugin menu items can now be bound to custom keyboard shortcuts via the config file. - **New "unix timestamp" query magic.** Convert a Unix timestamp (seconds, milliseconds, microseconds, or nanoseconds) to a readable date string, with timezone and ISO formatting options — e.g. `columnname__format__unixtime__ms__utc`. - **Smarter SSH config handling.** Previously-silent `~/.ssh/config` problems now surface as non-blocking warning toasts on connect/test (unparseable config, bad ownership/permissions, or a missing `IdentityFile` in agent mode). SSH tunnels now skip entries with a missing `IdentityFile`, and Beekeeper uses ssh-config's native `Match exec` handling instead of stripping Match blocks by hand. A new `[security] allowSshConfigMatchExec` option (default true, matching `ssh(1)`) lets you disable execution of `Match exec` directives. - **SSH tunneling for more engines.** Fixed SSH tunneling for ClickHouse and Firebird, and added bastion/jump-host support for MongoDB (forcing `directConnection` so it actually works). - **ClickHouse custom SSL certificates.** ClickHouse connections now support custom SSL certificates for encrypted connections. Thanks @mastercactapus! - **DynamoDB is now in beta.** DynamoDB moves from planned to beta support, with a new connection guide covering IAM auth and local-endpoint configuration. - **Sidebar remembers where you were.** The last-open sidebar tab persists across restarts, and the defa _[Truncated at 4000 characters — full notes: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v5.9.0]_ ### v5.9.0-beta.4 - Date: 2026-06-30 - Version: v5.9.0-beta.4 - Original notes: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v5.9.0-beta.4 - Permalink: https://whatsnew.fyi/product/beekeeper-studio/releases/v5.9.0-beta.4 - Labels: Pre-release; Platforms: Desktop - **added** — Add Snowflake driver with connections, schema browsing, views and materialized views, keys, indexes, DDL retrieval, table cloning, transactional writes, streaming and cancellation - **added** — Add SQL Server integrated Windows and Kerberos authentication with Encrypt toggle and optional SPN override - **added** — Add ability to paste copied data as new rows with a dedicated keybinding - **added** — Add enum value dropdown selection for PostgreSQL, CockroachDB, MySQL/MariaDB, DuckDB, and ClickHouse - **added** — Add unified move-to dialog for connections, saved queries, and folders - **added** — Add inline renaming of queries, connections, and folders in the sidebar - **added** — Add configurable keyboard shortcuts for plugin menu items - **added** — Add unix-timestamp query magic to convert Unix timestamps to readable date strings - **added** — Add ClickHouse custom SSL certificate support - **added** — Add DynamoDB beta support and connection documentation - **added** — Add persistent last-open sidebar tab across restarts with configurable default sidebar selection - **changed** — Backspace now clears a selected range in table cells - **changed** — SSH config handling now surfaces previously-silent errors as non-blocking warning toasts - **changed** — SSH tunnels now skip entries with missing IdentityFile - **changed** — Add native Match exec handling for SSH config instead of stripping Match blocks - **changed** — SSH tunneling now works for ClickHouse and Firebird, and supports bastion/jump-host for MongoDB - **fixed** — Fix restoring edited text of a saved query - **fixed** — Fix auto-refresh when making table alterations from the query editor - **fixed** — Fix BigQuery NUMERIC and BIGNUMERIC custom-type values display - **fixed** — Fix SQL Server autocomplete handling of bracket-quoted identifiers - **fixed** — Fix PostgreSQL array of enums editing throwing a JSON error #### Beekeeper Studio 5.9.0 This is a big one. Snowflake support — which we've been teasing for a couple of releases — has finally landed, bringing our fully-featured driver count up another notch. SQL Server gets proper integrated (Windows/Kerberos) authentication, and there's a pile of everyday-workflow upgrades: paste copied data straight in as new rows, pick enum values from a dropdown, rename things inline in the sidebar, and move queries, folders, and connections around from a single dialog. On top of that there's a long tail of bug fixes, SSH and packaging improvements, and a security fix worth calling out. ##### Highlights - **Snowflake support.** Our long-awaited Snowflake driver is here. Connect with username/password, SSO via browser, or multi-factor auth (authenticator code or Duo push), with token caching where your account allows it. You get full schema browsing, views and materialized views, primary/foreign keys, index create/drop, create-script (DDL) retrieval, table cloning, and transactional inserts/updates/deletes — plus streaming and cancellation for big queries. The connection form takes your account ID, default database, and warehouse, and there's a read-only mode for locked-down environments. - **SQL Server integrated (Windows/Kerberos) authentication.** Connect to your SQL Server using either integrated Windows auth, or Kerberos. Kerberos authentication works across all three operating systems (although it sometimes requires system-wide libraries installed). ##### Notable Improvements - **Paste data as new rows.** Copy a block of data from anywhere and paste it into a table as new rows instead of overwriting the cells you've selected — the quick way to port a chunk of data between tables without setting up a full import. There's a dedicated keybinding, and backspace now clears a selected range as you'd expect. - **Pick enum values from a dropdown.** Enum columns now offer their valid values in a dropdown right in the table and result grids, so you don't have to remember or retype them. Works on PostgreSQL, CockroachDB, MySQL/MariaDB, DuckDB, and ClickHouse. - **One move-to dialog for everything.** The move-to modal now handles saved queries and (sub)folders as well as connections, so you can reorganize the whole sidebar from one consistent dialog instead of a scatter of context-menu entries. - **Inline renaming in the sidebar.** Rename queries, connections, and folders inline, right where they live. - **Plugin keyboard shortcuts.** Plugin menu items can now be bound to custom keyboard shortcuts via the config file. - **New "unix timestamp" query magic.** Convert a Unix timestamp (seconds, milliseconds, microseconds, or nanoseconds) to a readable date string, with timezone and ISO formatting options — e.g. `columnname__format__unixtime__ms__utc`. - **Smarter SSH config handling.** Previously-silent `~/.ssh/config` problems now surface as non-blocking warning toasts on connect/test (unparseable config, bad ownership/permissions, or a missing `IdentityFile` in agent mode). SSH tunnels now skip entries with a missing `IdentityFile`, and Beekeeper uses ssh-config's native `Match exec` handling instead of stripping Match blocks by hand. A new `[security] allowSshConfigMatchExec` option (default true, matching `ssh(1)`) lets you disable execution of `Match exec` directives. - **SSH tunneling for more engines.** Fixed SSH tunneling for ClickHouse and Firebird, and added bastion/jump-host support for MongoDB (forcing `directConnection` so it actually works). - **ClickHouse custom SSL certificates.** ClickHouse connections now support custom SSL certificates for encrypted connections. Thanks @mastercactapus! - **DynamoDB is now in beta.** DynamoDB moves from planned to beta support, with a new connection guide covering IAM auth and local-endpoint configuration. - **Sidebar remembers where you were.** The last-open sidebar tab persists across restarts, and the defa _[Truncated at 4000 characters — full notes: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v5.9.0-beta.4]_ ### v5.8.1 — Bugfix - restoring tabs now works again - Date: 2026-06-02 - Version: v5.8.1 - Original notes: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v5.8.1 - Permalink: https://whatsnew.fyi/product/beekeeper-studio/releases/v5.8.1 - Labels: Platforms: Desktop Description of the release ### v5.8.0 — Release v5.8.0 - Date: 2026-06-01 - Version: v5.8.0 - Original notes: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v5.8.0 - Permalink: https://whatsnew.fyi/product/beekeeper-studio/releases/v5.8.0 - Labels: Platforms: Desktop - **added** — Add Amazon DynamoDB support as the 18th database engine - **added** — Add query edit history for cloud workspaces to record changes and allow version comparison and rollback - **added** — Add automatic driver downloads framework to download heavy native drivers on demand instead of bloating installers - **added** — Add SSH config file resolution for host aliases from ~/.ssh/config - **changed** — Upgrade bundled AI Shell to v3.1.0 - **changed** — Keep empty connection folders visible even when they contain no connections - **changed** — Update recent connections to use saved connection details instead of stale snapshots - **changed** — Allow local workspace selection on connection screen even during cloud license checks - **changed** — Route renderer messages to renderer.log instead of main log for quieter production logs - **changed** — Improve idle detection by combining system-level and in-app input tracking for more accurate auto-disconnect - **changed** — Introduce new upgrade panel and modal used consistently across the app with animated AI Shell upsell card - **fixed** — Fix MongoDB MONGODB-AWS authentication by adding aws4 dependency - **fixed** — Fix Cassandra UUIDs inside set and map collections to convert to strings instead of rendering as objects - **fixed** — Fix table view to show loading spinner instead of misleading No Data message while results are being fetched - **fixed** — Fix query streaming bug that could break streamed result sets - **fixed** — Fix named query params being clobbered when the same parameter appears more than once across queries - **fixed** — Fix autocomplete to suggest columns for quoted table names and tables used in joins - **fixed** — Fix saved queries to keep their folder and position when saved from a query tab - **fixed** — Fix export progress display showing NaN or percentages over 100% - **security** — Add shell execution exploit tests to guard against remote code execution Happy summer everyone! Well here in Texas things are getting a little toasty, so thought we'd celebrate with an equally hot Beekeeper Studio release 🔥🔥. Included: A brand new database driver, query edit history for workspaces, automatic driver downloads, better SSH config support, and a long tail of bug fixes, security hardening, and UI polish. ##### Highlights - **Amazon DynamoDB support**. Connect to DynamoDB and browse your tables, right inside Beekeeper Studio. Our 18th database engine. - **Query Edit History**. When connected to a cloud workspace, every change you make to your query now gets recorded, so you can compare versions and roll-back if desired. - **Automatic driver downloads**. Some database engines need heavy native drivers that we'd rather not ship with every build. There's now a framework that downloads the right driver dependency on demand, the first time you need it, instead of bloating the installer for everyone. ##### Lowlights Day has been working hard on a Snowflake driver, it's almost done, but wasn't ready in time for this release like we expected. Azmi has been working on multi-hop SSH support so you can connect to your database via 2+ different jump hosts. Again, it just missed our release cutoff. ##### Smaller Improvements - **New upgrade panel and modal** used consistently across the app, with an animated AI Shell upsell card so it's clearer what you get with a paid plan. - **Bundled AI Shell upgraded to v3.1.0**. - **Empty connection folders now stay visible** even when they don't contain any connections yet, so your structure doesn't disappear on you. Thanks @vaibhavvikas! - **SSH config file resolution** for host aliases — host entries from your `~/.ssh/config` are now resolved when connecting. - **Recent connections** now use the saved connection's details rather than a stale snapshot. - **Local workspace** can always be selected on the connection screen, even when a cloud license check is in flight. - **Quieter production logs**, with renderer messages routed to `renderer.log` instead of the main log. - **Improved idle detection** that combines system-level and in-app input tracking for more accurate auto-disconnect. ##### Bug Fixes - **MongoDB**: added the `aws4` dependency to fix `MONGODB-AWS` authentication. Thanks @jim-fn! - **Cassandra**: UUIDs inside `set` and `map` collections are now converted to strings instead of rendering as objects. Thanks @andreasarf! - **Table View**: tables show a loading spinner instead of a misleading "No Data" message while results are still being fetched. Thanks @NianJiuZst! - **Query streaming**: fixed a bug that could break streamed result sets. - **Named query params** are no longer clobbered when the same parameter appears more than once across several queries. - **Autocomplete** now suggests columns for quoted table names and for tables used in joins. - **Saved queries** keep their folder and position when saved from a query tab. Fixes the case where saving would bounce a query back to the root. - **Export progress** no longer shows `NaN` or percentages over 100%. - **Modals** with a lot of content now scroll properly instead of overflowing. - **Schema builder header** is now sticky so column controls stay in view while you scroll. - **Bastion / jump host** background and padding render correctly under the system dark theme. - **Plugin menus** now share the same styling as the rest of the app's menus. - **File picker** only shows the pointer cursor when it's actually editable. - **Page navigation** no longer fires when focus is inside an editable element. - **Cassandra rename** and **DuckDB column-type quoting**: fixed two silent bugs in the SQL change builders. - **Trial licenses**: corrected the support-date expiration condition so valid trials aren't rejected. - **Write-action shortcuts**, **checkbox context menu**, and a spurious "remote change" notification are all fixed. - **Ident _[Truncated at 4000 characters — full notes: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v5.8.0]_ ### v5.8.0-beta.1 — Release v5.8.0-beta.1 - Date: 2026-05-22 - Version: v5.8.0-beta.1 - Original notes: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v5.8.0-beta.1 - Permalink: https://whatsnew.fyi/product/beekeeper-studio/releases/v5.8.0-beta.1 - Labels: Pre-release; Platforms: Desktop - **fixed** — SSH agent mode attempting to read non-existent private key files - **added** — Make Fake Remote Change context menu item to query editor - **fixed** — Context menu showing on non-text inputs - **changed** — Disable write action shortcuts in readonly mode - **fixed** — Autocomplete to suggest columns for quoted tables and joins - **fixed** — ClickHouse rawExecuteQuery - **fixed** — Preserve column layout when refreshing table - **fixed** — Prevent calling persistence write function before the table is ready - **added** — Support SSH config file resolution for host aliases - **changed** — Use saved connection details in recent connections list - **fixed** — Page navigation when focusing editable elements - **fixed** — Show loading spinner instead of 'No Data' while fetching table data - **added** — Driver dependency auto-download framework - **fixed** — Persist tabulator column state in app.db instead of localStorage - **fixed** — Bastion host background and padding - **fixed** — Double encoded jsonb values when inserting a new row from table view - **fixed** — Cassandra UUIDs in set and map collections converted to strings - **fixed** — Silent bugs in SQL change builders for Cassandra rename and DuckDB column type quoting - **fixed** — Modals that don't scroll when there are too many items - **fixed** — Trial license support date expiration condition - **added** — Query Edit History - **added** — Amazon DynamoDB driver - **fixed** — Named query params clobbered when the same parameter appears multiple times - **fixed** — MongoDB MONGODB-AWS authentication - **fixed** — Allow selecting local workspace on connection screen - **fixed** — Export progress showing NaN and >100% percentages ##### What's Changed * Fix SSH agent mode attempting to read non-existent private key files by @rathboma in https://github.com/beekeeper-studio/beekeeper-studio/pull/4194 * chore(deps): bump @xmldom/xmldom from 0.8.12 to 0.8.13 by @dependabot[bot] in https://github.com/beekeeper-studio/beekeeper-studio/pull/4156 * chore(deps): bump follow-redirects from 1.15.11 to 1.16.0 by @dependabot[bot] in https://github.com/beekeeper-studio/beekeeper-studio/pull/4097 * add [DEV] Make Fake Remote Change context menu item to query editor by @azmy60 in https://github.com/beekeeper-studio/beekeeper-studio/pull/4176 * fix context menu showing on non-text inputs by @azmy60 in https://github.com/beekeeper-studio/beekeeper-studio/pull/4191 * Disable write action shortcuts in readonly mode by @not-night-but in https://github.com/beekeeper-studio/beekeeper-studio/pull/4198 * fix(autocomplete): suggest columns for quoted tables and joins by @rathboma in https://github.com/beekeeper-studio/beekeeper-studio/pull/4203 * Fix clickhouse rawExecuteQuery by @not-night-but in https://github.com/beekeeper-studio/beekeeper-studio/pull/4207 * chore: add BaseModal wrapper component by @azmy60 in https://github.com/beekeeper-studio/beekeeper-studio/pull/4131 * fix: preserve column layout when refreshing table by @azmy60 in https://github.com/beekeeper-studio/beekeeper-studio/pull/4211 * Prevent calling persistence write function before the table is ready by @azmy60 in https://github.com/beekeeper-studio/beekeeper-studio/pull/4209 * Support SSH config file resolution for host aliases by @rathboma in https://github.com/beekeeper-studio/beekeeper-studio/pull/4195 * Use saved connection details in recent connections list by @rathboma in https://github.com/beekeeper-studio/beekeeper-studio/pull/4190 * Fix page navigation when focusing editable elements by @rathboma in https://github.com/beekeeper-studio/beekeeper-studio/pull/4210 * fix(table): show loading spinner instead of 'No Data' while fetching by @NianJiuZst in https://github.com/beekeeper-studio/beekeeper-studio/pull/4180 * Add driver dependency auto-download framework by @rathboma in https://github.com/beekeeper-studio/beekeeper-studio/pull/4018 * fix: persist tabulator column state in app.db instead of localStorage by @azmy60 in https://github.com/beekeeper-studio/beekeeper-studio/pull/4160 * fix bastion host background and padding by @azmy60 in https://github.com/beekeeper-studio/beekeeper-studio/pull/4201 * fix double encoded jsonb values when inserting a new row from table view by @azmy60 in https://github.com/beekeeper-studio/beekeeper-studio/pull/4222 * remove ssh tests that no longer make sense by @not-night-but in https://github.com/beekeeper-studio/beekeeper-studio/pull/4224 * Refresh yarn.lock to clear high-severity transitive vulns by @rathboma in https://github.com/beekeeper-studio/beekeeper-studio/pull/4227 * Bump deps to clear undici, flatted, and other parent-locked alerts by @rathboma in https://github.com/beekeeper-studio/beekeeper-studio/pull/4228 * Cache playwright browsers in e2e workflows by @rathboma in https://github.com/beekeeper-studio/beekeeper-studio/pull/4230 * fix(cassandra): convert UUIDs in set and map collections to strings by @andreasarf in https://github.com/beekeeper-studio/beekeeper-studio/pull/4220 * Trim e2e PR trigger, add concurrency, bump old checkout actions by @rathboma in https://github.com/beekeeper-studio/beekeeper-studio/pull/4233 * fix: two silent bugs in SQL change builders (Cassandra rename + DuckDB column type quoting) by @rathboma in https://github.com/beekeeper-studio/beekeeper-studio/pull/4239 * fix models that don't scroll when there are too many items by @rathboma in https://github.com/beekeeper-studio/beekeeper-studio/pull/4242 * chore(deps): bump @babel/plugin-transform-modules-systemjs from 7.29.0 to 7.29.4 by @dependabot[bot] in https://github.com/beekeeper-studio/beekeeper-studio/pull/4237 * Fix trial license support dat _[Truncated at 4000 characters — full notes: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v5.8.0-beta.1]_ ### v5.7.3 — Release v5.7.3 - Date: 2026-05-15 - Version: v5.7.3 - Original notes: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v5.7.3 - Permalink: https://whatsnew.fyi/product/beekeeper-studio/releases/v5.7.3 - Labels: Platforms: Desktop - **fixed** — Fix clickhouse rawExecuteQuery - **fixed** — Preserve column layout when refreshing table - **fixed** — Prevent calling persistence write function before the table is ready - **fixed** — Persist tabulator column state in app.db instead of localStorage - **fixed** — Fix double encoded jsonb values when inserting a new row from table view ##### What's Changed * Fix clickhouse rawExecuteQuery by @not-night-but in https://github.com/beekeeper-studio/beekeeper-studio/pull/4207 * fix: preserve column layout when refreshing table by @azmy60 in https://github.com/beekeeper-studio/beekeeper-studio/pull/4211 * Prevent calling persistence write function before the table is ready by @azmy60 in https://github.com/beekeeper-studio/beekeeper-studio/pull/4209 * fix: persist tabulator column state in app.db instead of localStorage by @azmy60 in https://github.com/beekeeper-studio/beekeeper-studio/pull/4160 * fix double encoded jsonb values when inserting a new row from table view by @azmy60 in https://github.com/beekeeper-studio/beekeeper-studio/pull/4222 **Full Changelog**: https://github.com/beekeeper-studio/beekeeper-studio/compare/v5.7.2...v5.7.3 ### v5.7.2 — Release v5.7.2 - Date: 2026-04-29 - Version: v5.7.2 - Original notes: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v5.7.2 - Permalink: https://whatsnew.fyi/product/beekeeper-studio/releases/v5.7.2 - Labels: Platforms: Desktop Just a quick release to fix an issue with ssh agent authentication :)