Bentoml

Latest version: v1.2.19

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

Scan your dependencies

Page 2 of 21

1.2.13

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

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

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

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

1.2.9

What's Changed
* docs: add autoscaling docs by ssheng in https://github.com/bentoml/BentoML/pull/4601
* docs: Fix old configurations doc link by Sherlock113 in https://github.com/bentoml/BentoML/pull/4600
* docs: Update the concurrency doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/4602
* fix(reload): make sure to watch for all src for editable by aarnphm in https://github.com/bentoml/BentoML/pull/4604
* fix(openapi): remove invalid fields for operations parameter by aarnphm in https://github.com/bentoml/BentoML/pull/4605
* chore: update swagger UI generated to 5.12 [skip ci] by aarnphm in https://github.com/bentoml/BentoML/pull/4606
* fix(cloud cli): workaround env update issue by bojiang in https://github.com/bentoml/BentoML/pull/4608


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

1.2.8

What's Changed
* fix(stub): add envs to `__init__` construction by aarnphm in https://github.com/bentoml/BentoML/pull/4576
* docs: Add testing doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/4578
* chore(type): use TypedDict for inferred stubs by aarnphm in https://github.com/bentoml/BentoML/pull/4577
* docs: Add lifecycle hooks doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/4579
* fix(build): remove deprecated warnings by aarnphm in https://github.com/bentoml/BentoML/pull/4580
* fix: improve the bentoml build progress by frostming in https://github.com/bentoml/BentoML/pull/4582
* fix: allow API endpoint to return response directly by frostming in https://github.com/bentoml/BentoML/pull/4581
* fix: raise the priority of the routes from mount apps by frostming in https://github.com/bentoml/BentoML/pull/4584
* fix(sdk): python build missing envs argument by jianshen92 in https://github.com/bentoml/BentoML/pull/4585
* fix: build config env default to None by jianshen92 in https://github.com/bentoml/BentoML/pull/4589
* fix: config from multiple services override with each other by frostming in https://github.com/bentoml/BentoML/pull/4591
* feat: add concurrency config by xianml in https://github.com/bentoml/BentoML/pull/4560
* docs: Add OpenAI compatible endpoints client doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/4593
* fix: ignore_extra_keys for v2 configuration schema by xianml in https://github.com/bentoml/BentoML/pull/4598
* fix: emit warnings when copying large file by frostming in https://github.com/bentoml/BentoML/pull/4597
* feat: service.to_async property by frostming in https://github.com/bentoml/BentoML/pull/4595
* feat: picklev5 serialization by frostming in https://github.com/bentoml/BentoML/pull/4594


**Full Changelog**: https://github.com/bentoml/BentoML/compare/v1.2.7...v1.2.8

Page 2 of 21

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.