What's Changed
* feat: migrate filesystem storage to sqlite db by typpo in https://github.com/promptfoo/promptfoo/pull/558
* **When you first run `eval` or `view` with 0.48.0, your saved evals will be migrated from `.json` files to a sqlite db. Please open an issue if you run into problems.**
* Restoration: By default, the migration process runs on the promptfoo output directory `~/.promptfoo/output`. This directory is backed up at `~/.promptfoo/output-backup-*` and you can restore it and use a previous version by renaming that directory back to `output`
* feat: Add anthropic:messages and replicate:mistral as default providers to web ui by matt-hendrick in https://github.com/promptfoo/promptfoo/pull/562
* feat(csv): add support for `__description` field by typpo in https://github.com/promptfoo/promptfoo/pull/556
* feat: add label field to provider options by typpo in https://github.com/promptfoo/promptfoo/pull/563
* fix(azureopenai): add support for `max_tokens` and `seed` by typpo in https://github.com/promptfoo/promptfoo/pull/561
* docs: adjust configuration for python provider by romaintoub in https://github.com/promptfoo/promptfoo/pull/565
* chore: db migration and cleanup by typpo in https://github.com/promptfoo/promptfoo/pull/564
New Contributors
* matt-hendrick made their first contribution in https://github.com/promptfoo/promptfoo/pull/562
**Full Changelog**: https://github.com/promptfoo/promptfoo/compare/0.47.0...0.48.0