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