Skip to content

Releases: clidey/whodb

Release 0.97.0

03 Mar 16:40
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • Fix for the AI Chat streaming

Installation

Mac App Store

Download from the Apple Store

Microsoft Store

Download from the Microsoft Store

Snap Store

sudo snap install whodb

View on Snapcraft

Docker

docker pull clidey/whodb:0.97.0
docker pull clidey/whodb:latest

Direct Downloads

See assets below for platform-specific packages (DMG, MSIX, etc.).

Documentation

Upgrade Notes

To upgrade from a previous version:

  • Docker: Pull the latest image and restart your container
  • Snap: Run sudo snap refresh whodb
  • Desktop Apps: Download and install the new version

Full Changelog: 0.96.0...0.97.0

Release 0.96.0

03 Mar 13:59
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • Updates to how the AWS provider handles authentication
  • Bug fixes for mock data related to cyclical foreign keys
  • AI backend changes to make it easier to add generic providers
  • Add small migration checks that show messages if a legacy option is used
  • Apply Connection Timeout default to all database drivers that support it

Installation

Mac App Store

Download from the Apple Store

Microsoft Store

Download from the Microsoft Store

Snap Store

sudo snap install whodb

View on Snapcraft

Docker

docker pull clidey/whodb:0.96.0
docker pull clidey/whodb:latest

Direct Downloads

See assets below for platform-specific packages (DMG, MSIX, etc.).

Documentation

Upgrade Notes

To upgrade from a previous version:

  • Docker: Pull the latest image and restart your container
  • Snap: Run sudo snap refresh whodb
  • Desktop Apps: Download and install the new version

Full Changelog: 0.95.0...0.96.0

Release 0.95.0

