v1.4.36
Added 1
- Add new image API: build_include
Fixed 4
- Correct typo 'seperators' to 'separators'
- Set SQLite busy_timeout and WAL mode to prevent 'database is locked' under concurrency
- Fix memory leak in readiness checks with remote dependencies
- 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