KingDownloads

beekeeper-studio version history

13 releases tracked, newest first.

v5.9.2

Jul 10, 2026
- Fix window clipping issue - Fix exporting queries from favorites - Fix parameter detection on initial query load - Fix SQL Server schema handling

16 downloads

v5.9.1

Jul 6, 2026
- Fixed RPM publish workflow to avoid downloading the entire RPM repo on every release

16 downloads

v5.9.0

Jul 6, 2026
# 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-on

16 downloads

v5.9.0-beta.4

Pre-releaseJun 30, 2026
# 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-on

16 downloads

v5.8.1

Jun 2, 2026
Description of the release

16 downloads

v5.8.0

Jun 1, 2026
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

16 downloads

v5.8.0-beta.1

Pre-releaseMay 22, 2026
## 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

16 downloads

v5.7.3

May 15, 2026
## 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

16 downloads

v5.7.2

Apr 29, 2026
Just a quick release to fix an issue with ssh agent authentication :)

16 downloads

v5.7.1

Apr 29, 2026
Wow, this release got a little out of hand. Two major features and a looooot of bug fixes and tweaks in this release. ## Headline Features - **Folders for saved connections and saved queries**. You can create folders and subfolders, drag-and-drop to reorder, pin and unpin, right-click for the common actions, and the expand/collapse state sticks across restarts. Fixes #799, #2981, #65. - **Editable query results**. Tweak data directly from the results of a SQL query - no more jumping over to the table view just to fix a typo. We analyze the SQL and map the result columns back to their source tables. Works alongside manual commit mode, and the Apply/Discard controls behave consistently with table edits. Fixes #3191, #2429. ## New Database Support - **BedrockDB** from Expensify, which is a sharded SQLite behind a MySQL proxy. - **ScyllaDB** connection support with docs and integration tests. - **Greengage** (Postgres fork) integration. - **DuckDB** is out of beta. ## Smaller Improvements - **CockroachDB JWT auth**. Lightweight JWT authentication with a re-prompt on new connections. Picked from the auth method dropdown. Thanks @hector833! - **Windows Page

16 downloads

v5.7.0-beta.4

Pre-releaseApr 21, 2026
Big features: 1. Edit Query Results 2. Connection and query folders for organization Lots of small stuff, bug fixes, and improvements. Full release notes coming soon.

16 downloads

v5.6.5

Apr 7, 2026
Description of the release ## What's Changed * fix: query selection callback never firing due to StateField timing by @azmy60 in https://github.com/beekeeper-studio/beekeeper-studio/pull/4061 **Full Changelog**: https://github.com/beekeeper-studio/beekeeper-studio/compare/v5.6.4...v5.6.5

16 downloads

v5.6.4

Mar 31, 2026
## What's Changed * bump @beekeeperstudio/bks-er-diagram to 1.0.9 by @azmy60 in https://github.com/beekeeper-studio/beekeeper-studio/pull/4011 * Update MSSQL and remove redundant form by @not-night-but in https://github.com/beekeeper-studio/beekeeper-studio/pull/4015 * Fix privacy mode by @not-night-but in https://github.com/beekeeper-studio/beekeeper-studio/pull/4019 **Full Changelog**: https://github.com/beekeeper-studio/beekeeper-studio/compare/v5.6.3...v5.6.4

16 downloads