Mealie now uses a new Ingredient Parser package, making future development easier — especially for adding support for languages beyond English. While some inputs may be interpreted differently, our testing shows that improvements and regressions generally balance out. So overall parsing performance remains the same.
🔍Scraper Improvements
Nutritional data is now extracted directly from our scraper library, including additional information beyond the recipe schema. This improves the accuracy and completeness.
✨ New features
feat: Migrate from CRF++ to Ingredient Parser (a Python package) @michael-genson (#5061)
feat: Use recipe_scrapers metadata for more accurate parsing @eric-hoffmann (#5165)
feat: Update seeding to use new foods list format - round 2 - reverted due to crowdin limits @Cameronwyatt (#5189)
feat: OIDC: Call userinfo if no claims found in id token @cmintey (#5228)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/mealie-recipes/mealie](https://github.com/mealie-recipes/mealie) | minor | `v2.7.1` -> `v2.8.0` |
---
### Release Notes
<details>
<summary>mealie-recipes/mealie (ghcr.io/mealie-recipes/mealie)</summary>
### [`v2.8.0`](https://github.com/mealie-recipes/mealie/releases/tag/v2.8.0): - New Ingredient Parser Package
[Compare Source](https://github.com/mealie-recipes/mealie/compare/v2.7.1...v2.8.0)
### 🍴🍴🍴🍴🍴🍴
#### 🎉 Highlights
##### 📑 New Ingredient Parser
Mealie now uses a new Ingredient Parser package, making future development easier — especially for adding support for languages beyond English. While some inputs may be interpreted differently, our testing shows that improvements and regressions generally balance out. So overall parsing performance remains the same.
##### 🔍Scraper Improvements
Nutritional data is now extracted directly from our scraper library, including additional information beyond the recipe schema. This improves the accuracy and completeness.
#### ✨ New features
- feat: Migrate from CRF++ to Ingredient Parser (a Python package) [@​michael-genson](https://github.com/michael-genson) ([#​5061](https://github.com/mealie-recipes/mealie/issues/5061))
- feat: Use recipe_scrapers metadata for more accurate parsing [@​eric-hoffmann](https://github.com/eric-hoffmann) ([#​5165](https://github.com/mealie-recipes/mealie/issues/5165))
- *feat: Update seeding to use new foods list format - round 2* - reverted due to crowdin limits [@​Cameronwyatt](https://github.com/Cameronwyatt) ([#​5189](https://github.com/mealie-recipes/mealie/issues/5189))
- feat: OIDC: Call userinfo if no claims found in id token [@​cmintey](https://github.com/cmintey) ([#​5228](https://github.com/mealie-recipes/mealie/issues/5228))
#### 🐛 Bug fixes
- fix: Filter out null chars from OpenAI response [@​michael-genson](https://github.com/michael-genson) ([#​5187](https://github.com/mealie-recipes/mealie/issues/5187))
- fix: Case Insensitive Query Filters [@​michael-genson](https://github.com/michael-genson) ([#​5162](https://github.com/mealie-recipes/mealie/issues/5162))
- fix: Revert "feat: Update seeding to use new foods list format - round 2" [@​hay-kot](https://github.com/hay-kot) ([#​5208](https://github.com/mealie-recipes/mealie/issues/5208))
- fix: PostgreSQL capitalization [@​TeaRex-coder](https://github.com/TeaRex-coder) ([#​5220](https://github.com/mealie-recipes/mealie/issues/5220))
#### 🧰 Maintenance
<details>
<summary>16 changes</summary>
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​5131](https://github.com/mealie-recipes/mealie/issues/5131))
- chore: Renovate Ignore Python Upgrades [@​michael-genson](https://github.com/michael-genson) ([#​5134](https://github.com/mealie-recipes/mealie/issues/5134))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​5135](https://github.com/mealie-recipes/mealie/issues/5135))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​5142](https://github.com/mealie-recipes/mealie/issues/5142))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​5145](https://github.com/mealie-recipes/mealie/issues/5145))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​5149](https://github.com/mealie-recipes/mealie/issues/5149))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​5161](https://github.com/mealie-recipes/mealie/issues/5161))
- chore(auto): Update pre-commit hooks [@​github-actions](https://github.com/github-actions) ([#​5167](https://github.com/mealie-recipes/mealie/issues/5167))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​5174](https://github.com/mealie-recipes/mealie/issues/5174))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​5175](https://github.com/mealie-recipes/mealie/issues/5175))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​5176](https://github.com/mealie-recipes/mealie/issues/5176))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​5179](https://github.com/mealie-recipes/mealie/issues/5179))
- chore(auto): Update pre-commit hooks [@​github-actions](https://github.com/github-actions) ([#​5200](https://github.com/mealie-recipes/mealie/issues/5200))
- chore(auto): Update pre-commit hooks [@​github-actions](https://github.com/github-actions) ([#​5229](https://github.com/mealie-recipes/mealie/issues/5229))
- chore: Bump Ruff to 0.11.0 [@​michael-genson](https://github.com/michael-genson) ([#​5233](https://github.com/mealie-recipes/mealie/issues/5233))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​5185](https://github.com/mealie-recipes/mealie/issues/5185))
</details>
#### 📚 Documentation
- docs(auto): Update image tag, for release v2.7.1 [@​github-actions](https://github.com/github-actions) ([#​5129](https://github.com/mealie-recipes/mealie/issues/5129))
- docs: Re-add missing environment variable documentation [@​brycied00d](https://github.com/brycied00d) ([#​5199](https://github.com/mealie-recipes/mealie/issues/5199))
- docs: faq.md: fix paths to scripts [@​myxor](https://github.com/myxor) ([#​5201](https://github.com/mealie-recipes/mealie/issues/5201))
#### 🔨 Internal development
- dev: chown commandhistory to correct user during devcontainer creation [@​eric-hoffmann](https://github.com/eric-hoffmann) ([#​5166](https://github.com/mealie-recipes/mealie/issues/5166))
#### ⬆️ Dependency updates
<details>
<summary>17 changes</summary>
- chore(deps): update dependency ruff to v0.9.9 [@​renovate](https://github.com/renovate) ([#​5130](https://github.com/mealie-recipes/mealie/issues/5130))
- fix(deps): update dependency bcrypt to v4.3.0 [@​renovate](https://github.com/renovate) ([#​5127](https://github.com/mealie-recipes/mealie/issues/5127))
- fix(deps): update dependency ingredient-parser-nlp to v2 [@​michael-genson](https://github.com/michael-genson) ([#​5137](https://github.com/mealie-recipes/mealie/issues/5137))
- fix(deps): update dependency authlib to v1.5.1 [@​renovate](https://github.com/renovate) ([#​5138](https://github.com/mealie-recipes/mealie/issues/5138))
- fix(deps): update dependency fastapi to v0.115.10 [@​renovate](https://github.com/renovate) ([#​5139](https://github.com/mealie-recipes/mealie/issues/5139))
- chore(deps): update dependency mkdocs-material to v9.6.6 [@​renovate](https://github.com/renovate) ([#​5141](https://github.com/mealie-recipes/mealie/issues/5141))
- fix(deps): update dependency openai to v1.65.2 [@​renovate](https://github.com/renovate) ([#​5147](https://github.com/mealie-recipes/mealie/issues/5147))
- fix(deps): update dependency fastapi to v0.115.11 [@​renovate](https://github.com/renovate) ([#​5150](https://github.com/mealie-recipes/mealie/issues/5150))
- fix(deps): update dependency rapidfuzz to v3.12.2 [@​renovate](https://github.com/renovate) ([#​5159](https://github.com/mealie-recipes/mealie/issues/5159))
- chore(deps): update dependency pytest to v8.3.5 [@​renovate](https://github.com/renovate) ([#​5158](https://github.com/mealie-recipes/mealie/issues/5158))
- chore(deps): update dependency mkdocs-material to v9.6.7 [@​renovate](https://github.com/renovate) ([#​5163](https://github.com/mealie-recipes/mealie/issues/5163))
- fix(deps): update dependency openai to v1.65.3 [@​renovate](https://github.com/renovate) ([#​5180](https://github.com/mealie-recipes/mealie/issues/5180))
- fix(deps): update dependency jinja2 to v3.1.6 \[security] [@​renovate](https://github.com/renovate) ([#​5183](https://github.com/mealie-recipes/mealie/issues/5183))
- fix(deps): update dependency openai to v1.65.4 [@​renovate](https://github.com/renovate) ([#​5182](https://github.com/mealie-recipes/mealie/issues/5182))
- chore(deps): update dependency ruff to v0.9.10 [@​renovate](https://github.com/renovate) ([#​5188](https://github.com/mealie-recipes/mealie/issues/5188))
- fix(deps): update dependency recipe-scrapers to v15.6.0 [@​renovate](https://github.com/renovate) ([#​5198](https://github.com/mealie-recipes/mealie/issues/5198))
- chore(deps): update dependency pylint to v3.3.5 [@​renovate](https://github.com/renovate) ([#​5194](https://github.com/mealie-recipes/mealie/issues/5194))
- chore(deps): update dependency mkdocs-material to v9.6.9 [@​renovate](https://github.com/renovate) ([#​5209](https://github.com/mealie-recipes/mealie/issues/5209))
</details>
#### 🙏 New Contributors
#### New Contributors
* @​eric-hoffmann made their first contribution in https://github.com/mealie-recipes/mealie/pull/5166
* @​brycied00d made their first contribution in https://github.com/mealie-recipes/mealie/pull/5199
* @​myxor made their first contribution in https://github.com/mealie-recipes/mealie/pull/5201
* @​TeaRex-coder made their first contribution in https://github.com/mealie-recipes/mealie/pull/5220
**Full Changelog**: https://github.com/mealie-recipes/mealie/compare/v2.7.1...v2.8.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
v2.7.1->v2.8.0Release Notes
mealie-recipes/mealie (ghcr.io/mealie-recipes/mealie)
v2.8.0: - New Ingredient Parser PackageCompare Source
🍴🍴🍴🍴🍴🍴
🎉 Highlights
📑 New Ingredient Parser
Mealie now uses a new Ingredient Parser package, making future development easier — especially for adding support for languages beyond English. While some inputs may be interpreted differently, our testing shows that improvements and regressions generally balance out. So overall parsing performance remains the same.
🔍Scraper Improvements
Nutritional data is now extracted directly from our scraper library, including additional information beyond the recipe schema. This improves the accuracy and completeness.
✨ New features
🐛 Bug fixes
🧰 Maintenance
16 changes
📚 Documentation
🔨 Internal development
⬆️ Dependency updates
17 changes
🙏 New Contributors
New Contributors
Full Changelog: https://github.com/mealie-recipes/mealie/compare/v2.7.1...v2.8.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.
This PR has been generated by Renovate Bot.