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.36
Browse files Browse the repository at this point in the history
build(deepankarm): Metrics middleware
  • Loading branch information
jina-bot committed May 19, 2023
1 parent df17eb0 commit bc881f8
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@






<a name=release-note-0-0-1></a>
Expand Down Expand Up @@ -863,3 +864,36 @@

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

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

> Release time: 2023-05-19 11:30:20


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


### 🆕 New Features

- [[```3875be03```](https://github.com/jina-ai/langchain-serve/commit/3875be038c520a658ab7fd2ee4c49ec36731e718)] __-__ replace with metrics middleware (*Zac Li*)

### 🐞 Bug fixes

- [[```9cce41c0```](https://github.com/jina-ai/langchain-serve/commit/9cce41c0151bd4b8c4020a23d9000d7f558719a6)] __-__ point to cloud.jina.ai logs url (*Deepankar Mahapatro*)

### 📗 Documentation

- [[```cb2e0a08```](https://github.com/jina-ai/langchain-serve/commit/cb2e0a088586d5c6eaa57ed39ddeb6f0a2eca2ad)] __-__ refactor pricing (*Deepankar Mahapatro*)

### 🏁 Unit Test and CICD

- [[```9cf4b939```](https://github.com/jina-ai/langchain-serve/commit/9cf4b939e15736f4f252bd5a3aaa9c8694e1ee85)] __-__ metrics tests (*Zac Li*)

### 🍹 Other Improvements

- [[```51f6df77```](https://github.com/jina-ai/langchain-serve/commit/51f6df7732260c1ed5f218a8b86c2c6e4b2c42b7)] __-__ __version__: the next version will be 0.0.35 (*Jina Dev Bot*)
- [[```1e5966fe```](https://github.com/jina-ai/langchain-serve/commit/1e5966feb9d1ecf50578289a27eb4b1139891a32)] __-__ __version__: the next version will be 0.0.33 (*Jina Dev Bot*)
- [[```94c16e7d```](https://github.com/jina-ai/langchain-serve/commit/94c16e7d56ef9bc3ad9fc31b973475c7a282254d)] __-__ Merge pull request #76 from jina-ai/feat-pricing (*Deepankar Mahapatro*)

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.35'
__version__ = '0.0.36'

0 comments on commit bc881f8

Please sign in to comment.