Bentoml

Latest version: v1.2.19

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

Scan your dependencies

Page 1 of 21

1.2.19

What's Changed
* docs: Update diffusion model repos to the new one by Sherlock113 in https://github.com/bentoml/BentoML/pull/4797
* feat(monitoring): support GRPC LogExporter by judahrand in https://github.com/bentoml/BentoML/pull/4808
* docs: Add Docker deployment for Bentos by Sherlock113 in https://github.com/bentoml/BentoML/pull/4812
* docs: update examples service decorators with new features by ssheng in https://github.com/bentoml/BentoML/pull/4798
* doc: Custom Error Handling by jianshen92 in https://github.com/bentoml/BentoML/pull/4811
* doc: Wording change in error handling doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/4813
* fix: ASCII animation was not working properly in the image builder logs by yetone in https://github.com/bentoml/BentoML/pull/4810
* fix: avoid editing list in during iteration by judahrand in https://github.com/bentoml/BentoML/pull/4809
* docs: Add secrets doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/4814
* fix: improve the code of spinner and log tailer by frostming in https://github.com/bentoml/BentoML/pull/4815
* doc: Update the docs about multipart output by frostming in https://github.com/bentoml/BentoML/pull/4818
* docs: Add batch inference jobs doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/4816
* doc: Fix typo and format by Sherlock113 in https://github.com/bentoml/BentoML/pull/4821
* fix(cli): hanging issue when deployment ready by frostming in https://github.com/bentoml/BentoML/pull/4825
* fix(deployment-client): add build process and extend url by Haivilo in https://github.com/bentoml/BentoML/pull/4790
* doc: Update vllm.rst by Sherlock113 in https://github.com/bentoml/BentoML/pull/4824
* docs: Add custom models use case doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/4819
* docs: Reorg blip doc to multimodality section by Sherlock113 in https://github.com/bentoml/BentoML/pull/4826
* fix: inject prometheus multiproc_dir into env var when worker starts by frostming in https://github.com/bentoml/BentoML/pull/4820


**Full Changelog**: https://github.com/bentoml/BentoML/compare/v1.2.18...v1.2.19

1.2.18

What's Changed
* docs: scale from zero by ssheng in https://github.com/bentoml/BentoML/pull/4769
* ci: pre-commit autoupdate [skip ci] by pre-commit-ci in https://github.com/bentoml/BentoML/pull/4772
* docs: Update installation.rst by parano in https://github.com/bentoml/BentoML/pull/4763
* docs: Add chatTTS to example project list by Sherlock113 in https://github.com/bentoml/BentoML/pull/4777
* fix: bad performance when walking the file tree and check includes by frostming in https://github.com/bentoml/BentoML/pull/4778
* update readme to include chattts by ssheng in https://github.com/bentoml/BentoML/pull/4786
* docs: Update README.md by parano in https://github.com/bentoml/BentoML/pull/4785
* Fixed `FileExistsError: [Errno 17] File exists: '/root/bentoml'` by tripathiarpan20 in https://github.com/bentoml/BentoML/pull/4781
* fix: set env to null if it is empty for merge override by FogDong in https://github.com/bentoml/BentoML/pull/4783
* fix: add none check for env for deploy by FogDong in https://github.com/bentoml/BentoML/pull/4792
* fix(pandas): use correct mime type for Parquet by judahrand in https://github.com/bentoml/BentoML/pull/4780
* fix: add memoization to `pkg_version_info` to reduce cpu overhead by adrianlyjak in https://github.com/bentoml/BentoML/pull/4794
* fix: bug: memory leak when using bentoml>=1.2 by frostming in https://github.com/bentoml/BentoML/pull/4775
* fix: honor host and port config in service decorator by frostming in https://github.com/bentoml/BentoML/pull/4776
* fix(pandas): `Annotated[pd.DataFrame, DataframeSchema(columns=["a"])]` output spec by judahrand in https://github.com/bentoml/BentoML/pull/4799
* fix: ensure relative path works within bento project by aarnphm in https://github.com/bentoml/BentoML/pull/4803
* fix: map error responses from HTTP client to bentoml exceptions by frostming in https://github.com/bentoml/BentoML/pull/4804
* fix(numpy): `numpy` annotation processing by judahrand in https://github.com/bentoml/BentoML/pull/4795
* fix: populate bento name and version of server context by frostming in https://github.com/bentoml/BentoML/pull/4787
* fix(cloud-client): consider httpcore timeout when getting status by Haivilo in https://github.com/bentoml/BentoML/pull/4740
* fix: cd into src instead of bento parent by frostming in https://github.com/bentoml/BentoML/pull/4805
* feat: show image builder logs by yetone in https://github.com/bentoml/BentoML/pull/4796

