From 45f964a2ad535535664cb097b778087f0572ee91 Mon Sep 17 00:00:00 2001 From: Jina Dev Bot Date: Thu, 22 Jun 2023 09:44:34 +0000 Subject: [PATCH] chore(version): the next version will be 0.0.47 build(zac-li): autoscale max support --- CHANGELOG.md | 24 ++++++++++++++++++++++++ lcserve/__init__.py | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d106f10b..eb02a4ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,7 @@ + @@ -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*) + +## 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*) + diff --git a/lcserve/__init__.py b/lcserve/__init__.py index d9c2a59e..cc9d400b 100644 --- a/lcserve/__init__.py +++ b/lcserve/__init__.py @@ -14,4 +14,4 @@ def _ignore_warnings(): from .backend import serving, download_df, upload_df -__version__ = '0.0.46' +__version__ = '0.0.47'