• v2026.01.003
    All checks were successful
    Basil CI/CD Pipeline / Code Linting (push) Successful in 1m19s
    Basil CI/CD Pipeline / Shared Package Tests (push) Successful in 1m19s
    Basil CI/CD Pipeline / Web Tests (push) Successful in 1m32s
    Basil CI/CD Pipeline / API Tests (push) Successful in 1m39s
    Basil CI/CD Pipeline / Security Scanning (push) Successful in 1m11s
    Basil CI/CD Pipeline / Build All Packages (push) Successful in 1m32s
    Basil CI/CD Pipeline / E2E Tests (push) Has been skipped
    Basil CI/CD Pipeline / Build & Push Docker Images (push) Has been skipped
    Basil CI/CD Pipeline / Trigger Deployment (push) Has been skipped
    Stable

    pkartch released this 2026-01-17 06:49:50 +00:00 | 24 commits to main since this release

    Bug Fixes

    Recipe Import from Unsupported Websites

    • Fixed: Recipe import now works with any website that uses schema.org structured data, not just officially supported sites
    • Enabled "wild mode" in the recipe scraper (supported_only=False) to allow scraping from sites like hot-thai-kitchen.com
    • This significantly expands the range of recipe websites that can be imported

    External URL Deletion Error

    • Fixed: Storage service no longer attempts to delete external URLs (from imported recipes) as if they were local files
    • Added check to skip deletion for URLs starting with http:// or https://
    • Resolves error: ENOENT: no such file or directory when updating recipes with external image URLs

    Commits

    • fix: recipe import from unsupported websites and external URL deletion (e20be98)
    • chore: bump version to 2026.01.003 (022d0c9)
    Downloads