Bentoml

Latest version: v1.4.7

Safety actively analyzes 723400 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 8 of 28

1.2.15

Not secure
What's Changed
* fix: handle subdirectory in git ssh url by frostming in https://github.com/bentoml/BentoML/pull/4719


**Full Changelog**: https://github.com/bentoml/BentoML/compare/v1.2.14...v1.2.15

1.2.14

Not secure
What's Changed
* fix: add scaled to zero in client by FogDong in https://github.com/bentoml/BentoML/pull/4712
* ci: pre-commit autoupdate [skip ci] by pre-commit-ci in https://github.com/bentoml/BentoML/pull/4713
* fix: serailization error when request with an invalid json input by frostming in https://github.com/bentoml/BentoML/pull/4714
* fix: config pollution from other services by frostming in https://github.com/bentoml/BentoML/pull/4715
* fix: handle ssh git url without ref part by frostming in https://github.com/bentoml/BentoML/pull/4716
* fix: correct the default value of timeout-keep-alive by frostming in https://github.com/bentoml/BentoML/pull/4717


**Full Changelog**: https://github.com/bentoml/BentoML/compare/v1.2.13...v1.2.14

1.2.13

Not secure
What's Changed
* docs: fix indentation in build option docs by jianshen92 in https://github.com/bentoml/BentoML/pull/4688
* fix: bug: module 'bentoml' has no attribute 'build' by frostming in https://github.com/bentoml/BentoML/pull/4689
* docs: update autoscaling by ssheng in https://github.com/bentoml/BentoML/pull/4691
* docs: init io-descriptors example by lycheel1 in https://github.com/bentoml/BentoML/pull/4646
* fix: uncaught error missing trace headers by frostming in https://github.com/bentoml/BentoML/pull/4692
* chore: remove outdated examples by larme in https://github.com/bentoml/BentoML/pull/4694
* fix: bypass /livez in traffic middleware by frostming in https://github.com/bentoml/BentoML/pull/4696
* docs:Update credits by Sherlock113 in https://github.com/bentoml/BentoML/pull/4700
* docs: Add model store reference in the Services doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/4706
* docs: Update example dir readme by Sherlock113 in https://github.com/bentoml/BentoML/pull/4707
* fix: fix table overflow with fold by FogDong in https://github.com/bentoml/BentoML/pull/4677
* fix: server socket binding on Windows by frostming in https://github.com/bentoml/BentoML/pull/4685
* fix: correct the logic of bypassing infra endpoints in traffic middleware by frostming in https://github.com/bentoml/BentoML/pull/4704
* fix: add scaled to zero to ready status by FogDong in https://github.com/bentoml/BentoML/pull/4708
* chore(container): cache large pypi packages in layers by bojiang in https://github.com/bentoml/BentoML/pull/4690
* feat: add uvicorn timeouts options by gusghrlrl101 in https://github.com/bentoml/BentoML/pull/4682
* fix: include models from config for new SDK bentos by frostming in https://github.com/bentoml/BentoML/pull/4705
* fix: annotation preparation list iteration bug by adamliter in https://github.com/bentoml/BentoML/pull/4701
* fix: tuple schema and websocket connection by frostming in https://github.com/bentoml/BentoML/pull/4709
* fix: show warning instead of hard failure when model is missing by frostming in https://github.com/bentoml/BentoML/pull/4693

New Contributors
* gusghrlrl101 made their first contribution in https://github.com/bentoml/BentoML/pull/4682
* adamliter made their first contribution in https://github.com/bentoml/BentoML/pull/4701

**Full Changelog**: https://github.com/bentoml/BentoML/compare/v1.2.12...v1.2.13

1.2.12

