- 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
Microsoft Store
Download from the Microsoft Store
Snap Store
sudo snap install whodbDocker
docker pull clidey/whodb:0.91.0
docker pull clidey/whodb:latestDirect 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
- Feature/588 disable credential form by @orangutangent in #790
- Ssl by @modelorona in #777
New Contributors
- @orangutangent made their first contribution in #790
Full Changelog: 0.90.1...0.91.0