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