Releases: jina-ai/serve
💫 Patch v0.9.26
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
🐞 Bug fixes
- [
c2ab42b5
] - upload_files should also upload uses_internal (#1834) (#1836) (Joan Fontanals) - [
43b65869
] - upload_files should also upload uses_internal (#1834) (Joan Fontanals) - [
b05a0a38
] - two remotes connect to local (#1809) (Joan Fontanals) - [
171515c2
] - rename docidcache to doccache (#1831) (cristian) - [
1f5f7cf4
] - vector indexer only uses str as keys (#1829) (Maximilian Werk)
🚧 Code Refactoring
- [
1c14d458
] - docs: remove docs folder from core (#1828) (Han Xiao) - [
49cb447f
] - request: delete request now accepts sequence of ids (#1823) (Han Xiao)
🏁 Unit Test and CICD
🍹 Other Improvements
💫 Patch v0.9.24
Release Note (0.9.24
)
Release time: 2021-01-31 23:15:32
🙇 We'd like to thank all contributors for this new release! In particular,
Maximilian Werk, Jina Dev Bot, Joan Fontanals, Wang Bo, Nan Wang, cristian, David Buchaca Prats, Han Xiao, 🙇
🆕 New Features
- [
f1930d98
] - check yaml definition matches instanciated class in LegacyParser (#1817) (David Buchaca Prats) - [
0b83b12b
] - async: AsyncClient & AsyncFlow's return is async generator (#1816) (Han Xiao)
🐞 Bug fixes
- [
ab2bb585
] - show exc info by default (#1818) (Joan Fontanals) - [
2765a590
] - importer: fix jina check (#1762) (Nan Wang)
📗 Documentation
- [
415ccb7a
] - crud (#1461) (cristian) - [
9d2f3b6a
] - add repo dispatch event when release (#1819) (Wang Bo)
🏁 Unit Test and CICD
🍹 Other Improvements
💫 Patch v0.9.23
Release Note (0.9.23
)
Release time: 2021-01-29 00:07:33
🙇 We'd like to thank all contributors for this new release! In particular,
Han Xiao, Florian Hönicke, Jina Dev Bot, Michelle Díaz, Joan Fontanals, Maximilian Werk, 🙇
🆕 New Features
- [
72aa9071
] - client: input_fn can now be async generator (#1543) (#1808) (Han Xiao) - [
300931a7
] - crud asyncio (#1810) (Florian Hönicke)
🐞 Bug fixes
📗 Documentation
- [
a0749ece
] - 101: add support to the Spanish language for 101 (#1794) (Michelle Díaz) - [
7b625a16
] - added docstring for paramters (#1789) (Maximilian Werk)
🏁 Unit Test and CICD
🍹 Other Improvements
💫 Patch v0.9.22
Release Note (0.9.22
)
Release time: 2021-01-27 16:57:30
🙇 We'd like to thank all contributors for this new release! In particular,
Han Xiao, Florian Hönicke, Dimitris Prasakis, Jina Dev Bot, Maximilian Werk, Joan Fontanals, Alex Cureton-Griffiths, Yongxuanzhang, Deepankar Mahapatro, 🙇
🆕 New Features
- [
f7fc6d76
] - add Python 3.9 support (#1802) (Han Xiao) - [
994c13fe
] - optimizer cli (#1764) (Florian Hönicke) - [
d17f8162
] - synced arguments of index-lines and search-lines (#1778) (Maximilian Werk) - [
e9da857b
] - code cleanup and docstrings added (#1776) (Maximilian Werk)
🐞 Bug fixes
- [
8d5e0c9b
] - flow: terminate flow gracefully on error pod (#1799) (Han Xiao) - [
c7a7eeb8
] - daemon: fix pydantic model on List[str] (#1793) (Han Xiao) - [
5b8f387c
] - revert: revert fix label insertion into dockerfile (#1732)" (#1779) (Joan Fontanals) - [
7c2c0364
] - helper: uptime in iso, get_workspace in str (#1786) (Han Xiao) - [
f570ef79
] - daemon: export logs, delete workspaces, reenable distributed tests (#1768) (Deepankar Mahapatro) - [
8cc83717
] - add field to resource executor (#1775) (Joan Fontanals)
🚧 Code Refactoring
📗 Documentation
- [
b5b0ab4a
] - 101: added greek translation to 101 chapter (#1765) (Dimitris Prasakis) - [
6db14586
] - readme: rm non-english language links (#1788) (Alex Cureton-Griffiths)
🏁 Unit Test and CICD
- [
a2af393a
] - flow: add local-docker-local test (#1787) (Han Xiao) - [
b15cc5f7
] - daemon: add remote docker test (#1782) (Han Xiao) - [
ce7e2742
] - logging level (#1774) (Yongxuanzhang) - [
c6057ff4
] - crud sharding (#1716) (Florian Hönicke)
🍹 Other Improvements
- [
e04ad0f1
] - contributor: update contributors (Jina Dev Bot) - [
a86b8b12
] - style: reformatted by jina-dev-bot (Jina Dev Bot) - [
faec30ce
] - update readme arch package (Han Xiao) - [
b74c4f54
] - parser: use single quote for better doc-rendering (#1790) (Han Xiao) - [
39260f89
] - daemon: reformat the code for daemon (#1780) (Han Xiao) - [
51af9bb6
] - docs: update TOC (Jina Dev Bot) - [
bcfb1c07
] - version: the next version will be 0.9.22 (Jina Dev Bot)
💫 Patch v0.9.21
Release Note (0.9.21
)
Release time: 2021-01-24 23:38:09
🙇 We'd like to thank all contributors for this new release! In particular,
Han Xiao, Joan Fontanals, Florian Hönicke, Tadej Svetina, Jina Dev Bot, 🙇
🐞 Bug fixes
- [
af31c326
] - add sortql to merge-matches-topk (#1767) (Joan Fontanals) - [
54b07ace
] - hub: fix label insertion into dockerfile (#1732) (Tadej Svetina) - [
01d2be4f
] - parser: add compress args back to cli (#1766) (Han Xiao)
🏁 Unit Test and CICD
- [
f2c132a0
] - cd: add daemon test in cd to correct codecov (#1773) (Han Xiao) - [
e204a06c
] - test crud example (#1754) (Florian Hönicke) - [
ce45e6da
] - daemon: add daemon test back (#1771) (Han Xiao)
🍹 Other Improvements
💫 Patch v0.9.20
Release Note (0.9.20
)
Release time: 2021-01-22 16:14:22
🙇 We'd like to thank all contributors for this new release! In particular,
Han Xiao, Wang Bo, Joan Fontanals, CatStark, Florian Hönicke, Maximilian Werk, Jina Dev Bot, Nan Wang, Uche Okereke, cristian, Yongxuanzhang, 🙇
🆕 New Features
- [
1fffc527
] - optimizer yaml interface (#1726) (Maximilian Werk) - [
75f9569a
] - remove separated workspace param (#1722) (Florian Hönicke) - [
e5909ba5
] - parser: improve flexi parser to allow bullet list newline (#1747) (Han Xiao)
🐞 Bug fixes
- [
780d626c
] - helper: improve deprecated decor (#1761) (Han Xiao) - [
957e88a6
] - minor typo (#1749) (Joan Fontanals) - [
d800a582
] - workspace from dump may not match the one from yaml (#1756) (Joan Fontanals) - [
650f87ef
] - driver: fix stateless driver dump (#1753) (Han Xiao) - [
9ae22ee9
] - log level and upload path (#1744) (Han Xiao) - [
889f1137
] - daemon: fix early drop on the logstreaming (#1738) (Han Xiao) - [
d7fdc477
] - register class should not only depend on name (#1702) (Joan Fontanals)
🚧 Code Refactoring
- [
6b0efb90
] - remove logserver (#1757) (Joan Fontanals) - [
ad6306a0
] - deprecate batch-size (#1746) (Joan Fontanals) - [
bbf1589b
] - remove MinRanker (#1729) (Joan Fontanals) - [
5b86048c
] - deprecate client and flow input aliases (#1730) (Joan Fontanals)
📗 Documentation
- [
de574250
] - fix a bug in code blocks on README (#1748) (Nan Wang) - [
eb2e2f39
] - add direct links to flow index (#1740) (Uche Okereke) - [
e052ae78
] - some cleanup (#1745) (cristian) - [
e5e3db84
] - flow: add docker example for Flow APIuses
(#1741) (Yongxuanzhang)
🏁 Unit Test and CICD
- [
60f80b2f
] - use flow v1 in tests (#1752) (Wang Bo) - [
e29734b3
] - add remove tests for delete chunks (#1620) (CatStark) - [
86853bf2
] - sharding non existent (#1719) (Florian Hönicke) - [
43856316
] - skip flaky test (#1734) (Joan Fontanals)
🍹 Other Improvements
- [
4a15472d
] - fix cli layout (Han Xiao) - [
5e8d9670
] - update readme (Han Xiao) - [
dd670153
] - docs: add daemon to README (Han Xiao) - [
8878ccdc
] - docs: update TOC (Jina Dev Bot) - [
04c79811
] - contributor: update contributors (Jina Dev Bot) - [
a084556a
] - version: the next version will be 0.9.20 (Jina Dev Bot) - [
9ff1b8d2
] - version: the next version will be 0.9.19 (Jina Dev Bot) - [
6c9a2432
] - fix manual release workflow (Han Xiao)
💫 Patch v0.9.19
Release Note (0.9.19
)
Release time: 2021-01-21 23:29:20
🙇 We'd like to thank all contributors for this new release! In particular,
Han Xiao, Joan Fontanals, Nan Wang, Uche Okereke, cristian, Jina Dev Bot, Yongxuanzhang, 🙇
🆕 New Features
🐞 Bug fixes
- [
65e30e1a
] - pods: remove random identity assignment (#1755) (Han Xiao) - [
650f87ef
] - driver: fix stateless driver dump (#1753) (Han Xiao) - [
9ae22ee9
] - log level and upload path (#1744) (Han Xiao) - [
889f1137
] - daemon: fix early drop on the logstreaming (#1738) (Han Xiao) - [
d7fdc477
] - register class should not only depend on name (#1702) (Joan Fontanals)
🚧 Code Refactoring
- [
ad6306a0
] - deprecate batch-size (#1746) (Joan Fontanals) - [
bbf1589b
] - remove MinRanker (#1729) (Joan Fontanals) - [
5b86048c
] - deprecate client and flow input aliases (#1730) (Joan Fontanals)
📗 Documentation
- [
de574250
] - fix a bug in code blocks on README (#1748) (Nan Wang) - [
eb2e2f39
] - add direct links to flow index (#1740) (Uche Okereke) - [
e052ae78
] - some cleanup (#1745) (cristian) - [
e5e3db84
] - flow: add docker example for Flow APIuses
(#1741) (Yongxuanzhang)
🏁 Unit Test and CICD
🍹 Other Improvements
💫 Patch v0.9.18
Release Note (0.9.18
)
Release time: 2021-01-20 00:49:31
🙇 We'd like to thank all contributors for this new release! In particular,
Han Xiao, Jina Dev Bot, cristian, Yongxuanzhang, Joan Fontanals, Deepankar Mahapatro, 🙇
🐞 Bug fixes
- [
8e9fd91b
] - hubapi: cli changes for new get images invocation (#1721) (Deepankar Mahapatro) - [
7a454990
] - kv default traversal (#1685) (cristian)
🚧 Code Refactoring
- [
d8b9952c
] - daemon: api redesign, new endpoint, jinadruntime refactor (#1713) (Han Xiao) - [
1d5df921
] - optional disable uses_b/a if parallel is 1 (#1711) (Joan Fontanals)
🏁 Unit Test and CICD
- [
5a783555
] - daemon: add distribute tests (#1727) (Han Xiao) - [
23f1ac8c
] - empty or corrupt docs (#1700) (cristian)
🍹 Other Improvements
- [
6c9a2432
] - fix manual release workflow (Han Xiao) - [
6d20552f
] - contributor: update contributors (Jina Dev Bot) - [
fb84d632
] - ci: revert fail-fast to true (Han Xiao) - [
5f557e54
] - update add() use case in readme (#1723) (Yongxuanzhang) - [
e098cdd7
] - docs: update TOC (Jina Dev Bot) - [
7134a435
] - version: the next version will be 0.9.18 (Jina Dev Bot)
💫 Patch v0.9.17
Release Note (0.9.17
)
Release time: 2021-01-17 23:37:23
🙇 We'd like to thank all contributors for this new release! In particular,
Deepankar Mahapatro, Jina Dev Bot, Joan Fontanals, Han Xiao, 🙇
🐞 Bug fixes
🍹 Other Improvements
💫 Patch v0.9.16
Release Note (0.9.16
)
Release time: 2021-01-16 00:29:29
🙇 We'd like to thank all contributors for this new release! In particular,
Han Xiao, Jina Dev Bot, 🙇