New Contributors
* tripathiarpan20 made their first contribution in https://github.com/bentoml/BentoML/pull/4781
* adrianlyjak made their first contribution in https://github.com/bentoml/BentoML/pull/4794

**Full Changelog**: https://github.com/bentoml/BentoML/compare/v1.2.17...v1.2.18

1.2.17

What's Changed
* docs: update model store by ssheng in https://github.com/bentoml/BentoML/pull/4741
* docs: Add env var for mistral 7b docs by Sherlock113 in https://github.com/bentoml/BentoML/pull/4747
* refactor(tests): testing.util.async_request to client.AsyncHTTPClient by sanspareilsmyn in https://github.com/bentoml/BentoML/pull/4746
* docs: Update GitHub readme by Sherlock113 in https://github.com/bentoml/BentoML/pull/4749
* chore(build): update build_config.py by eltociear in https://github.com/bentoml/BentoML/pull/4751
* docs: Add git package packing doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/4750
* fix: configure server logging before importing service by frostming in https://github.com/bentoml/BentoML/pull/4744
* docs: Add user roles docs by Sherlock113 in https://github.com/bentoml/BentoML/pull/4724
* feat(batching): break batch into smaller partitions if it's larger than max batch size by frostming in https://github.com/bentoml/BentoML/pull/4752
* docs: Update the examples folder readme by Sherlock113 in https://github.com/bentoml/BentoML/pull/4748
* docs: Add byoc setup docs by Sherlock113 in https://github.com/bentoml/BentoML/pull/4757
* fix: new sdk e2e test by xianml in https://github.com/bentoml/BentoML/pull/4758
* fix: metrics did not include 4xx by xianml in https://github.com/bentoml/BentoML/pull/4756
* fix: should enable existing loggers in server logging config by rickzx in https://github.com/bentoml/BentoML/pull/4759
* fix: client response deserialization when the output is string by frostming in https://github.com/bentoml/BentoML/pull/4762
* fix: middleware reorder by xianml in https://github.com/bentoml/BentoML/pull/4761
* fix: log errors inside a streaming response and detect service name conflicts by frostming in https://github.com/bentoml/BentoML/pull/4767
* fix: don't try to validate non-bytes as Path by frostming in https://github.com/bentoml/BentoML/pull/4765

New Contributors
* sanspareilsmyn made their first contribution in https://github.com/bentoml/BentoML/pull/4746
* eltociear made their first contribution in https://github.com/bentoml/BentoML/pull/4751
* rickzx made their first contribution in https://github.com/bentoml/BentoML/pull/4759

**Full Changelog**: https://github.com/bentoml/BentoML/compare/v1.2.16...v1.2.17

1.2.16

What's Changed
* fix(build): make sure to parse pip_args in correct order by aarnphm in https://github.com/bentoml/BentoML/pull/4722
* docs: Add compound data types doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/4721
* docs: Add docs for installing GitHub packages for Bento by Sherlock113 in https://github.com/bentoml/BentoML/pull/4720
* docs: Update deployment details explanations by Sherlock113 in https://github.com/bentoml/BentoML/pull/4726
* fix: load model aliases before loading new SDK service by frostming in https://github.com/bentoml/BentoML/pull/4727
* docs: Fix cpu as strings by Sherlock113 in https://github.com/bentoml/BentoML/pull/4735
* docs: Update the services doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/4734
* feat: add trace id to monitoring module by jianshen92 in https://github.com/bentoml/BentoML/pull/4732
* feat: add a switch to opt-out packing git packages by frostming in https://github.com/bentoml/BentoML/pull/4729
* fix: missing components from output schema if it is a root model by frostming in https://github.com/bentoml/BentoML/pull/4733
* feat: expose the service url as a property by frostming in https://github.com/bentoml/BentoML/pull/4730
* fix(container): preheat packages support markers by bojiang in https://github.com/bentoml/BentoML/pull/4737


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

1.2.15

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

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

Page 1 of 21

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.