github bentoml/BentoML v0.13.0
BentoML-0.13.0

latest releases: v1.3.5, v1.3.4post1, v1.3.4...
3 years ago

Detailed Changelog: v0.12.1...v0.13.0

Overview

BentoML 0.13.0 is here! It's a release packed with lots of new features and important bug fixes. We encourage all users to upgrade.

❤️ Contributors

Thanks to @aarnphm @andrewsi-z @larme @gregd33 @bojiang @ssheng @henrywu2019 @yubozhao @jack1902 @illy @sencenan @parano @soeque1 @elia-secchi @Shumpei-Kikuta @StevenReitsma @dsherry @AnvithaGadagi @joaquincabezas for the contributions!

📢 Breaking Changes

  • Configuration revamp

  • Deprecated --enable-microbatch flag

    • Use the @api(batch=True|False) option to choose between microbatch enabled
      API vs. non-batch API
    • For API defined in batch mode but requires serving online traffic without
      batching behavior, use --mb-max-batch-size=1 instead

🎉 New Features

🐞 Bug Fixes and Other Changes

  • Add ensure_ascii option in JsonOutput (#1578, #1580)

  • Fix StringInput with batch=True API (#1581)

  • Fix docs.json link in API server UI (#1633)

  • Fix uploading to remote path (#1601)

  • Fix label missing after uploading Bento to remote Yatai (#1598)

  • Fixes /metrics endpoints with serve-gunicorn (#1666)

  • Upgrade conda to 4.9.2 in default docker base image (#1525)

  • Internal:

    • Add locking mechanism to yatai server (#1567)
    • refactor: YataiService Store Abstraction (#1541)

Don't miss a new BentoML release

NewReleases is sending notifications on new releases.