v1.4.30
Fixed 5
- Fix aiohttp implementation of RemoteProxy for dependency call
- Improve process termination handling in create_proxy_app
- Fix CLI deploy to inject deployment environment variables
- Set default worker count based on available CPU resources
- Ensure at least one worker is set based on CPU resources
What's Changed
- chore(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in https://github.com/bentoml/BentoML/pull/5505
- fix: aiohttp impl of RemoteProxy for dependency call by @frostming in https://github.com/bentoml/BentoML/pull/5502
- docs: update AWS CloudFormation template URL to v9 by @sauyon in https://github.com/bentoml/BentoML/pull/5506
- fix: improve process termination handling in create_proxy_app by @frostming in https://github.com/bentoml/BentoML/pull/5508
- fix: cli deploy to inject deployment env by @jianshen92 in https://github.com/bentoml/BentoML/pull/5507
- fix: set default worker count based on available CPU resources by @frostming in https://github.com/bentoml/BentoML/pull/5509
- fix: ensure at least one worker is set based on CPU resources by @frostming in https://github.com/bentoml/BentoML/pull/5510
Full Changelog: https://github.com/bentoml/BentoML/compare/v1.4.29...v1.4.30