chore(deps): update dependency clidey/whodb to v0.89.0 - autoclosed #3421

Closed
renovate-bot wants to merge 1 commits from renovate/clidey-whodb-0.x into main
Collaborator

This PR contains the following updates:

Package Update Change
clidey/whodb minor 0.83.00.89.0

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

clidey/whodb (clidey/whodb)

v0.89.0

Compare Source

  • 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: https://github.com/clidey/whodb/compare/0.88.0...0.89.0

v0.88.0

Compare Source

  • 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

Full Changelog: https://github.com/clidey/whodb/compare/0.87.0...0.88.0

v0.87.0

Compare Source

  • New logo!
  • Dependency updates
  • Connection caching for faster operations
  • Better TIME and DATE type handling
  • UPDATE and DELETE operations should now use primary key wherever possible to avoid handling more data than is necessary
  • Conditionally show Schema/Database dropdowns based on the type of database as not all support both
  • UI improvements and changes
  • Behind the scenes bug fixes

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.87.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

Full Changelog: https://github.com/clidey/whodb/compare/0.86.0...0.87.0

v0.86.0

Compare Source

  • Delete shortcut takes checked row into account
  • Introduced precision and scale options for data types like numeric, varchar, etc
  • Fix chat examples bug where examples would refresh on every keystroke
  • Type hint in Edit Row sheet
  • MongoDB, Redis, and Elasticsearch have inferred graph support - since they have no schemas, we have to intelligently guess
  • Add support for JSON (NDJSON) export for NoSQL databases
  • Add schema information for MongoDB tables
  • Fix Clickhouse not showing table information when hitting Describe
  • Behind the scenes changes in how we handle data types
  • Bug fixes and improvements on the background

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.86.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

Full Changelog: https://github.com/clidey/whodb/compare/0.85.0...0.86.0

v0.85.0

Compare Source

  • Fix for profile not being registered and preventing user from logging in

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.85.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: https://github.com/clidey/whodb/compare/0.84.0...0.85.0

v0.84.0

Compare Source

  • Add initial support for geometry types for Postgres and MySQL/MariaDB
  • Updated MySQL locale to default to UTC
  • Updated behind-the-scenes tests

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.84.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