26 Feb 12:09
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • Logging system has been refactored to be more flexible - we now have the option to log directly to a file using the environmental variables WHODB_LOG_FILE and WHODB_ACCESS_LOG_FILE
    • WHODB_LOG_FILE is for directing the non-http logs to a file. If it is not set, then the logs go to stdout. If it is set to "default", then the logs go to /var/log/whodb/whodb.log. Otherwise a user can pass in a path like /home/ah/whodb.log.
    • WHODB_ACCESS_LOG_FILE is for directing the http only access logs to a file. If it is not set, then the http access logs do NOT go to stdout (so this reduces what gets sent to stdout as usually these logs aren't super helpful for debugging). If it is set to "default", then the access logs go to /var/log/whodb/whodb.access.log. Otherwise a user can pass in a path like /home/ah/whodb.access.log.
    • Iif nothing is set, then the defaults are stdout and non-http logging
    • Please note you may have to run WhoDB as root in order to be able to write to /var/log if you specify the "default" location.
  • Accessibility updates - we're trying to improve app accessibility across the board. Any issues you run into, please let us know!

Installation

Mac App Store

Download from the Apple Store

Microsoft Store

Download from the Microsoft Store

Snap Store

sudo snap install whodb

View on Snapcraft

Docker

docker pull clidey/whodb:0.95.0
docker pull clidey/whodb:latest

Direct Downloads

See assets below for platform-specific packages (DMG, MSIX, etc.).

Documentation

Upgrade Notes

To upgrade from a previous version:

  • Docker: Pull the latest image and restart your container
  • Snap: Run sudo snap refresh whodb
  • Desktop Apps: Download and install the new version

Full Changelog: 0.94.0...0.95.0

Release 0.94.0

19 Feb 16:33
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • CLI behind-the-scenes updates: better error handling, better UI, better resize management, better sqlite support, better history control, multiple bug fixes.
  • Add clickhouse mockdata generation support for Enum and Decimal types
  • Improve clickhouse handling of the more non-standard types

Installation

Mac App Store

Download from the Apple Store

Microsoft Store

Download from the Microsoft Store

Snap Store

sudo snap install whodb

View on Snapcraft

Docker

docker pull clidey/whodb:0.94.0
docker pull clidey/whodb:latest

Direct Downloads

See assets below for platform-specific packages (DMG, MSIX, etc.).

Documentation

Upgrade Notes

To upgrade from a previous version:

  • Docker: Pull the latest image and restart your container
  • Snap: Run sudo snap refresh whodb
  • Desktop Apps: Download and install the new version

Full Changelog: 0.93.0...0.94.0

Release 0.93.0

16 Feb 13:49
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • Import functionality for both SQL scripts and Excel/CSV!
  • Chat History to go back into previous chats and allow creating new chats without losing context
  • Suggested queries in Chat are now schema based
  • Total Count is sorted everywhere (Explore Storage Unit Scratchpad, Standalone Scratchpad, Chat)
  • Up key on Chat should toggle through history all the way to a new chat
  • Dependency updates

Installation

Mac App Store

Download from the Apple Store

Microsoft Store

Download from the Microsoft Store

Snap Store

sudo snap install whodb

View on Snapcraft

Docker

docker pull clidey/whodb:0.93.0
docker pull clidey/whodb:latest

Direct Downloads

See assets below for platform-specific packages (DMG, MSIX, etc.).

Documentation

Upgrade Notes

To upgrade from a previous version:

  • Docker: Pull the latest image and restart your container
  • Snap: Run sudo snap refresh whodb
  • Desktop Apps: Download and install the new version

What's Changed

  • Import functionality by @modelorona in #797
  • Bump the "all-docker" group with 1 updates across multiple ecosystems by @dependabot[bot] in #801
  • feat(core,frontend): add AI chat pages and smart titles by @hkdeman in #803
  • Bump tar from 7.4.3 to 7.5.7 in /frontend by @dependabot[bot] in #806
  • Bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /frontend by @dependabot[bot] in #807
  • Bump preact from 10.26.9 to 10.28.3 in /frontend by @dependabot[bot] in #808

Full Changelog: 0.92.0...0.93.0

Release 0.92.0

11 Feb 19:58
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • Add option to log into MongoDB without user/password
  • Bug fix around how we were reading schema - caused problems with certain underlying drivers
  • Running in WSL2 but have Ollama installed outside of it? Now it should resolve it fine (tricky stuff)
  • Bug fix where Export All didn't work if rows were selected
  • Bug fix where Export Selected showed up in places where we can't select rows
  • Bug fix where CSV/Excel option was not preselected if user clicked Export As ...
  • Change wording of AI Model Type to AI Model Provider
  • Bug fix where health check wasn't working in Elasticsearch in some instances
  • Bug fix around auto-login
  • Better intellisense
  • Table height now stretches further down to use more screen real estate.
  • TAB in autocomplete should now work consistently.
  • Fixed hard to reproduce bug where everything suddenly became selected (highlighted) and couldn't be deselected.

Installation

Mac App Store

Download from the Apple Store

Microsoft Store

Download from the Microsoft Store

Snap Store

sudo snap install whodb

View on Snapcraft

Docker

docker pull clidey/whodb:0.92.0
docker pull clidey/whodb:latest

Direct Downloads

See assets below for platform-specific packages (DMG, MSIX, etc.).

Documentation

Upgrade Notes

To upgrade from a previous version:

  • Docker: Pull the latest image and restart your container
  • Snap: Run sudo snap refresh whodb
  • Desktop Apps: Download and install the new version

Full Changelog: 0.91.0...0.92.0

Release 0.91.0

04 Feb 19:42
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • SSL Support - our biggest change of the year so far! We've added support for the various SSL modes that the databases generally support
  • Ability to disable the credential form via env key WHODB_DISABLE_CREDENTIAL_FORM=true and expose only pre-defined env proifles (thanks to @orangutangent!)
  • Health logic - now if your server or database goes down, WhoDB will let you know and let you connect to an alternative profile
  • Mock data generation improvements - we now support foreign keys as well as more data types and more relevant data based on the types (thanks to @majiayu000!)
  • CLI improvements including prompt injection protection, HTTP streaming, safe mode, better descriptions, and more. Check it out https://www.npmjs.com/package/@clidey/whodb-cli
  • General bug fixes

Please report any issues you run into at https://github.com/clidey/whodb/issues

Installation

Mac App Store

Download from the Apple Store

Microsoft Store

Download from the Microsoft Store

Snap Store

sudo snap install whodb

View on Snapcraft

Docker

docker pull clidey/whodb:0.91.0
docker pull clidey/whodb:latest

Direct Downloads

See assets below for platform-specific packages (DMG, MSIX, etc.).

Documentation

Upgrade Notes

To upgrade from a previous version:

  • Docker: Pull the latest image and restart your container
  • Snap: Run sudo snap refresh whodb
  • Desktop Apps: Download and install the new version

What's Changed

New Contributors

Full Changelog: 0.90.1...0.91.0

Release 0.90.0

27 Jan 20:40
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • Behind-the-scenes bug fixes
  • Build infrastructure updates (CLI coming soon to homebrew!)

Installation

Mac App Store

Download from the Apple Store

Microsoft Store

Download from the Microsoft Store

Snap Store

sudo snap install whodb

View on Snapcraft

Docker

docker pull clidey/whodb:0.90.0
docker pull clidey/whodb:latest

Direct Downloads

See assets below for platform-specific packages (DMG, MSIX, etc.).

Documentation

Upgrade Notes

To upgrade from a previous version:

  • Docker: Pull the latest image and restart your container
  • Snap: Run sudo snap refresh whodb
  • Desktop Apps: Download and install the new version

What's Changed

  • add input validation for column data types by @modelorona in #783
  • feat: add contextual mock data generation based on column names by @majiayu000 in #771

New Contributors

Full Changelog: 0.89.0...0.90.0

Release 0.89.0

20 Jan 18:29
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • Fix bug in the AI streaming process.
  • Slim down docker image by going back to Alpine from Debian.
  • Bundle BAML in the CLI to make it self-contained.
  • Update Mac entitlements.
  • Disable AI for armv7 and risc arch since BAML does not yet support them.
  • Update CLI to use current syntax for env defined profiles.

Installation

Mac App Store

Download from the Apple Store

Microsoft Store

Download from the Microsoft Store

Snap Store

sudo snap install whodb

View on Snapcraft

Docker

docker pull clidey/whodb:0.89.0
docker pull clidey/whodb:latest

Direct Downloads

See assets below for platform-specific packages (DMG, MSIX, etc.).

Documentation

Upgrade Notes

To upgrade from a previous version:

  • Docker: Pull the latest image and restart your container
  • Snap: Run sudo snap refresh whodb
  • Desktop Apps: Download and install the new version

Full Changelog: 0.88.0...0.89.0

Release 0.88.0

15 Jan 17:47
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • New logo!
  • Reworked AI core to be more flexible with adding environment-defined providers
  • UI and UX improvements
  • Fix UI bug preventing UI-defined AI providers from working
  • Added initial AWS support (disabled by default for now, can be enabled via WHODB_ENABLE_AWS_PROVIDER env variable)

Installation

Mac App Store

Download from the Apple Store

Microsoft Store

Download from the Microsoft Store

Snap Store

sudo snap install whodb

View on Snapcraft

Docker

docker pull clidey/whodb:0.88.0
docker pull clidey/whodb:latest

Direct Downloads

See assets below for platform-specific packages (DMG, MSIX, etc.).

Documentation

Upgrade Notes

To upgrade from a previous version:

  • Docker: Pull the latest image and restart your container
  • Snap: Run sudo snap refresh whodb
  • Desktop Apps: Download and install the new version

What's Changed

  • feat(core,frontend): fix up providers logic and make it generic plugg… by @hkdeman in #772
  • feat(core): remove charts by @hkdeman in #774
  • Hk/feature/ai chat baml by @hkdeman in #773

Full Changelog: 0.87.0...0.88.0