Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(server): deprecate client and cache get_client #3547

Merged
merged 1 commit into from
Feb 9, 2023

Conversation

aarnphm
Copy link
Contributor

@aarnphm aarnphm commented Feb 9, 2023

Signed-off-by: Aaron Pham [email protected]

@aarnphm aarnphm requested a review from a team as a code owner February 9, 2023 03:28
@aarnphm aarnphm requested review from sauyon and removed request for a team February 9, 2023 03:28
@codecov
Copy link

codecov bot commented Feb 9, 2023

Codecov Report

Merging #3547 (e5735b5) into main (5f7ebe3) will decrease coverage by 31.66%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main   #3547       +/-   ##
==========================================
- Coverage   31.65%   0.00%   -31.66%     
==========================================
  Files         138     137        -1     
  Lines       11274   11237       -37     
  Branches     1862       0     -1862     
==========================================
- Hits         3569       0     -3569     
- Misses       7460   11237     +3777     
+ Partials      245       0      -245     
Impacted Files Coverage Δ
src/bentoml/_internal/server/server.py 0.00% <0.00%> (ø)
src/bentoml/__init__.py 0.00% <0.00%> (-100.00%) ⬇️
src/bentoml/picklable_model.py 0.00% <0.00%> (-100.00%) ⬇️
src/bentoml/grpc/utils/_import_hook.py 0.00% <0.00%> (-100.00%) ⬇️
src/bentoml/_internal/bento/__init__.py 0.00% <0.00%> (-100.00%) ⬇️
src/bentoml/_internal/models/__init__.py 0.00% <0.00%> (-100.00%) ⬇️
src/bentoml/_internal/runner/__init__.py 0.00% <0.00%> (-100.00%) ⬇️
src/bentoml/_internal/service/__init__.py 0.00% <0.00%> (-100.00%) ⬇️
src/bentoml/_internal/service/openapi/utils.py 0.00% <0.00%> (-100.00%) ⬇️
src/bentoml/_internal/io_descriptors/__init__.py 0.00% <0.00%> (-100.00%) ⬇️
... and 64 more

@aarnphm aarnphm merged commit 5570377 into bentoml:main Feb 9, 2023
@aarnphm aarnphm deleted the deprecate/serve branch February 9, 2023 03:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants