Skip to content

Commit

Permalink
chore(version): the next version will be 3.7.2
Browse files Browse the repository at this point in the history
build(JoanFM): fix telemetry event
  • Loading branch information
jina-bot committed Jul 27, 2022
1 parent b33b21f commit 32dd47a
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Expand Up @@ -209,6 +209,7 @@






# Change Logs
Expand Down Expand Up @@ -14452,3 +14453,43 @@ Jina is released on every Friday evening. The PyPi package and Docker Image will
- [[```1f34093a```](https://github.com/jina-ai/jina/commit/1f34093ae5d8ddeeb659cdd6bc95ad83a7704779)] __-__ bump jina version (#5022) (*Joan Fontanals*)
- [[```4af73ba1```](https://github.com/jina-ai/jina/commit/4af73ba1a56594b2076ba058f976977862bae029)] __-__ __version__: the next version will be 3.6.17 (*Jina Dev Bot*)

<a name=release-note-3-7-1></a>
## Release Note (`3.7.1`)

> Release time: 2022-07-27 11:10:20



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


### 🆕 New Features

- [[```277756d8```](https://github.com/jina-ai/jina/commit/277756d877ade63aef4d87e96746001684ccb02a)] __-__ add telemetry (#5024) (*Joan Fontanals*)

### 🐞 Bug fixes

- [[```b33b21fc```](https://github.com/jina-ai/jina/commit/b33b21fc28d84d3652e17690666a5bf8737397bf)] __-__ fix the name of the event from runtimes (#5034) (*Joan Fontanals*)
- [[```28a8ae4c```](https://github.com/jina-ai/jina/commit/28a8ae4c851f5af6c1d8d158dd619cc87104245a)] __-__ fix get openapi schemas (#5035) (*Joan Fontanals*)

### 🧼 Code Refactoring

- [[```f37aba6a```](https://github.com/jina-ai/jina/commit/f37aba6a569f80d34e6cad70b462b1767d71866e)] __-__ hide tgraph, cpool and streaming under new usable api (#5031) (*Joan Fontanals*)
- [[```d4f79ea9```](https://github.com/jina-ai/jina/commit/d4f79ea9a15d80cc51c59209655cc277763073d3)] __-__ small refactor on streamer (#5030) (*Joan Fontanals*)

### 📗 Documentation

- [[```38ece9fa```](https://github.com/jina-ai/jina/commit/38ece9fa55ea77431db10226cf1f2dc206d79dea)] __-__ update jcloud auth docs (#5029) (*Zac Li*)
- [[```38e8f2f2```](https://github.com/jina-ai/jina/commit/38e8f2f2b61ea4f080cb924138caea88fcedebb3)] __-__ add jcloud cpu docs (#5026) (*Zac Li*)

### 🏁 Unit Test and CICD

- [[```7ff2a4c3```](https://github.com/jina-ai/jina/commit/7ff2a4c3d4fb23ff3cee074e8c96abf0015905b8)] __-__ divide unit orchestrate flow slow tests (#5025) (*Joan Fontanals*)

### 🍹 Other Improvements

- [[```feb9ad75```](https://github.com/jina-ai/jina/commit/feb9ad75f1416151bc21144983e628d943717522)] __-__ fix readme (*Han Xiao*)
- [[```87cede55```](https://github.com/jina-ai/jina/commit/87cede55c78d05c18cb1c28de901865a67257500)] __-__ __docs__: update TOC (*Jina Dev Bot*)
- [[```d7f6860f```](https://github.com/jina-ai/jina/commit/d7f6860f3666a8670e817f7b18914876fea52f5b)] __-__ __version__: the next version will be 3.7.1 (*Jina Dev Bot*)

2 changes: 1 addition & 1 deletion jina/__init__.py
Expand Up @@ -64,7 +64,7 @@ def _warning_on_one_line(message, category, filename, lineno, *args, **kwargs):
# this is managed by git tag and updated on every release
# NOTE: this represents the NEXT release version

__version__ = '3.7.1'
__version__ = '3.7.2'

# do not change this line manually
# this is managed by proto/build-proto.sh and updated on every execution
Expand Down

0 comments on commit 32dd47a

Please sign in to comment.