Bentoml

Latest version: v1.2.19

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

Scan your dependencies

Page 5 of 21

1.2.0a5

What's Changed
* fix: image encoding issue when the format is not specified by frostming in https://github.com/bentoml/BentoML/pull/4435


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

1.2.0a4

What's Changed
* fix: make client timeout consistent with service config by frostming in https://github.com/bentoml/BentoML/pull/4425
* fix: fix env in deploy and create error msg by FogDong in https://github.com/bentoml/BentoML/pull/4426
* fix: port reservation causes bind error on Windows by frostming in https://github.com/bentoml/BentoML/pull/4427
* fix: add more status check in wait until ready by FogDong in https://github.com/bentoml/BentoML/pull/4428
* fix: use spinner log instead of console log by FogDong in https://github.com/bentoml/BentoML/pull/4429
* fix: add config dict to cli by FogDong in https://github.com/bentoml/BentoML/pull/4424
* docs: Add client and use case docs by Sherlock113 in https://github.com/bentoml/BentoML/pull/4430
* fix(sdk): snake case bento names by bojiang in https://github.com/bentoml/BentoML/pull/4431
* docs: Add SDXL turbo use case by Sherlock113 in https://github.com/bentoml/BentoML/pull/4433
* docs: Update readme doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/4409


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

1.2.0a3

What's Changed
* fix(server): start-http-server for v1.0 bentos by bojiang in https://github.com/bentoml/BentoML/pull/4421
* fix: refactor cli & sdk for deployment by FogDong in https://github.com/bentoml/BentoML/pull/4419
* fix: fix get bento from cloud by FogDong in https://github.com/bentoml/BentoML/pull/4423
* fix: change entry_service to optional by xianml in https://github.com/bentoml/BentoML/pull/4422


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

1.2.0a2

What's Changed
* feat: allow url as file input by frostming in https://github.com/bentoml/BentoML/pull/4411
* fix(sdk): validate service name; force lowercase by bojiang in https://github.com/bentoml/BentoML/pull/4414
* refactor(bento): add entry_service to bento info by bojiang in https://github.com/bentoml/BentoML/pull/4417
* fix: set content type from annotation by frostming in https://github.com/bentoml/BentoML/pull/4416
* fix(server): include system headers by bojiang in https://github.com/bentoml/BentoML/pull/4418
* fix: loading service from an absolute path by frostming in https://github.com/bentoml/BentoML/pull/4415
* docs: Add BLIP, CLIP, and sentence embedding use cases by Sherlock113 in https://github.com/bentoml/BentoML/pull/4420


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

1.2.0a1

What's Changed
* fix(docs): remove eager type evaluation for python 3.8 on openllm examples by aarnphm in https://github.com/bentoml/BentoML/pull/4393
* docs: fix typo in tritonserver_type parameter and code example by ilyahabr in https://github.com/bentoml/BentoML/pull/4394

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

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

1.2.0a0

What's Changed
* feat: add preview feature for output by jinyang1994 in https://github.com/bentoml/BentoML/pull/4319
* feat: add feature for form validation by jinyang1994 in https://github.com/bentoml/BentoML/pull/4322
* fix: example and bento config by FogDong in https://github.com/bentoml/BentoML/pull/4324
* fix: set wrong default value when type is array by jinyang1994 in https://github.com/bentoml/BentoML/pull/4332
* feat: add v2 config and json override env by FogDong in https://github.com/bentoml/BentoML/pull/4331
* feat: config override by frostming in https://github.com/bentoml/BentoML/pull/4334
* feat: models.save api and tests by MingLiangDai in https://github.com/bentoml/BentoML/pull/4307
* fix: fix config migration by FogDong in https://github.com/bentoml/BentoML/pull/4341
* fix: async api call by xianml in https://github.com/bentoml/BentoML/pull/4349
* fix(config): typo on override by Haivilo in https://github.com/bentoml/BentoML/pull/4351
* feat: reorganize the new SDK package by frostming in https://github.com/bentoml/BentoML/pull/4337
* feat: support .python-version symlink by aarnphm in https://github.com/bentoml/BentoML/pull/4354
* feat: add loading status when form is submitting by jinyang1994 in https://github.com/bentoml/BentoML/pull/4361
* feat: add e2e tests for new SDK by frostming in https://github.com/bentoml/BentoML/pull/4352
* fix(with_config): annotate return type by aarnphm in https://github.com/bentoml/BentoML/pull/4355
* Chore: add supported gpu type by xianml in https://github.com/bentoml/BentoML/pull/4363
* fix(config): make sure to escape quotation for migration of services config by aarnphm in https://github.com/bentoml/BentoML/pull/4369
* fix(sdk): identify async by original func by bojiang in https://github.com/bentoml/BentoML/pull/4370
* chore(bento.yaml): move fields into services by bojiang in https://github.com/bentoml/BentoML/pull/4372
* fix: add services in manifest by FogDong in https://github.com/bentoml/BentoML/pull/4373
* chore(sdk): envs in bentofile by bojiang in https://github.com/bentoml/BentoML/pull/4378
* chore(cloud): include envs in manifest by bojiang in https://github.com/bentoml/BentoML/pull/4379
* chore: cherry-pick SSE utils into 1.2 branch by aarnphm in https://github.com/bentoml/BentoML/pull/4375
* fix: correct 1.2 model list and tag format when pushing bento by Haivilo in https://github.com/bentoml/BentoML/pull/4381
* feat: Update the bento yaml schema by frostming in https://github.com/bentoml/BentoML/pull/4371
* ci: pre-commit autoupdate [skip ci] by pre-commit-ci in https://github.com/bentoml/BentoML/pull/4382
* chore(sdk): able to specify service name by bojiang in https://github.com/bentoml/BentoML/pull/4377
* feat(bentocloud): deployment v2 api client + cli by Haivilo in https://github.com/bentoml/BentoML/pull/4335
* chore(deps): bump github/codeql-action from 2 to 3 by dependabot in https://github.com/bentoml/BentoML/pull/4343
* feat(sdk): use attribute chain as dependency import string by frostming in https://github.com/bentoml/BentoML/pull/4385
* chore(example): change name to avoid conflict by bojiang in https://github.com/bentoml/BentoML/pull/4387
* refactor(impl): 1.2 loader by bojiang in https://github.com/bentoml/BentoML/pull/4388
* fix: refactor deployment v2 client and cli by FogDong in https://github.com/bentoml/BentoML/pull/4383


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

Page 5 of 21

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.