Bentoml

Latest version: v1.2.18

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

Scan your dependencies

Page 1 of 21

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

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

Page 1 of 21

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.