From 5a777fa4df4c0cf21ae78f2c6c9f38ea4ac3e649 Mon Sep 17 00:00:00 2001 From: Jina Dev Bot Date: Tue, 2 Feb 2021 18:09:58 +0000 Subject: [PATCH] chore(version): the next version will be 0.9.27 build(hanxiao): fix version --- CHANGELOG.md | 41 +++++++++++++++++++++++++++++++++++++++++ jina/__init__.py | 2 +- jina/hub | 2 +- 3 files changed, 43 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64cae908728a3..2d85ae50ba7d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ + # Change Logs Jina is released on every Friday evening. The PyPi package and Docker Image will be updated, the changes of the release will be tracked by this file. @@ -7114,3 +7115,43 @@ Jina is released on every Friday evening. The PyPi package and Docker Image will - [[```147165f4```](https://github.com/jina-ai/jina/commit/147165f43fa3dbc25178fff59257ade82a3e13b3)] __-__ __docs__: update TOC (*Jina Dev Bot*) - [[```8a93fb08```](https://github.com/jina-ai/jina/commit/8a93fb0894e3cf9b3f40aa51cc4220290b0b0afe)] __-__ __version__: the next version will be 0.9.24 (*Jina Dev Bot*) + +## Release Note (`0.9.26`) + +> Release time: 2021-02-02 18:09:53 + + + +🙇 We'd like to thank all contributors for this new release! In particular, + Han Xiao, Joan Fontanals, Wang Bo, cristian, Jina Dev Bot, Maximilian Werk, Yongxuanzhang, 🙇 + + +### 🆕 New Features + + - [[```6fc05742```](https://github.com/jina-ai/jina/commit/6fc057423da25018ad8027078655d71a63e1f2a6)] __-__ __rest__: add protobuf model to pydantic (#1835) (*Han Xiao*) + +### 🐞 Bug fixes + + - [[```c2ab42b5```](https://github.com/jina-ai/jina/commit/c2ab42b500a103672b07e111a66b6ef16c00527a)] __-__ upload_files should also upload uses_internal (#1834) (#1836) (*Joan Fontanals*) + - [[```43b65869```](https://github.com/jina-ai/jina/commit/43b658690957bc0c78a59d1cf2a938569b6b5f3c)] __-__ upload_files should also upload uses_internal (#1834) (*Joan Fontanals*) + - [[```b05a0a38```](https://github.com/jina-ai/jina/commit/b05a0a38c8dd066443d7a02fa2ccc399a5fb63f5)] __-__ two remotes connect to local (#1809) (*Joan Fontanals*) + - [[```171515c2```](https://github.com/jina-ai/jina/commit/171515c2b089b664e1fac63ed11f9b6ad99b4ab9)] __-__ rename docidcache to doccache (#1831) (*cristian*) + - [[```1f5f7cf4```](https://github.com/jina-ai/jina/commit/1f5f7cf4d82029d76ab41df157526fe6f6e0da50)] __-__ vector indexer only uses str as keys (#1829) (*Maximilian Werk*) + +### 🚧 Code Refactoring + + - [[```1c14d458```](https://github.com/jina-ai/jina/commit/1c14d4582f73359458671b59cb945556da7272f6)] __-__ __docs__: remove docs folder from core (#1828) (*Han Xiao*) + - [[```49cb447f```](https://github.com/jina-ai/jina/commit/49cb447f027e3a687cbc261dcc00bcbdbf45b9f0)] __-__ __request__: delete request now accepts sequence of ids (#1823) (*Han Xiao*) + +### 🏁 Unit Test and CICD + + - [[```658e6050```](https://github.com/jina-ai/jina/commit/658e60503614e24ae9b6c2dedb8802bb448673eb)] __-__ __drivers__: add lookupnode tests (#1824) (*Yongxuanzhang*) + +### 🍹 Other Improvements + + - [[```c6cc9c6b```](https://github.com/jina-ai/jina/commit/c6cc9c6b29f2364d062ef1227d44eb56d3dee5c9)] __-__ update version (*Han Xiao*) + - [[```c1f7997b```](https://github.com/jina-ai/jina/commit/c1f7997ba291cf142d581da1f43177f34b30c1e9)] __-__ take out dependency on version file from core (#1833) (*Wang Bo*) + - [[```a48fa368```](https://github.com/jina-ai/jina/commit/a48fa368582e5a4ed9ae3c2d3c04e12045de4b87)] __-__ __contributor__: update contributors (*Jina Dev Bot*) + - [[```c8aa0b3c```](https://github.com/jina-ai/jina/commit/c8aa0b3c63516e52adea0627698a248b244c0609)] __-__ __docs__: update TOC (*Jina Dev Bot*) + - [[```00c212f4```](https://github.com/jina-ai/jina/commit/00c212f4d73272f118d09001baab65e6d1297fe8)] __-__ __version__: the next version will be 0.9.25 (*Jina Dev Bot*) + diff --git a/jina/__init__.py b/jina/__init__.py index 11ff2efb9a432..4838bce09950c 100644 --- a/jina/__init__.py +++ b/jina/__init__.py @@ -53,7 +53,7 @@ # do not change this line manually # this is managed by git tag and updated on every release # NOTE: this represents the NEXT release version -__version__ = '0.9.26' +__version__ = '0.9.27' # do not change this line manually # this is managed by proto/build-proto.sh and updated on every execution diff --git a/jina/hub b/jina/hub index 0d56f7f9d2aa1..73b362030e5a0 160000 --- a/jina/hub +++ b/jina/hub @@ -1 +1 @@ -Subproject commit 0d56f7f9d2aa1b4a19a8b48fca07bf6e89bbeeff +Subproject commit 73b362030e5a060f263562ca3bea8a1e08b6be52