# BentoML v1.4.36 - Product: BentoML (https://whatsnew.fyi/product/bentoml) - Vendor: BentoML - Date: 2026-03-06 - Version: v1.4.36 - Original notes: https://github.com/bentoml/BentoML/releases/tag/v1.4.36 - Permalink: https://whatsnew.fyi/product/bentoml/releases/v1.4.36 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — Add new image API: build_include - **fixed** — Correct typo 'seperators' to 'separators' - **fixed** — Set SQLite busy_timeout and WAL mode to prevent 'database is locked' under concurrency - **fixed** — Fix memory leak in readiness checks with remote dependencies - **fixed** — Validate symlink targets in safe_extract_tarfile ##### What's Changed * fix: correct typo 'seperators' to 'separators' by @thecaptain789 in https://github.com/bentoml/BentoML/pull/5546 * Reapply "feat: new image API: build_include" (#5531) by @frostming in https://github.com/bentoml/BentoML/pull/5539 * fix: resolve AnyIO NoEventLoopError when calling sync API from async API by @paipeline in https://github.com/bentoml/BentoML/pull/5550 * fix: Set SQLite busy_timeout and WAL mode to prevent 'database is locked' under concurrency by @VedantMadane in https://github.com/bentoml/BentoML/pull/5551 * Fix memory leak in readiness checks with remote dependencies by @paipeline in https://github.com/bentoml/BentoML/pull/5553 * fix: validate symlink targets in safe_extract_tarfile by @q1uf3ng in https://github.com/bentoml/BentoML/pull/5548 * Revert "fix: resolve AnyIO NoEventLoopError when calling sync API from async API" by @frostming in https://github.com/bentoml/BentoML/pull/5554 * chore: update AWS BYOC doc to v10 by @sauyon in https://github.com/bentoml/BentoML/pull/5559 * chore(deps): bump actions/download-artifact from 7 to 8 by @dependabot[bot] in https://github.com/bentoml/BentoML/pull/5561 * chore(deps): bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in https://github.com/bentoml/BentoML/pull/5560 * ci: pre-commit autoupdate [skip ci] by @pre-commit-ci[bot] in https://github.com/bentoml/BentoML/pull/5562 ##### New Contributors * @thecaptain789 made their first contribution in https://github.com/bentoml/BentoML/pull/5546 * @paipeline made their first contribution in https://github.com/bentoml/BentoML/pull/5550 * @VedantMadane made their first contribution in https://github.com/bentoml/BentoML/pull/5551 * @q1uf3ng made their first contribution in https://github.com/bentoml/BentoML/pull/5548 **Full Changelog**: https://github.com/bentoml/BentoML/compare/v1.4.35...v1.4.36