New Features:
* Automatically discover all pip dependencies via `env(auto_pip_dependencies=True)`
* CLI command auto-completion support
Beta Features:
Contact us via [Slack](https://join.slack.com/t/bentoml/shared_invite/enQtNjcyMTY3MjE4NTgzLTU3ZDc1MWM5MzQxMWQxMzJiNTc1MTJmMzYzMTYwMjQ0OGEwNDFmZDkzYWQxNzgxYWNhNjAxZjk4MzI4OGY1Yjg) for early access and documentation related to these features.
* Adaptive micro-batching in BentoML API server, including performance tracing and benchmark
* Standalone YataiService gRPC server for model management and deployment
Improvements & Bug fixes
* Improved end-to-end tests, covering entire BentoML workflow
* Fixed issues with using YataiService with PostgreSQL databases as storage
* `bentoml delete` command now supports deleting multiple BentoService at once, see `bentoml delete --help`