What's Changed
- feat(cli): output times in the local timezone by @sauyon in https://github.com/bentoml/BentoML/pull/2572
- fix(store): use >= for time checking by @sauyon in https://github.com/bentoml/BentoML/pull/2574
- fix(build): use subprocess to call pip-compile by @sauyon in https://github.com/bentoml/BentoML/pull/2573
- docs: fix wrong variable name in comment by @kim-sardine in https://github.com/bentoml/BentoML/pull/2575
- feat: improve logging by @sauyon in https://github.com/bentoml/BentoML/pull/2568
- fix(service): JsonIO doesn't return a pydantic model by @bojiang in https://github.com/bentoml/BentoML/pull/2578
- fix: update conda env yaml file name and default channel by @parano in https://github.com/bentoml/BentoML/pull/2580
- chore(runner): add shcedule shortcuts to runners by @bojiang in https://github.com/bentoml/BentoML/pull/2576
- fix(cli): cli encoding error on Windows by @bojiang in https://github.com/bentoml/BentoML/pull/2579
- fix(bug): Make
model.with_options()
additive by @ssheng in https://github.com/bentoml/BentoML/pull/2519
- feat: dockerfile templates advanced guides by @aarnphm in https://github.com/bentoml/BentoML/pull/2548
- docs: add setuptools to docs dependencies by @parano in https://github.com/bentoml/BentoML/pull/2586
- test(frameworks): minor test improvements by @sauyon in https://github.com/bentoml/BentoML/pull/2590
- feat: Bring LightGBM back by @mqk in https://github.com/bentoml/BentoML/pull/2589
- fix(runner): pass init params to runnable by @sauyon in https://github.com/bentoml/BentoML/pull/2587
- fix: propagate should be false by @aarnphm in https://github.com/bentoml/BentoML/pull/2594
- fix: Remove starlette request log by @ssheng in https://github.com/bentoml/BentoML/pull/2595
- fix: Bug fix for 2596 by @timc in https://github.com/bentoml/BentoML/pull/2597
- chore(frameworks): update framework template with new checks and remove old framework code by @sauyon in https://github.com/bentoml/BentoML/pull/2592
- docs: Update streaming.rst by @ssheng in https://github.com/bentoml/BentoML/pull/2605
- bug: Fix Yatai client push bentos with model options by @ssheng in https://github.com/bentoml/BentoML/pull/2604
- docs: allow running tutorial from docker by @parano in https://github.com/bentoml/BentoML/pull/2611
- fix(model): lock attrs to >=21.1.0 by @bojiang in https://github.com/bentoml/BentoML/pull/2610
- docs: Fix documentation links and formats by @ssheng in https://github.com/bentoml/BentoML/pull/2612
- fix(model): load ModelOptions lazily by @sauyon in https://github.com/bentoml/BentoML/pull/2608
- feat: install.sh for python packages by @aarnphm in https://github.com/bentoml/BentoML/pull/2555
- fix/routing path by @aarnphm in https://github.com/bentoml/BentoML/pull/2606
- qa: build config by @aarnphm in https://github.com/bentoml/BentoML/pull/2581
- fix: invalid build option python_version="None" when base_image is used by @parano in https://github.com/bentoml/BentoML/pull/2623
New Contributors
- @kim-sardine made their first contribution in https://github.com/bentoml/BentoML/pull/2575
- @timc made their first contribution in https://github.com/bentoml/BentoML/pull/2597
Full Changelog: https://github.com/bentoml/BentoML/compare/v1.0.0-rc1...v1.0.0rc2