Bentoml

Latest version: v1.2.18

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

Scan your dependencies

Page 3 of 21

1.2.6

What's Changed
* docs: Add envs field in bentofile by Sherlock113 in https://github.com/bentoml/BentoML/pull/4555
* docs: Add GitHub repo links for use case docs by Sherlock113 in https://github.com/bentoml/BentoML/pull/4556
* docs: Update the vllm use case doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/4558
* docs: Add how to get deployment info doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/4544
* fix: rename the _bentoml_sdk.api module by frostming in https://github.com/bentoml/BentoML/pull/4557
* fix: wait until server ready when initializing client by frostming in https://github.com/bentoml/BentoML/pull/4559
* feat: Add server.on_deployment hook to execute deployment-specific logic by frostming in https://github.com/bentoml/BentoML/pull/4561


**Full Changelog**: https://github.com/bentoml/BentoML/compare/v1.2.5...v1.2.6

1.2.5

What's Changed
* docs: Add client code examples without context manager by Sherlock113 in https://github.com/bentoml/BentoML/pull/4512
* docs: Update docs by Sherlock113 in https://github.com/bentoml/BentoML/pull/4515
* docs: Add authorization docs by Sherlock113 in https://github.com/bentoml/BentoML/pull/4517
* docs: Change sample input to one line by Sherlock113 in https://github.com/bentoml/BentoML/pull/4518
* docs: Update ControlNet use case docs by Sherlock113 in https://github.com/bentoml/BentoML/pull/4519
* docs: Update the distributed services and get started docs by Sherlock113 in https://github.com/bentoml/BentoML/pull/4521
* refactor(cli): make CLI commands available as modules by frostming in https://github.com/bentoml/BentoML/pull/4487
* docs: Refactor BentoCloud docs by Sherlock113 in https://github.com/bentoml/BentoML/pull/4525
* docs: Update token docs by Sherlock113 in https://github.com/bentoml/BentoML/pull/4526
* fix: fix list deployment exception by FogDong in https://github.com/bentoml/BentoML/pull/4522
* feat: add get endpoint url for deployment by FogDong in https://github.com/bentoml/BentoML/pull/4516
* docs: Add BentoCloud CLI and API ref docs by Sherlock113 in https://github.com/bentoml/BentoML/pull/4527
* fix: add missing to dict for deployment config by FogDong in https://github.com/bentoml/BentoML/pull/4529
* feat(client): disallow media type other than json for HTTP clients by frostming in https://github.com/bentoml/BentoML/pull/4520
* chore: clean unneeded dependencies by frostming in https://github.com/bentoml/BentoML/pull/4528
* docs: Add call deployment endpoints doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/4531
* docs: Update all use cases by Sherlock113 in https://github.com/bentoml/BentoML/pull/4532
* fix: correctly encode ValueError in response by frostming in https://github.com/bentoml/BentoML/pull/4530
* fix: improve CLI message by frostming in https://github.com/bentoml/BentoML/pull/4533
* chore(io): allow implicit pydantic type conversion by aarnphm in https://github.com/bentoml/BentoML/pull/4534
* fix: type convertion of io descriptor by frostming in https://github.com/bentoml/BentoML/pull/4537
* feat: add back service hooks by frostming in https://github.com/bentoml/BentoML/pull/4524
* docs: fix typo by sauyon in https://github.com/bentoml/BentoML/pull/4540
* docs: Add BentoSVD Use case doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/4535
* doc: Add adaptive batching doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/4536
* doc: allow reuse of existing directory by jianshen92 in https://github.com/bentoml/BentoML/pull/4543
* feat: cloud context from env vars by frostming in https://github.com/bentoml/BentoML/pull/4542
* docs: Update the clients doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/4539
* docs: Update adaptive batching docs by Sherlock113 in https://github.com/bentoml/BentoML/pull/4547
* docs: Update vLLM use case doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/4548
* feat: export component context at top namespace by frostming in https://github.com/bentoml/BentoML/pull/4551
* feat: use starlette request directly in service context by frostming in https://github.com/bentoml/BentoML/pull/4552
* feat: mount asgi app and fastapi support by frostming in https://github.com/bentoml/BentoML/pull/4538
* fix(sdk): build envs into dockerfile by bojiang in https://github.com/bentoml/BentoML/pull/4546
* fix: rename server context attributes by frostming in https://github.com/bentoml/BentoML/pull/4553
* fix: crash when pulling bento from organization with proxy mode by frostming in https://github.com/bentoml/BentoML/pull/4554
* fix: add str in enum for deployment schema by FogDong in https://github.com/bentoml/BentoML/pull/4549