Full Changelog: https://github.com/clidey/whodb/compare/0.83.0...0.84.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [clidey/whodb](https://github.com/clidey/whodb) | minor | `0.83.0` → `0.89.0` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>clidey/whodb (clidey/whodb)</summary> ### [`v0.89.0`](https://github.com/clidey/whodb/releases/tag/0.89.0) [Compare Source](https://github.com/clidey/whodb/compare/0.88.0...0.89.0) - 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](https://apps.apple.com/app/whodb/id6754566536) ##### Microsoft Store [Download from the Microsoft Store](https://apps.microsoft.com/detail/9pftx5bv4ds6) ##### Snap Store ```bash sudo snap install whodb ``` [View on Snapcraft](https://snapcraft.io/whodb) ##### Docker ```bash 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 - [Documentation](https://docs.whodb.com) - [Report Issues](https://github.com/clidey/whodb/issues) #### 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**: <https://github.com/clidey/whodb/compare/0.88.0...0.89.0> ### [`v0.88.0`](https://github.com/clidey/whodb/releases/tag/0.88.0) [Compare Source](https://github.com/clidey/whodb/compare/0.87.0...0.88.0) - 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](https://apps.apple.com/app/whodb/id6754566536) ##### Microsoft Store [Download from the Microsoft Store](https://apps.microsoft.com/detail/9pftx5bv4ds6) ##### Snap Store ```bash sudo snap install whodb ``` [View on Snapcraft](https://snapcraft.io/whodb) ##### Docker ```bash 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 - [Documentation](https://docs.whodb.com) - [Report Issues](https://github.com/clidey/whodb/issues) #### 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 [@&#8203;hkdeman](https://github.com/hkdeman) in [#&#8203;772](https://github.com/clidey/whodb/pull/772) - feat(core): remove charts by [@&#8203;hkdeman](https://github.com/hkdeman) in [#&#8203;774](https://github.com/clidey/whodb/pull/774) - Hk/feature/ai chat baml by [@&#8203;hkdeman](https://github.com/hkdeman) in [#&#8203;773](https://github.com/clidey/whodb/pull/773) **Full Changelog**: <https://github.com/clidey/whodb/compare/0.87.0...0.88.0> ### [`v0.87.0`](https://github.com/clidey/whodb/releases/tag/0.87.0) [Compare Source](https://github.com/clidey/whodb/compare/0.86.0...0.87.0) - New logo! - Dependency updates - Connection caching for faster operations - Better TIME and DATE type handling - UPDATE and DELETE operations should now use primary key wherever possible to avoid handling more data than is necessary - Conditionally show Schema/Database dropdowns based on the type of database as not all support both - UI improvements and changes - Behind the scenes bug fixes #### Installation ##### Mac App Store [Download from the Apple Store](https://apps.apple.com/app/whodb/id6754566536) ##### Microsoft Store [Download from the Microsoft Store](https://apps.microsoft.com/detail/9pftx5bv4ds6) ##### Snap Store ```bash sudo snap install whodb ``` [View on Snapcraft](https://snapcraft.io/whodb) ##### Docker ```bash docker pull clidey/whodb:0.87.0 docker pull clidey/whodb:latest ``` ##### Direct Downloads See assets below for platform-specific packages (DMG, MSIX, etc.). #### Documentation - [Documentation](https://docs.whodb.com) - [Report Issues](https://github.com/clidey/whodb/issues) #### 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 - Bump the "all-go" group with 1 updates across multiple ecosystems by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;724](https://github.com/clidey/whodb/pull/724) - tests + backend changes by [@&#8203;modelorona](https://github.com/modelorona) in [#&#8203;766](https://github.com/clidey/whodb/pull/766) **Full Changelog**: <https://github.com/clidey/whodb/compare/0.86.0...0.87.0> ### [`v0.86.0`](https://github.com/clidey/whodb/releases/tag/0.86.0) [Compare Source](https://github.com/clidey/whodb/compare/0.85.0...0.86.0) - Delete shortcut takes checked row into account - Introduced precision and scale options for data types like numeric, varchar, etc - Fix chat examples bug where examples would refresh on every keystroke - Type hint in Edit Row sheet - MongoDB, Redis, and Elasticsearch have inferred graph support - since they have no schemas, we have to intelligently guess - Add support for JSON (NDJSON) export for NoSQL databases - Add schema information for MongoDB tables - Fix Clickhouse not showing table information when hitting Describe - Behind the scenes changes in how we handle data types - Bug fixes and improvements on the background #### Installation ##### Mac App Store [Download from the Apple Store](https://apps.apple.com/app/whodb/id6754566536) ##### Microsoft Store [Download from the Microsoft Store](https://apps.microsoft.com/detail/9pftx5bv4ds6) ##### Snap Store ```bash sudo snap install whodb ``` [View on Snapcraft](https://snapcraft.io/whodb) ##### Docker ```bash docker pull clidey/whodb:0.86.0 docker pull clidey/whodb:latest ``` ##### Direct Downloads See assets below for platform-specific packages (DMG, MSIX, etc.). #### Documentation - [Documentation](https://whodb.com/docs) - [Report Issues](https://github.com/clidey/whodb/issues) #### 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(cli): persist AI consent preference across sessions by [@&#8203;modelorona](https://github.com/modelorona) in [#&#8203;752](https://github.com/clidey/whodb/pull/752) - feat: Add optional schema field to CLI connection form by [@&#8203;modelorona](https://github.com/modelorona) in [#&#8203;753](https://github.com/clidey/whodb/pull/753) - feat(cli): add view indicator showing current view by [@&#8203;modelorona](https://github.com/modelorona) in [#&#8203;756](https://github.com/clidey/whodb/pull/756) - fix(cli): include AI chat view in tab navigation by [@&#8203;modelorona](https://github.com/modelorona) in [#&#8203;758](https://github.com/clidey/whodb/pull/758) - feat(cli): add clear keyboard shortcuts for AI chat navigation by [@&#8203;modelorona](https://github.com/modelorona) in [#&#8203;760](https://github.com/clidey/whodb/pull/760) - fix: prevent backend logs from leaking to AI chat in TUI by [@&#8203;modelorona](https://github.com/modelorona) in [#&#8203;761](https://github.com/clidey/whodb/pull/761) - fix: use existing totalRows field for pagination bounds by [@&#8203;modelorona](https://github.com/modelorona) in [#&#8203;762](https://github.com/clidey/whodb/pull/762) **Full Changelog**: <https://github.com/clidey/whodb/compare/0.85.0...0.86.0> ### [`v0.85.0`](https://github.com/clidey/whodb/releases/tag/0.85.0) [Compare Source](https://github.com/clidey/whodb/compare/0.84.0...0.85.0) - Fix for profile not being registered and preventing user from logging in #### Installation ##### Mac App Store [Download from the Apple Store](https://apps.apple.com/app/whodb/id6754566536) ##### Microsoft Store [Download from the Microsoft Store](https://apps.microsoft.com/detail/9pftx5bv4ds6) ##### Snap Store ```bash sudo snap install whodb ``` [View on Snapcraft](https://snapcraft.io/whodb) ##### Docker ```bash docker pull clidey/whodb:0.85.0 docker pull clidey/whodb:latest ``` ##### Direct Downloads See assets below for platform-specific packages (DMG, MSIX, etc.). #### Documentation - [Documentation](https://whodb.com/docs) - [Report Issues](https://github.com/clidey/whodb/issues) #### 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**: <https://github.com/clidey/whodb/compare/0.84.0...0.85.0> ### [`v0.84.0`](https://github.com/clidey/whodb/releases/tag/0.84.0) [Compare Source](https://github.com/clidey/whodb/compare/0.83.0...0.84.0) - Add initial support for geometry types for Postgres and MySQL/MariaDB - Updated MySQL locale to default to UTC - Updated behind-the-scenes tests #### Installation ##### Mac App Store [Download from the Apple Store](https://apps.apple.com/app/whodb/id6754566536) ##### Microsoft Store [Download from the Microsoft Store](https://apps.microsoft.com/detail/9pftx5bv4ds6) ##### Snap Store ```bash sudo snap install whodb ``` [View on Snapcraft](https://snapcraft.io/whodb) ##### Docker ```bash docker pull clidey/whodb:0.84.0 docker pull clidey/whodb:latest ``` ##### Direct Downloads See assets below for platform-specific packages (DMG, MSIX, etc.). #### Documentation - [Documentation](https://whodb.com/docs) - [Report Issues](https://github.com/clidey/whodb/issues) #### 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 - Data type tests by [@&#8203;modelorona](https://github.com/modelorona) in [#&#8203;746](https://github.com/clidey/whodb/pull/746) **Full Changelog**: <https://github.com/clidey/whodb/compare/0.83.0...0.84.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate-bot added 1 commit 2026-01-23 21:03:24 +00:00
chore(deps): update dependency clidey/whodb to v0.89.0
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 21s
b9899168c0
renovate-bot force-pushed renovate/clidey-whodb-0.x from b9899168c0 to b53ffe1f1c 2026-01-23 22:15:12 +00:00 Compare
renovate-bot force-pushed renovate/clidey-whodb-0.x from b53ffe1f1c to ffeebfb190 2026-01-23 22:48:53 +00:00 Compare
renovate-bot force-pushed renovate/clidey-whodb-0.x from ffeebfb190 to 5860c7423f 2026-01-23 23:04:06 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency clidey/whodb to v0.89.0 to chore(deps): update dependency clidey/whodb to v0.89.0 - autoclosed 2026-01-23 23:11:01 +00:00
renovate-bot closed this pull request 2026-01-23 23:11:01 +00:00
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 21s
render-manifests-automerge / render-manifests-automerge (pull_request) Has been skipped
render-manifests-merge / render-manifests-merge (pull_request) Has been skipped

Pull request closed

Sign in to join this conversation.