Not secure
What's Changed
* docs: Add GPU inference doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/4654
* chore: update quickstart by ssheng in https://github.com/bentoml/BentoML/pull/4655
* docs: Add JSON output for bentovllm by Sherlock113 in https://github.com/bentoml/BentoML/pull/4657
* chore: cleanup quickstart by ssheng in https://github.com/bentoml/BentoML/pull/4658
* docs: Update help info by Sherlock113 in https://github.com/bentoml/BentoML/pull/4664
* fix: remove the uvicorn server header by frostming in https://github.com/bentoml/BentoML/pull/4665
* docs: Fix format by Sherlock113 in https://github.com/bentoml/BentoML/pull/4666
* docs: Add model composition doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/4668
* docs: Update example project list by Sherlock113 in https://github.com/bentoml/BentoML/pull/4673
* docs: Add the monitoring and data collection doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/4662
* docs: Add add_asgi_middleware doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/4672
* fix: delete useless enum and fix enum value by FogDong in https://github.com/bentoml/BentoML/pull/4674
* docs: Add RAG tutorial by Sherlock113 in https://github.com/bentoml/BentoML/pull/4675
* docs: Update the clients doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/4676
* docs: Add some explanations for bentoml.models.get by Sherlock113 in https://github.com/bentoml/BentoML/pull/4660
* docs: Add e2e test doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/4679
* fix(cloud client): various type error by bojiang in https://github.com/bentoml/BentoML/pull/4680
* fix(cli): bentoml cli verbosity not passed to the subprocess correctly by frostming in https://github.com/bentoml/BentoML/pull/4661


**Full Changelog**: https://github.com/bentoml/BentoML/compare/v1.2.11...v1.2.12

1.2.11

Not secure
What's Changed
* docs: added multi model load and store example by lycheel1 in https://github.com/bentoml/BentoML/pull/4575
* docs: inference graph by lycheel1 in https://github.com/bentoml/BentoML/pull/4609
* docs: Update high-level BentoML messaging by Sherlock113 in https://github.com/bentoml/BentoML/pull/4644
* fix: delete trace error for timeout when deploying by FogDong in https://github.com/bentoml/BentoML/pull/4649
* fix(cli): correct the comparison of upload status by frostming in https://github.com/bentoml/BentoML/pull/4643

New Contributors
* lycheel1 made their first contribution in https://github.com/bentoml/BentoML/pull/4575

**Full Changelog**: https://github.com/bentoml/BentoML/compare/v1.2.10...v1.2.11

1.2.10

Not secure
What's Changed
* docs: Remove old example links by Sherlock113 in https://github.com/bentoml/BentoML/pull/4610
* feat(build): use jinja template for install script by aarnphm in https://github.com/bentoml/BentoML/pull/4607
* feat: download git+ssh dependencies to wheels/ folder by frostming in https://github.com/bentoml/BentoML/pull/4612
* docs: Update the ASGI doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/4614
* fix: non batched request executed in non FIFO manner by frostming in https://github.com/bentoml/BentoML/pull/4619
* feat: light-weighted dev sdist builder by frostming in https://github.com/bentoml/BentoML/pull/4615
* fix: add response headers for error responses by frostming in https://github.com/bentoml/BentoML/pull/4622
* docs: Refactor the autoscaling doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/4620
* docs: Add simple verification test for Services by Sherlock113 in https://github.com/bentoml/BentoML/pull/4629
* ci: pre-commit autoupdate [skip ci] by pre-commit-ci in https://github.com/bentoml/BentoML/pull/4630
* docs: Add workers doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/4628
* docs: Add worker doc links by Sherlock113 in https://github.com/bentoml/BentoML/pull/4636
* docs: Add docs for bentoml.runner_service by Sherlock113 in https://github.com/bentoml/BentoML/pull/4637
* docs: Add sync to async doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/4639
* fix: handle __call__ on clients by frostming in https://github.com/bentoml/BentoML/pull/4618
* fix(cli): `bentoml get` output in YAML format by frostming in https://github.com/bentoml/BentoML/pull/4638
* fix: issue overriding default service config from config file by frostming in https://github.com/bentoml/BentoML/pull/4627


**Full Changelog**: https://github.com/bentoml/BentoML/compare/v1.2.9...v1.2.10

Page 8 of 28

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.