**Full Changelog**: https://github.com/bentoml/BentoML/compare/v1.2.4...v1.2.5

1.2.4

What's Changed
* docs: Update the get started docs by Sherlock113 in https://github.com/bentoml/BentoML/pull/4513
* fix(sdk): incorrect bento_path if not provided by bojiang in https://github.com/bentoml/BentoML/pull/4514


**Full Changelog**: https://github.com/bentoml/BentoML/compare/v1.2.3...v1.2.4

1.2.3

What's Changed
* ci: pre-commit autoupdate [skip ci] by pre-commit-ci in https://github.com/bentoml/BentoML/pull/4488
* infra: update to use Ruff formatter by aarnphm in https://github.com/bentoml/BentoML/pull/4269
* feat: tpu_type support by frostming in https://github.com/bentoml/BentoML/pull/4493
* chore(cloud cli): add cluster and expose access_point by bojiang in https://github.com/bentoml/BentoML/pull/4490
* docs: Update the whisperx use case by Sherlock113 in https://github.com/bentoml/BentoML/pull/4495
* docs: Update the readme by Sherlock113 in https://github.com/bentoml/BentoML/pull/4496
* fix(sdk): current directory for built bentos by bojiang in https://github.com/bentoml/BentoML/pull/4505
* chore(cloud cli): rename cluster to region by bojiang in https://github.com/bentoml/BentoML/pull/4508
* doc: Add the lcm lora use case doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/4510
* fix(sdk): clean bentoml version by bojiang in https://github.com/bentoml/BentoML/pull/4511
* fix: bug: Dataframes not serializing correctly in the new API by frostming in https://github.com/bentoml/BentoML/pull/4491


**Full Changelog**: https://github.com/bentoml/BentoML/compare/v1.2.2...v1.2.3

1.2.2

What's Changed
* docs: Remove direct execution lines by Sherlock113 in https://github.com/bentoml/BentoML/pull/4480
* docs: Refactor deployment docs by Sherlock113 in https://github.com/bentoml/BentoML/pull/4482
* docs: Add build options doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/4483
* feat: lock dependencies by default considering the current bentoml version by frostming in https://github.com/bentoml/BentoML/pull/4484
* docs: Add distributed services doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/4485
* fix(server): clean the request resources after the response is consumed by frostming in https://github.com/bentoml/BentoML/pull/4481


**Full Changelog**: https://github.com/bentoml/BentoML/compare/v1.2.1...v1.2.2

1.2.1

**Full Changelog**: https://github.com/bentoml/BentoML/compare/v1.2.1a1...v1.2.1

What's Changed
* docs: Add more featured use cases by Sherlock113 in https://github.com/bentoml/BentoML/pull/4476
* docs: Add API reference doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/4475
* docs: Clean API ref docs by Sherlock113 in https://github.com/bentoml/BentoML/pull/4477
* fix: fix the cluster from display name to name and url by FogDong in https://github.com/bentoml/BentoML/pull/4478
* fix(cli): add start runner server back by bojiang in https://github.com/bentoml/BentoML/pull/4479


**Full Changelog**: https://github.com/bentoml/BentoML/compare/v1.2.0...v1.2.1

Page 3 of 21

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.