v3.19.0
gophish/gophishv3.19.0May 24, 2026by github-actions[bot]
AI Summary
This release introduces in-app management for multiple AI providers and addresses critical security vulnerabilities in the query filter API.
Key Highlights
- Flexible, in-app management of AI providers supporting various services like OpenAI, Azure, and Ollama.
- Automatic import of existing environment variable settings (e.g., OPENAI_API_KEY) upon upgrading.
- Important security fixes in the query filter API to prevent sensitive data exposure.
New Features
- In-app AI Provider Configuration allowing users to mix different AI providers for various tasks.
- Automatic migration of configuration from environment variables to the new in-app settings.
Full Release Notes
# π΄π΄π΄π΄π΄π΄ βββThis release contains important security fixes in the query filter API. For more information, see: #7629 ## π Highlights This release adds more flexible, in-app management of AI providers. You can now add multiple AI providers for different tasks (e.g. one provider for general use, and one provider for importing recipes from videos). These providers can be mixed between completely unrelated services (e.g. OpenAI, Azure, locally-hosted via Ollama, etc.). <img width="500" alt="image" src="https://github.com/user-attachments/assets/e740f213-5045-41f2-84d7-4cc2de81417e" /> Existing settings configured via environment variables (e.g. `OPENAI_API_KEY`) will automatically be imported one time upon upgrading your instance. For more information, check out [the PR](https://github.com/mealie-recipes/mealie/pull/7650) or the in-app announcement! ## β¨ New features - feat: In-app AI Provider Configuration @michael-genson (#7650) ## π Bug fixes - fix: Inconsistent "from an image" vs "from images" translation @michael-genson (#7642) - fix: Protect sensitive data in query filter API (GHSA-8m57-7cv5-rjp8) @michael-genson (#7629) - fix: enforce organize-group-data permission on food/tag/category mutations @hay-kot (#7651) - fix: Prevent swiping AND scrolling on shopping list @michael-genson (#7659) ## π§° Maintenance <details> <summary>6 changes</summary> - chore(l10n): New Crowdin updates @hay-kot (#7643) - chore(l10n): New Crowdin updates @hay-kot (#7646) - chore(l10n): New Crowdin updates @hay-kot (#7649) - chore(l10n): New Crowdin updates @hay-kot (#7652) - chore(l10n): Crowdin locale sync @[mealie-actions[bot]](https://github.com/apps/mealie-actions) (#7655) - chore(l10n): New Crowdin updates @hay-kot (#7653) </details> # π΄π΄π΄π΄π΄π΄