What's Changed
* docs: scale from zero by ssheng in https://github.com/bentoml/BentoML/pull/4769
* ci: pre-commit autoupdate [skip ci] by pre-commit-ci in https://github.com/bentoml/BentoML/pull/4772
* docs: Update installation.rst by parano in https://github.com/bentoml/BentoML/pull/4763
* docs: Add chatTTS to example project list by Sherlock113 in https://github.com/bentoml/BentoML/pull/4777
* fix: bad performance when walking the file tree and check includes by frostming in https://github.com/bentoml/BentoML/pull/4778
* update readme to include chattts by ssheng in https://github.com/bentoml/BentoML/pull/4786
* docs: Update README.md by parano in https://github.com/bentoml/BentoML/pull/4785
* Fixed `FileExistsError: [Errno 17] File exists: '/root/bentoml'` by tripathiarpan20 in https://github.com/bentoml/BentoML/pull/4781
* fix: set env to null if it is empty for merge override by FogDong in https://github.com/bentoml/BentoML/pull/4783
* fix: add none check for env for deploy by FogDong in https://github.com/bentoml/BentoML/pull/4792
* fix(pandas): use correct mime type for Parquet by judahrand in https://github.com/bentoml/BentoML/pull/4780
* fix: add memoization to `pkg_version_info` to reduce cpu overhead by adrianlyjak in https://github.com/bentoml/BentoML/pull/4794
* fix: bug: memory leak when using bentoml>=1.2 by frostming in https://github.com/bentoml/BentoML/pull/4775
* fix: honor host and port config in service decorator by frostming in https://github.com/bentoml/BentoML/pull/4776
* fix(pandas): `Annotated[pd.DataFrame, DataframeSchema(columns=["a"])]` output spec by judahrand in https://github.com/bentoml/BentoML/pull/4799
* fix: ensure relative path works within bento project by aarnphm in https://github.com/bentoml/BentoML/pull/4803
* fix: map error responses from HTTP client to bentoml exceptions by frostming in https://github.com/bentoml/BentoML/pull/4804
* fix(numpy): `numpy` annotation processing by judahrand in https://github.com/bentoml/BentoML/pull/4795
* fix: populate bento name and version of server context by frostming in https://github.com/bentoml/BentoML/pull/4787
* fix(cloud-client): consider httpcore timeout when getting status by Haivilo in https://github.com/bentoml/BentoML/pull/4740
* fix: cd into src instead of bento parent by frostming in https://github.com/bentoml/BentoML/pull/4805
* feat: show image builder logs by yetone in https://github.com/bentoml/BentoML/pull/4796
New Contributors
* tripathiarpan20 made their first contribution in https://github.com/bentoml/BentoML/pull/4781
* adrianlyjak made their first contribution in https://github.com/bentoml/BentoML/pull/4794
**Full Changelog**: https://github.com/bentoml/BentoML/compare/v1.2.17...v1.2.18