Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d9af0c2

Browse filesBrowse files
committed
chore(version): the next version will be 0.17.1
build(JoanFM): release 0.17.0: redis support as document store
1 parent 92680e8 commit d9af0c2
Copy full SHA for d9af0c2

2 files changed

+36-1Lines changed: 36 additions & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎CHANGELOG.md‎

Copy file name to clipboardExpand all lines: CHANGELOG.md
+35Lines changed: 35 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@
135135

136136

137137

138+
138139

139140

140141
<a name=release-note-0-1-1></a>
@@ -3286,3 +3287,37 @@
32863287

32873288
- [[```404b9731```](https://github.com/jina-ai/docarray/commit/404b97312242bb0f34d9b59d9eca6c3bc4a333d7)] __-__ __version__: the next version will be 0.16.5 (*Jina Dev Bot*)
32883289

3290+
<a name=release-note-0-17-0></a>
3291+
## Release Note (`0.17.0`)
3292+
3293+
> Release time: 2022-09-23 16:18:19
3294+
3295+
3296+
3297+
🙇 We'd like to thank all contributors for this new release! In particular,
3298+
AlaeddineAbdessalem, Joan Fontanals, Anne Yang, Han Xiao, Leon Wolf, Jina Dev Bot, 🙇
3299+
3300+
3301+
### 🆕 New Features
3302+
3303+
- [[```6ee4500e```](https://github.com/jina-ai/docarray/commit/6ee4500e5b08fce54958a3b7c6ca76a523da6360)] __-__ allow pass timeout parameter to load_uri_to* (#556) (*Joan Fontanals*)
3304+
- [[```4764cc71```](https://github.com/jina-ai/docarray/commit/4764cc71bbc4094610f29da08f27e66ae76a233d)] __-__ redis supports multiple DocumentArrays (#540) (*Anne Yang*)
3305+
- [[```b2ca490f```](https://github.com/jina-ai/docarray/commit/b2ca490f65b648d13453adb8fdd77007d90e3db4)] __-__ login required push pull (#541) (*AlaeddineAbdessalem*)
3306+
- [[```14526dbd```](https://github.com/jina-ai/docarray/commit/14526dbde8cb735af05372eba4e1389e85044ff3)] __-__ push meta data along with docarray 0.16 (#490) (*Han Xiao*)
3307+
- [[```ea2a7a80```](https://github.com/jina-ai/docarray/commit/ea2a7a80024944cc66322daa3eb170db31adabfe)] __-__ __redis__: add full-text search and io (#535) (*Anne Yang*)
3308+
3309+
### 🐞 Bug fixes
3310+
3311+
- [[```45907767```](https://github.com/jina-ai/docarray/commit/45907767447fddde2056c92090223cdc0cc557da)] __-__ keep redis default values for vector similarity parameters (#559) (*AlaeddineAbdessalem*)
3312+
- [[```5693b3a5```](https://github.com/jina-ai/docarray/commit/5693b3a5fde47c5be1e51792489c4c2d50c50cde)] __-__ adapt to annlite changes (#543) (*AlaeddineAbdessalem*)
3313+
- [[```638f3621```](https://github.com/jina-ai/docarray/commit/638f3621a93b5fbcfb4387c04b8e00217c891157)] __-__ keep out of mask docs in del by mask (#534) (*AlaeddineAbdessalem*)
3314+
3315+
### 📗 Documentation
3316+
3317+
- [[```b4435838```](https://github.com/jina-ai/docarray/commit/b4435838e3230e8c7334dfee26f4f859e8696225)] __-__ add benchmark reference to feature summary (#510) (*Leon Wolf*)
3318+
3319+
### 🍹 Other Improvements
3320+
3321+
- [[```92680e80```](https://github.com/jina-ai/docarray/commit/92680e8002650ff53d93e3b6a5ce836063877a0f)] __-__ bump minor version (#561) (*AlaeddineAbdessalem*)
3322+
- [[```ba91a2ee```](https://github.com/jina-ai/docarray/commit/ba91a2ee009ae48ff4f59b35ec41f0c2146808e5)] __-__ __version__: the next version will be 0.16.6 (*Jina Dev Bot*)
3323+
Collapse file

‎docarray/__init__.py‎

Copy file name to clipboardExpand all lines: docarray/__init__.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.17.0'
1+
__version__ = '0.17.1'
22

33
import os
44

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.