What's Changed
* docs: fix indentation in build option docs by jianshen92 in https://github.com/bentoml/BentoML/pull/4688
* fix: bug: module 'bentoml' has no attribute 'build' by frostming in https://github.com/bentoml/BentoML/pull/4689
* docs: update autoscaling by ssheng in https://github.com/bentoml/BentoML/pull/4691
* docs: init io-descriptors example by lycheel1 in https://github.com/bentoml/BentoML/pull/4646
* fix: uncaught error missing trace headers by frostming in https://github.com/bentoml/BentoML/pull/4692
* chore: remove outdated examples by larme in https://github.com/bentoml/BentoML/pull/4694
* fix: bypass /livez in traffic middleware by frostming in https://github.com/bentoml/BentoML/pull/4696
* docs:Update credits by Sherlock113 in https://github.com/bentoml/BentoML/pull/4700
* docs: Add model store reference in the Services doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/4706
* docs: Update example dir readme by Sherlock113 in https://github.com/bentoml/BentoML/pull/4707
* fix: fix table overflow with fold by FogDong in https://github.com/bentoml/BentoML/pull/4677
* fix: server socket binding on Windows by frostming in https://github.com/bentoml/BentoML/pull/4685
* fix: correct the logic of bypassing infra endpoints in traffic middleware by frostming in https://github.com/bentoml/BentoML/pull/4704
* fix: add scaled to zero to ready status by FogDong in https://github.com/bentoml/BentoML/pull/4708
* chore(container): cache large pypi packages in layers by bojiang in https://github.com/bentoml/BentoML/pull/4690
* feat: add uvicorn timeouts options by gusghrlrl101 in https://github.com/bentoml/BentoML/pull/4682
* fix: include models from config for new SDK bentos by frostming in https://github.com/bentoml/BentoML/pull/4705
* fix: annotation preparation list iteration bug by adamliter in https://github.com/bentoml/BentoML/pull/4701
* fix: tuple schema and websocket connection by frostming in https://github.com/bentoml/BentoML/pull/4709
* fix: show warning instead of hard failure when model is missing by frostming in https://github.com/bentoml/BentoML/pull/4693
New Contributors
* gusghrlrl101 made their first contribution in https://github.com/bentoml/BentoML/pull/4682
* adamliter made their first contribution in https://github.com/bentoml/BentoML/pull/4701
**Full Changelog**: https://github.com/bentoml/BentoML/compare/v1.2.12...v1.2.13