Releases: bentoml/BentoML
Releases · bentoml/BentoML
v1.4.15
What's Changed
- docs: Add CI/CD pipeline doc by @Sherlock113 in #5366
- fix: disable GPU allocation if CUDA_VISIBLE_DEVICES is set by @frostming in #5368
- fix: race condition issue initializing result db by @frostming in #5369
Full Changelog: v1.4.14...v1.4.15
v1.4.14
What's Changed
- chore: fix link in readme by @imba-tjd in #5353
- docs: correct description of max_latency_ms by @jianshen92 in #5348
- feat: support --arg for bentoml deployment create and update by @frostming in #5354
- docs: reword some docs and a handful of typos by @b8zhong in #5356
- fix: align the task status with bentocloud by @frostming in #5359
- fix: compatible implementation for eval_type_lenient by @frostming in #5358
- docs: Add triton example by @Sherlock113 in #5357
- docs: stabilization window by @jianshen92 in #5360
- docs: replace outdated deployment parameter by @Sherlock113 in #5361
- fix: apply stabilization window config by @jianshen92 in #5362
- fix: allow route name without leading slash by @jianshen92 in #5363
- fix(deployment): remove duplicated
--config-file
by @b8zhong in #5364
New Contributors
Full Changelog: v1.4.13...v1.4.14
v1.4.13
What's Changed
- docs: Fix BentoCloud CLI link by @Sherlock113 in #5340
- chore(deps): bump astral-sh/setup-uv from 5 to 6 by @dependabot in #5341
- ci: pre-commit autoupdate [skip ci] by @pre-commit-ci in #5342
- fix: subclass checking for client classes by @frostming in #5345
- fix: insert install command even if the base image is specified by @frostming in #5344
- fix: do not allow separate python requirements calls by @frostming in #5347
- fix: support pre-built wheels in bento spec v2 by @frostming in #5349
- feat: add paths to schemas to support openai chat endpoints by @aarnphm in #5346
- fix: delete preheat_pip_packages by @bojiang in #5350
- docs: Add docs for wheels and run_script() by @Sherlock113 in #5351
- chore: minor fix, wrong message by @frostming in #5352
Full Changelog: v1.4.12...v1.4.13
v1.4.12
What's Changed
- docs: Use command to list GPU types by @Sherlock113 in #5330
- chore: disable progress bar on cloud build by @aarnphm in #5331
- fix: handling equal sign in value of secret by @larme in #5332
- fix: make sure to inherit from base image ENV by @aarnphm in #5334
- fix: don't add duplicate global options to requirements.txt by @frostming in #5336
- fix: don't restore cwd when importing service in worker by @frostming in #5339
- docs: Unify image styles with BentoML theme by @Sherlock113 in #5338
- feat: custom readiness hook method by @frostming in #5337
Full Changelog: v1.4.10...v1.4.12
v1.4.10
What's Changed
- doc: Update saml.rst by @bojiang in #5309
- docs: Add template arg doc by @Sherlock113 in #5311
- chore: update gpu_type for supported GPU on bentocloud by @aarnphm in #5312
- doc: rename PythonImage to Image by @frostming in #5313
- docs: add monitoring API tokens section to manage-api-tokens.rst by @Haivilo in #5316
- feat: show fastapi routes in playground ui by @frostming in #5314
- fix: add /app/.venv/bin to PATH to support Kubernetes exec-style entrypoints by @restato in #5315
- fix: Merge command line args with the ones in the config file by @frostming in #5317
- doc: add examples of bentoml deploy for bento args by @frostming in #5318
- fix: usage tracking for bentoml build by @frostming in #5321
- revert: "feat: show fastapi routes in playground ui" by @frostming in #5323
- fix: only regard the positional arg as build ctx if it is a local dir by @frostming in #5322
- fix: make sure to use self.args in with_defaults by @aarnphm in #5324
New Contributors
Full Changelog: v1.4.8...v1.4.10
v1.4.8
What's Changed
- feat: make it possible to override values of Image from bentofile.yaml by @frostming in #5298
- feat: implement bento arguments by @frostming in #5299
- fix: add end of line if the requirments file doesn't have by @frostming in #5302
- docs(security): update security advisory email by @ssheng in #5304
- fix: remove start commands from CLI by @frostming in #5303
- chore: update security notes by @frostming in #5305
- ci: pre-commit autoupdate [skip ci] by @pre-commit-ci in #5306
- chore: locking transformers <4.51 for quickstart tests by @aarnphm in #5307
Full Changelog: v1.4.7...v1.4.8
v1.4.7
What's Changed
- docs(saml): add sso saml doc by @ssheng in #5292
- docs: Add some diagrams for get started section by @Sherlock113 in #5285
- fix: do not start dependency if it's from a URL or deployment by @frostming in #5293
- feat: support pack_git_packages and fix add group for alpine by @frostming in #5295
- fix: initialize async http client with async method by @frostming in #5296
- feat: support --name option for bentoml build and bentoml code by @frostming in #5297
Full Changelog: v1.4.6...v1.4.7
v1.4.6
What's Changed
- docs: Add org token doc by @Sherlock113 in #5277
- docs: remove openllm from examples overview by @ssheng in #5278
- fix: format substitution by @byronclark in #5279
- fix: add missing .route of __endpoint by @reobroqn in #5281
- fix: non-standard ssh git url by @frostming in #5282
- docs: Update adaptive batching doc by @Sherlock113 in #5283
- docs: Add BentoOCR to example list by @Sherlock113 in #5284
- docs: Update private repo notes by @Sherlock113 in #5262
- fix: replace namespace import to
python_multipart
by @yxtay in #5280 - docs: Fix format by @Sherlock113 in #5287
- chore: better visibility by @bojiang in #5288
- fix: on load bento for dependent services by @frostming in #5286
- fix: visibility by @bojiang in #5289
- fix: wrong error context by @frostming in #5291
New Contributors
- @byronclark made their first contribution in #5279
- @reobroqn made their first contribution in #5281
Full Changelog: v1.4.5...v1.4.6
v1.4.5
What's Changed
- fix: loading service issue in worker by @frostming in #5276
Full Changelog: v1.4.4...v1.4.5
v1.4.4
What's Changed
- feat: update readme by @ssheng in #5259
- docs: Add update command to cloud deployment doc by @Sherlock113 in #5260
- fix: fallback to v1 if pack git packages is set by @frostming in #5261
- build: Smaller docker images by @jeffmarshall in #5264
- feat(serve): add
--env
and inject service-defined envs to serving environment by @aarnphm in #5263 - docs(tasks): update async tasks docs by @ssheng in #5266
- feat(client): add task apis to client methods by @frostming in #5265
- feat: default min replicas is None by @yetone in #5268
- tests: banning pickle requests by @frostming in #5269
- feat: Fail fast when running inside container by @frostming in #5270
- docs(byoc): update aws byoc role template link by @ssheng in #5272
- docs: Update langgraph example by @Sherlock113 in #5273
- fix(supervisor): quit the arbiter correctly by @frostming in #5274
- fix: preserve global options in requirements.txt by @frostming in #5275
New Contributors
- @jeffmarshall made their first contribution in #5264
Full Changelog: v1.4.3...v1.4.4