v1.4.32
Fixed 3
- Ensure at least one CPU worker is assigned when CPU resources are zero
- Update installation path logic for Python packages in Dockerfile template
- Sanitize filename with path separators in FileSchema.decode
Removed 1
- Remove new image API: build_include
What's Changed
- fix: ensure at least one CPU worker is assigned when CPU resources are zero by @frostming in https://github.com/bentoml/BentoML/pull/5528
- fix: update installation path logic for Python packages in Dockerfile template by @frostming in https://github.com/bentoml/BentoML/pull/5529
- Revert "feat: new image API: build_include" by @frostming in https://github.com/bentoml/BentoML/pull/5531
- ci: pre-commit autoupdate [skip ci] by @pre-commit-ci[bot] in https://github.com/bentoml/BentoML/pull/5530
- fix: sanitize filename with path separators in FileSchema.decode by @Anri-Lombard in https://github.com/bentoml/BentoML/pull/5533
New Contributors
- @Anri-Lombard made their first contribution in https://github.com/bentoml/BentoML/pull/5533
Full Changelog: https://github.com/bentoml/BentoML/compare/v1.4.31...v1.4.32