Releases: bentoml/BentoML
Releases · bentoml/BentoML
BentoML-0.2.0 Beta
New in BentoML version 0.2.0:
- Support for H2O models
- Support for deploying BentoArchive to Amazon SageMaker endpoint
- Support for querying deployment status and delete deployment created with BentoML
- Fixed kubernetes ingress configuration for gunicorn server #136
BentoML-0.1.2 Beta
- Breaking Change: updated the format of config file
bentml.yml
' in the generated archive to include more information. Newer version BentoML won't be able to load archive generated before 0.1.2 - Added support for deploying to serverless platforms, including AWS lambda and google cloud platform functions
- Added REST API index page documentation on available endpoints
BentoML-0.1.1 Beta
- Added Xgboost support
- Added DataframeHandler options includes 'typ', 'input_columns', 'orient'
- BentoML cli command now supporst json string as input, e.g. --input="{"col": {"0": "bc"}}"
- BentoML cli command now supports input file from s3, e.g. --input=s3://my-bucket/test.csv
- Added gunicorn support, serve-gunicorn is now default in generated Docker image
- Added
@ver
decorator for specifying versions with semantic versioning
BentoML-0.0.9 Beta
0.0.9-beta bump version
BentoML-0.0.8.post1 Beta
0.0.8.post1-beta Delete ISSUE_TEMPLATE.md
BentoML-0.0.8 Beta
0.0.8-beta bump version