Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
chore(version): the next version will be 0.0.47
Browse files Browse the repository at this point in the history
build(zac-li): autoscale max support
  • Loading branch information
jina-bot committed Jun 22, 2023
1 parent 7bc8480 commit 45f964a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@






<a name=release-note-0-0-1></a>
Expand Down Expand Up @@ -1172,3 +1173,26 @@
- [[```96123ba7```](https://github.com/jina-ai/langchain-serve/commit/96123ba70eda234e618196c45f9c0fe86f587905)] __-__ __version__: the next version will be 0.0.44 (*Jina Dev Bot*)
- [[```a9bdb383```](https://github.com/jina-ai/langchain-serve/commit/a9bdb3830607b1531556e7feab58c80ff45a6b97)] __-__ __version__: the next version will be 0.0.42 (*Jina Dev Bot*)

<a name=release-note-0-0-46></a>
## Release Note (`0.0.46`)

> Release time: 2023-06-22 09:44:31


🙇 We'd like to thank all contributors for this new release! In particular,
Zac Li, Jina Dev Bot, 🙇


### 🆕 New Features

- [[```4fd90791```](https://github.com/jina-ai/langchain-serve/commit/4fd90791df05e9b484fed83b3bf65a30f44fe73d)] __-__ support configuring autoscale max (*Zac Li*)

### 🏁 Unit Test and CICD

- [[```46551b04```](https://github.com/jina-ai/langchain-serve/commit/46551b047a58d2a23ed0bda2375c91d109483174)] __-__ integration tests for tracing (*Zac Li*)

### 🍹 Other Improvements

- [[```f4ca9a15```](https://github.com/jina-ai/langchain-serve/commit/f4ca9a15851679756b49b19beee5095f97cbfce2)] __-__ __version__: the next version will be 0.0.46 (*Jina Dev Bot*)

2 changes: 1 addition & 1 deletion lcserve/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ def _ignore_warnings():

from .backend import serving, download_df, upload_df

__version__ = '0.0.46'
__version__ = '0.0.47'

0 comments on commit 45f964a

Please sign in to comment.