Skip to content

Latest commit

 

History

History
1805 lines (1250 loc) · 151 KB

CHANGELOG.md

File metadata and controls

1805 lines (1250 loc) · 151 KB

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.

Release Note (0.0.4)

Release time: 2020-03-31 10:03:38

🙇 We'd like to thank all contributors for this new release! In particular, Han Xiao, 🙇

🐞 Bug fixes

  • [aecc7fcf] - release script logic (Han Xiao)

Release Note (0.0.5)

Release time: 2020-04-10 15:59:20

🙇 We'd like to thank all contributors for this new release! In particular, Nan Wang, Han Xiao, Xiong Ma, hanxiao, jina-bot, Jina Dev Bot, 🙇

🆕 New Features

  • [063152d4] - indexer: clean up indexers (Nan Wang)
  • [4b130f29] - indexer: add LevelDb indexer (Nan Wang)
  • [b184c0e2] - crafter: add docs (Nan Wang)
  • [8349c33e] - crafter: add Sentencizer (Nan Wang)
  • [d54e1ed4] - crafter: fix the line width (Nan Wang)
  • [1a13e90b] - crafter: adapt the ChunkCrafterDriver (Nan Wang)
  • [20bd5277] - crafter: fix unittests (Nan Wang)
  • [834760f1] - fix sse endpoint for dashboard (Han Xiao)
  • [e48331b8] - add prefetch to gateway (Han Xiao)
  • [7f0fc881] - crafter: add test arrays (Nan Wang)
  • [d2db40e6] - crafter: add sliding window (Nan Wang)
  • [fd6a2e65] - crafter: add resize crafters (Nan Wang)
  • [ac30e1bd] - add flow cli (Han Xiao)
  • [e929ecc4] - crafter: add cropers (Nan Wang)
  • [09bc3c10] - crafter: add ImageReader (Nan Wang)
  • [db1234c9] - pod: add load balancing as one scheduler (Han Xiao)
  • [964aa7d3] - proto: update proto (Han Xiao)
  • [84ff5b84] - add load balancing to pods (Han Xiao)
  • [2cf9a9d3] - add SPTAG indexer, fix #170 (Han Xiao)
  • [58c3d705] - add NMSLIB indexer, fix #169 (Han Xiao)
  • [a2e26e48] - encoder: remove the PCAEncoder (Nan Wang)
  • [62b0d840] - encoder: fix codes in response to the reviews (Nan Wang)
  • [4448ff58] - encoder: fix the unittests (Nan Wang)
  • [db2a4ea5] - encoder: fix the extra-requirements (Nan Wang)
  • [6feb20fb] - encoder: add the PCAEncoder and refactoring unittests (Nan Wang)
  • [196e6907] - encoder: clean up useless args (Nan Wang)
  • [bf110817] - encoder: add the IncrementalPCAEncoder (Nan Wang)
  • [e0f31e4f] - add release script (Han Xiao)

🐞 Bug fixes

  • [7fd419a8] - cli: add cli to load directly from yaml (Han Xiao)
  • [7df4f715] - logserver and log_sse (Han Xiao)
  • [0da3ed9e] - yaml dump for enum (Han Xiao)
  • [56ce1d76] - pea: fix timeout_ready in peas (Xiong Ma)
  • [46796d35] - change cli underscore to dash (Han Xiao)
  • [8a9a58ae] - executor: fix bert cls output (Xiong Ma)
  • [38a77a94] - add some feedback when post_init (Han Xiao)
  • [f7c6491b] - pea: gracefully exit thread and process (Han Xiao)
  • [85bc8c31] - handle dry_run like data request (Han Xiao)
  • [28197c6b] - crafter: fix the import issue (Nan Wang)
  • [f6ca1828] - encoder: add batching mode (Nan Wang)
  • [32b032ee] - image name and internal executor path (Han Xiao)
  • [479009be] - encoder: fix unittests for containers (Nan Wang)
  • [4e8f784e] - encoder: refactoring ernie encoders (Nan Wang)
  • [8b2d87d5] - encoder: refactoring transformer encoders (Nan Wang)
  • [05ddd5c9] - cd and release logic (Han Xiao)
  • [cd5f2ae7] - bind socket error except handle (Han Xiao)
  • [7fc5eef6] - executor: delete some useless codes (Xiong Ma)
  • [78048e57] - executor: add pytorch at first (Xiong Ma)
  • [be1a4ecf] - executor: add tf/pytorch detect in transformertextencoder (Xiong Ma)
  • [ee290c14] - sse logger threading exception (Han Xiao)
  • [6ca5b494] - release docker (Han Xiao)
  • [67df4913] - release script logic (Han Xiao)

🚧 Code Refactoring

  • [dd43f001] - log server config (Han Xiao)
  • [154b4b97] - refactoring unittests (Nan Wang)
  • [38bac321] - encoder: add more transformer encoders (Nan Wang)
  • [01a830b2] - encoder: refactoring torch encoders (Nan Wang)
  • [a73690e9] - encoder: refactoring the paddlehub encoder for nlp (Nan Wang)
  • [7a68b837] - encoder: rename cv to image (Nan Wang)
  • [9eac5997] - encoder: add the channel_axis argument (Nan Wang)
  • [76b7fe7d] - encoder: refactoring paddlehub encoders (Nan Wang)
  • [8a954328] - encoder: refactoring paddlehub encoders for the cv and video part (Nan Wang)
  • [aeef4534] - executor: separate TransformerEncoder class (Xiong Ma)
  • [7d4e7146] - remove send_to rename recv_from to needs (Han Xiao)
  • [ab405ea0] - indexer: add BaseVectorIndexer, BaseKVIndexer rename old (Han Xiao)

📗 Documentation

  • [c57ca842] - update TOC (hanxiao)
  • [9d7588b3] - add release cycle explain (Han Xiao)
  • [7c1f0f6b] - contributing: fix typo (Xiong Ma)
  • [97c240d9] - add toc for to page generator (Han Xiao)
  • [e2bb0428] - update CONTRIBUTING guideline and readme (Han Xiao)

🏁 Unit Test and CICD

  • [c3b80680] - fix logic and filters (Han Xiao)
  • [c24a92fc] - fix flow test deadlock (Han Xiao)

🍹 Other Improvements

  • [705ee269] - version: bumping version to 0.0.5 (Jina Dev Bot)
  • [0e8ca53e] - version: bumping version to 0.0.3 (Jina Dev Bot)

Release Note (0.0.6)

Release time: 2020-04-12 10:05:50

🙇 We'd like to thank all contributors for this new release! In particular, Han Xiao, 🙇

🍹 Other Improvements

  • [533f71e3] - update readme (Han Xiao)
  • [fba9d762] - update social links in readme (Han Xiao)

Release Note (0.0.7)

Release time: 2020-04-17 15:58:15

🙇 We'd like to thank all contributors for this new release! In particular, Han Xiao, Nan Wang, Jina Dev Bot, 🙇

🆕 New Features

  • [2e72242f] - add level-specific driver shortcut (Han Xiao)
  • [9f9e9564] - add profile endpoint (Han Xiao)
  • [4d7518b1] - add reducing-yaml-path to pod cli (Han Xiao)
  • [f7ecf473] - add backend to npindexer (Han Xiao)
  • [640ca7c8] - add description to cli for sphinx (Han Xiao)
  • [e6227c07] - ranker: fix the idf (Nan Wang)
  • [e1c6b904] - ranker: add BM25 ranker (Nan Wang)
  • [51d34d20] - ranker: add tfidf ranker (Nan Wang)
  • [f6f6375a] - ranker: add unittest for BiMatchRanker (Nan Wang)

🐞 Bug fixes

  • [8388f4df] - flush on every write safer but slower (Han Xiao)
  • [f3609cfe] - ranker: fix missing query chunk and float32 (Nan Wang)
  • [f14b3134] - fix replica_id behavior (Han Xiao)
  • [a357e25f] - fix broken protoidx for #234 (Han Xiao)
  • [e4f58e97] - indexer: fix leveldb indexer (Nan Wang)
  • [c3d1eef4] - indexer: add test for loading exec (Nan Wang)
  • [599cf14b] - prune driver pruned fields (Han Xiao)
  • [ed42519e] - driver: fix the top_k for docs (Nan Wang)
  • [c705f5c9] - driver: fix the comments (Nan Wang)
  • [4750555f] - float32 matchidx overflow (Han Xiao)
  • [6cd26fc0] - float32 match_idx overflow (Han Xiao)
  • [8dc37ddf] - sse logger shutdown problem (Han Xiao)

🚧 Code Refactoring

  • [cb60046c] - update test and default yaml (Han Xiao)
  • [705c7ac0] - make compoundindexer as standarad pattern (Han Xiao)
  • [fb65b5c2] - remove .with.method default value (Han Xiao)
  • [1005f484] - add base driver for each executor (Han Xiao)
  • [197e6bbc] - tests: rename the indexer (Nan Wang)

📗 Documentation

  • [534a8da7] - trigger doc update again (Han Xiao)
  • [f5935310] - add dashboard (Han Xiao)

🍹 Other Improvements

  • [e2fffafd] - update gif (Han Xiao)
  • [11d86b4c] - test banner image (Han Xiao)
  • [db295af0] - update readme (Han Xiao)
  • [9600b1b3] - version: bumping version to 0.0.7 (Jina Dev Bot)

Release Note (0.0.8)

Release time: 2020-04-24 15:58:34

🙇 We'd like to thank all contributors for this new release! In particular, Han Xiao, Nan Wang, hanxiao, nan-wang, Jina Dev Bot, 🙇

🆕 New Features

  • [2a0a5072] - crafters: add an option to save raw_bytes (Nan Wang)
  • [6235b100] - add logserver option in helloworld (Han Xiao)
  • [59cbba2a] - add cli args to hello world (Han Xiao)
  • [022e508f] - add hello world yaml (Han Xiao)
  • [22eb415f] - add hello world for jina (Han Xiao)
  • [9f9e9564] - add profile endpoint (Han Xiao)
  • [4d7518b1] - add reducing-yaml-path to pod cli (Han Xiao)
  • [f7ecf473] - add backend to npindexer (Han Xiao)
  • [640ca7c8] - add description to cli for sphinx (Han Xiao)

🐞 Bug fixes

  • [b135e889] - crafters: fix the color channel bug (Nan Wang)
  • [3df6ced3] - profile stream of the logger (Han Xiao)
  • [fa1a4495] - undo the changes (Nan Wang)
  • [b1b2c411] - drivers: add handling for blob (Nan Wang)
  • [cd6a3a49] - rankers: fix the tfidfRanker (Nan Wang)
  • [f5609f4f] - crafters: fix the split (Nan Wang)
  • [8a3fe375] - indexers: clean up imports (Nan Wang)
  • [1e3d3b76] - indexers: fix leveldb (Nan Wang)
  • [866f3cfd] - fix typos (Nan Wang)
  • [16cc8753] - devel docker build (Han Xiao)
  • [e411e4eb] - remove requests dep (Han Xiao)
  • [c026e200] - tests: refactoring flair (Nan Wang)
  • [51fbcced] - tests: refactoring nlp tests (Nan Wang)
  • [5be32322] - tests: refactoring numeric tests (Nan Wang)
  • [b3b8e93f] - tests: refactoring video tests (Nan Wang)
  • [ead2d485] - tests: refactoring image tests (Nan Wang)
  • [ff970fd0] - tests: refactoring tests (Nan Wang)
  • [8388f4df] - flush on every write safer but slower (Han Xiao)
  • [f3609cfe] - ranker: fix missing query chunk and float32 (Nan Wang)
  • [f14b3134] - fix replica_id behavior (Han Xiao)
  • [a357e25f] - fix broken protoidx for #234 (Han Xiao)
  • [e4f58e97] - indexer: fix leveldb indexer (Nan Wang)
  • [c3d1eef4] - indexer: add test for loading exec (Nan Wang)
  • [ed42519e] - driver: fix the top_k for docs (Nan Wang)
  • [c705f5c9] - driver: fix the comments (Nan Wang)

🚧 Code Refactoring

  • [ac74b640] - remove build from docstring and tests (Han Xiao)
  • [0c185cc6] - add gateway in build not in init (Han Xiao)
  • [fb65b5c2] - remove .with.method default value (Han Xiao)

📗 Documentation

  • [f0e08e41] - fix license readme (Han Xiao)
  • [b9a4a769] - add x as service docs (Han Xiao)
  • [8f2ba32b] - fix doc link in readme (Han Xiao)
  • [42895bb8] - add extend doc (Han Xiao)
  • [7a12a0a2] - add link to readme (Han Xiao)
  • [2642e049] - add flow API overview (Han Xiao)
  • [b3bcdab1] - add list of executors and drivers (Han Xiao)
  • [243e7a53] - add expandable btn (Han Xiao)
  • [4a2bfaea] - fix styling (Han Xiao)
  • [fb7a96bb] - update doc toc (Han Xiao)
  • [986f2b9f] - add hello world to docs (Han Xiao)
  • [5c895c25] - fix layout in readme (Han Xiao)
  • [546d68e6] - fix cli docs (Han Xiao)
  • [534a8da7] - trigger doc update again (Han Xiao)
  • [f5935310] - add dashboard (Han Xiao)

🏁 Unit Test and CICD

  • [e447b7ef] - fix devel-x.x.x to x.x.x-devel (Han Xiao)

🍹 Other Improvements

  • [bb70df7a] - fix typo (Han Xiao)
  • [fc90a5ee] - fix link (Han Xiao)
  • [51486bb8] - update links (Han Xiao)
  • [b295868d] - fix links in readme (Han Xiao)
  • [4eaf8dee] - update link in readme (Han Xiao)
  • [7101fb23] - docs: update TOC (hanxiao)
  • [2bb38b89] - Update README.md (Han Xiao)
  • [97dd6507] - update intro (Han Xiao)
  • [5c6ccdf3] - update image (Han Xiao)
  • [25ecdafd] - update readme structure (Han Xiao)
  • [fa197fd6] - fix readme typo (Han Xiao)
  • [d03aff85] - update layout (Han Xiao)
  • [8c6e1bb1] - update jina 101 and theme (Han Xiao)
  • [7a2f4969] - update copyright (Han Xiao)
  • [f3ab3764] - update 101 layout (Han Xiao)
  • [6e42b8d8] - test 101 doc (Han Xiao)
  • [9d9db74f] - update 101 (Han Xiao)
  • [925600fe] - update language order (Han Xiao)
  • [3d272587] - fix layout (Han Xiao)
  • [ae4e9db8] - fix layout 101 (Han Xiao)
  • [0b0599bf] - fix 101 layout (Han Xiao)
  • [b987eafe] - update jina 101 (Han Xiao)
  • [1be114be] - update flow chart (Han Xiao)
  • [177b89b5] - fix image size (Han Xiao)
  • [fd0479a4] - update gif (Han Xiao)
  • [d3f18732] - update gif for hello-world (Han Xiao)
  • [d1203a36] - version: bumping version to 0.0.8 (Jina Dev Bot)

Release Note (0.0.9)

Release time: 2020-04-27 22:15:31

🙇 We'd like to thank all contributors for this new release! In particular, Han Xiao, Nan Wang, Jina Dev Bot, BingHo1013, xiong-ma, hanxiao, 🙇

🆕 New Features

  • [bc68a74b] - add api for pod args (Han Xiao)
  • [0964dc6f] - add cli autocomplete (Han Xiao)
  • [7b3a75a8] - ranker: refactoring bimatch (Nan Wang)
  • [84622a51] - ranker: refactoring rankers (Nan Wang)
  • [ed6f0e08] - ranker: add min/max ranker (Nan Wang)
  • [0c6c05a6] - crafter: add jieba requirement (xiong-ma)
  • [37fba5e1] - crafter: add jieba crafter (xiong-ma)
  • [1ace3334] - improve ver-full info (Han Xiao)

🐞 Bug fixes

  • [9a4c9951] - add ga to docs (Han Xiao)
  • [54de20f3] - rankers: add the warnings (Nan Wang)
  • [bce9beef] - rankers: fix MinRanker (Nan Wang)
  • [54f9909b] - container hanging on tail (Han Xiao)
  • [38baed54] - clean up (Nan Wang)
  • [699c3c02] - fix host name for tail peas (Nan Wang)
  • [cb94b4d7] - update parser link (Han Xiao)
  • [39bad3f3] - disable log profiling by default (Han Xiao)
  • [a3ad2e5c] - enable profiling by default (Han Xiao)
  • [8c77ec2c] - slow pulling warning (Han Xiao)
  • [9676ec15] - add num_req to profile api (Han Xiao)
  • [1286db0e] - docs add meta tags (Han Xiao)
  • [fa04366c] - crafter: change class name (xiong-ma)
  • [c63b4cd0] - crafter: change code style (xiong-ma)
  • [a32b999d] - fix copyright bot (Han Xiao)
  • [2878389c] - add catch for atexit (Han Xiao)
  • [5ef91464] - cname in doc gen (Han Xiao)
  • [3df6ced3] - profile stream of the logger (Han Xiao)
  • [fa1a4495] - undo the changes (Nan Wang)
  • [b1b2c411] - drivers: add handling for blob (Nan Wang)
  • [cd6a3a49] - rankers: fix the tfidfRanker (Nan Wang)
  • [f5609f4f] - crafters: fix the split (Nan Wang)
  • [8a3fe375] - indexers: clean up imports (Nan Wang)
  • [1e3d3b76] - indexers: fix leveldb (Nan Wang)

🚧 Code Refactoring

  • [0c185cc6] - add gateway in build not in init (Han Xiao)

📗 Documentation

  • [e9a2b1f1] - fix img broken links (Han Xiao)
  • [c898660e] - fix broken links in docs (Han Xiao)
  • [27adc35c] - add multi-lang for 101 (Han Xiao)
  • [85fc7218] - optimize readme for mt (Han Xiao)
  • [010c6333] - fix multi-lang (Han Xiao)
  • [e92bd7ed] - fix toc generate (Han Xiao)
  • [e3af1e00] - fix issue template (Han Xiao)
  • [87d0ed48] - fix contributing guide (Han Xiao)
  • [fec881f6] - fix issue templates typo (Han Xiao)
  • [e91ca4f7] - fix typos in translations (Nan Wang)
  • [85f695f8] - fix typos (Nan Wang)
  • [96941c0c] - fix links (Nan Wang)
  • [3fb4088f] - add translations (Nan Wang)
  • [048aba40] - add internal exec explain (Han Xiao)
  • [7a12a0a2] - add link to readme (Han Xiao)
  • [2642e049] - add flow API overview (Han Xiao)
  • [b3bcdab1] - add list of executors and drivers (Han Xiao)
  • [243e7a53] - add expandable btn (Han Xiao)
  • [4a2bfaea] - fix styling (Han Xiao)
  • [fb7a96bb] - update doc toc (Han Xiao)
  • [986f2b9f] - add hello world to docs (Han Xiao)

🏁 Unit Test and CICD

  • [2bd1537b] - trigger release script (Han Xiao)
  • [5135ce60] - turn on docker readme (Han Xiao)
  • [01a3a9a0] - fix version line number (Han Xiao)
  • [4148d5c2] - add copyright bot (Han Xiao)
  • [e447b7ef] - fix devel-x.x.x to x.x.x-devel (Han Xiao)

🍹 Other Improvements

  • [62832d90] - update copyright header (Jina Dev Bot)
  • [63957e7b] - fix zh 101 format (Han Xiao)
  • [d0a56dd7] - Update README.md (Han Xiao)
  • [63de277b] - fix 101 link (Han Xiao)
  • [ade1c6db] - docs: update TOC (Jina Dev Bot)
  • [ed605818] - fix readme typo (BingHo1013)
  • [165e21ac] - fix setup script (Han Xiao)
  • [494ff42f] - update install section (Han Xiao)
  • [f36b5f0b] - @policeme has signed the CLA from Pull Request 313 (Jina Dev Bot)
  • [e22a94a8] - replace urbandict with southpark (Nan Wang)
  • [4fa9ff16] - creating file for storing CLA Signatures (Jina Dev Bot)
  • [b43dcd4d] - update issue bot (Han Xiao)
  • [01021844] - add cla bot (Han Xiao)
  • [bfef77ad] - fix typo in 101 (BingHo1013)
  • [21e95a17] - add issue bot (Han Xiao)
  • [6c17dd22] - update issue template (Han Xiao)
  • [13400438] - add issue template (Han Xiao)
  • [a66884ae] - update links (Han Xiao)
  • [14110d39] - version: bumping version to 0.0.9 (Jina Dev Bot)
  • [4eaf8dee] - update link in readme (Han Xiao)
  • [97dd6507] - update intro (Han Xiao)
  • [5c6ccdf3] - update image (Han Xiao)
  • [25ecdafd] - update readme structure (Han Xiao)
  • [d03aff85] - update layout (Han Xiao)
  • [8c6e1bb1] - update jina 101 and theme (Han Xiao)
  • [7a2f4969] - update copyright (Han Xiao)
  • [f3ab3764] - update 101 layout (Han Xiao)
  • [6e42b8d8] - test 101 doc (Han Xiao)
  • [9d9db74f] - update 101 (Han Xiao)
  • [925600fe] - update language order (Han Xiao)
  • [3d272587] - fix layout (Han Xiao)
  • [ae4e9db8] - fix layout 101 (Han Xiao)

Release Note (0.1.0)

Release time: 2020-04-27 22:52:04

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

🐞 Bug fixes

🏁 Unit Test and CICD

  • [530bbd09] - revert force tag (Han Xiao)
  • [1687a058] - remove force tag (Han Xiao)

🍹 Other Improvements

  • [80a51403] - docs: update TOC (Jina Dev Bot)
  • [7ee1c3e0] - version: bumping version to 0.0.10 (Jina Dev Bot)

Release Note (0.1.1)

Release time: 2020-04-28 09:43:18

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

🐞 Bug fixes

  • [e7cc2079] - hello world template (Han Xiao)
  • [61a0fd43] - badge links (Han Xiao)

🏁 Unit Test and CICD

  • [71581a9e] - trigger first release (Han Xiao)

🍹 Other Improvements

  • [0e9fb9df] - docs: update TOC (Jina Dev Bot)
  • [9ce86752] - version: bumping version to 0.1.1 (Jina Dev Bot)

Release Note (0.1.2)

Release time: 2020-04-28 14:21:31

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

🐞 Bug fixes

📗 Documentation

  • [f6dc0231] - update sphinx 101 (Han Xiao)

🍹 Other Improvements

  • [a947ca45] - hotfix cli 3 (Han Xiao)
  • [281b90a9] - hotfix cli 2 (Han Xiao)
  • [b7b80f0a] - hotfix cli (Han Xiao)
  • [5c9d6f33] - fix typo in readme (Han Xiao)
  • [9157e1a9] - docs: update TOC (Jina Dev Bot)
  • [cad622ef] - revert back to friday release (Han Xiao)
  • [f7b6adb5] - fix pypi link (Han Xiao)
  • [2122b3c2] - version: bumping version to 0.1.2 (Jina Dev Bot)

Release Note (0.1.3)

Release time: 2020-05-01 15:57:27

🙇 We'd like to thank all contributors for this new release! In particular, Han Xiao, Nan Wang, Jina Dev Bot, 🙇

🐞 Bug fixes

  • [8279bdc6] - optimize helloworld network load (Han Xiao)
  • [a76cdece] - docs: minor fix (Nan Wang)
  • [9a21b91f] - docs: update cmd in README (Nan Wang)

📗 Documentation

  • [41dfa4b9] - add io function explain (Han Xiao)
  • [79cc8825] - fix pip install instruction (Han Xiao)
  • [6e8d2d9e] - fix link 101 to github (Han Xiao)

🏁 Unit Test and CICD

  • [eaa43dfd] - add unit test for quantization (Han Xiao)

🍹 Other Improvements

  • [6a880a1b] - update issue template (Han Xiao)
  • [3b9c3f5b] - fix twitter link (Han Xiao)
  • [13d44e96] - docs: update TOC (Jina Dev Bot)
  • [a66136c9] - version: bumping version to 0.1.3 (Jina Dev Bot)

Release Note (0.1.4)

Release time: 2020-05-01 18:51:49

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

🐞 Bug fixes

  • [c037c72f] - resource usage in setup #343 (Han Xiao)
  • [c1f84a75] - setup version warning (Han Xiao)

🚧 Code Refactoring

  • [77e49eb6] - rename flow io args (Han Xiao)

🍹 Other Improvements

  • [65fa39a9] - hotfix setup.py (Han Xiao)
  • [389f6081] - docs: update TOC (Jina Dev Bot)
  • [14abbbfe] - version: bumping version to 0.1.4 (Jina Dev Bot)

Release Note (0.1.5)

Release time: 2020-05-02 21:47:39

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

🆕 New Features

  • [df2c1551] - cli: export api to json and yaml files (Han Xiao)
  • [4160994d] - add compression as an option to peapod (Han Xiao)

🐞 Bug fixes

  • [5f4bffd3] - cli: update cli autocomplete (Han Xiao)
  • [eda56495] - docker: add gcc dependency (Han Xiao)
  • [eb2eaaf5] - zmqlet: add import check for lz4 (Han Xiao)

📗 Documentation

  • [cf152c35] - add schema to docs (Han Xiao)
  • [4caa2c7a] - add nightly to release (Han Xiao)

🏁 Unit Test and CICD

  • [1550749a] - fix schema generator (Han Xiao)
  • [ee6075e7] - add nightly build speedup cd (Han Xiao)
  • [7f551ed7] - add schema generator (Han Xiao)

🍹 Other Improvements

  • [3e8d881a] - hotfix add schema (Han Xiao)
  • [9a8d907e] - fix api schema link (Han Xiao)
  • [58c79d4e] - update copyright header (Jina Dev Bot)
  • [4af096dc] - docs: update TOC (Jina Dev Bot)
  • [da8e7e45] - reformat test code (Han Xiao)
  • [d5052300] - version: bumping version to 0.1.5 (Jina Dev Bot)

Release Note (0.1.6)

Release time: 2020-05-02 22:42:12

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

🏁 Unit Test and CICD

  • [37ee56db] - fix docker build opt size (Han Xiao)

🍹 Other Improvements

  • [61c97022] - hotfix dockerfile for latest (Han Xiao)
  • [2e7bf04c] - docs: update TOC (Jina Dev Bot)
  • [5e37d3fe] - version: bumping version to 0.1.6 (Jina Dev Bot)

Release Note (0.1.7)

Release time: 2020-05-04 14:18:12

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

🐞 Bug fixes

  • [6640bb53] - cli: remove color imports (Han Xiao)
  • [01ff133c] - hello-world: fix compression dep in hw demo (Han Xiao)

🍹 Other Improvements

  • [f0a5e4d1] - hotfix fix dep for latest (Han Xiao)
  • [e4d44d45] - docs: update TOC (Jina Dev Bot)
  • [df52882e] - version: bumping version to 0.1.7 (Jina Dev Bot)

Release Note (0.1.8)

Release time: 2020-05-06 15:15:54

🙇 We'd like to thank all contributors for this new release! In particular, Han Xiao, Nan Wang, Xiong Ma, Jina Dev Bot, 🙇

🆕 New Features

  • [153e2aab] - peapod: add logs grouping by pod name (Han Xiao)

🐞 Bug fixes

  • [c78ec6ec] - driver: fix search driver logic in shards (Han Xiao)
  • [9cc2a050] - style (Han Xiao)
  • [eb59499e] - indexer: fix empty indexer reading (Han Xiao)
  • [1c1a048c] - add the env var for testing gpu (Nan Wang)
  • [bea55a59] - logging: add unittest (Xiong Ma)
  • [bbbb9e71] - logging: fix success level message (Xiong Ma)
  • [f072778e] - remove gpu dependencies (Nan Wang)
  • [41dd06eb] - clean up extrarequirements (Nan Wang)
  • [d797a0a0] - add docs (Nan Wang)
  • [9a9a838e] - shards: fix shard writing logic when closing (Han Xiao)
  • [c4fe17d4] - refactoring codes (Nan Wang)
  • [0048f346] - refactoring class names (Nan Wang)
  • [eaee9172] - fix extrarequirements (Nan Wang)
  • [9a44cabe] - adapt the extrarequirements (Nan Wang)
  • [4931df1d] - fix flair on gpu (Nan Wang)
  • [1ddf2480] - fix transformers on gpu (Nan Wang)
  • [88982882] - fix video unittests on gpu (Nan Wang)
  • [d650e72f] - fix tensorflow on gpu (Nan Wang)
  • [a37e9d7b] - fix unit tests for torchvision (Nan Wang)
  • [ab7e663e] - fix unit tests for tfkeras (Nan Wang)
  • [bd0cb496] - fix the unittests on gpu (Nan Wang)
  • [9e75d5e0] - fix the paddlehub on gpu (Nan Wang)
  • [a40b185d] - rename the classes (Nan Wang)
  • [4077a182] - hello-world: add comments to help understand (Han Xiao)
  • [9e3c8976] - rename base classes (Nan Wang)
  • [67cf25fd] - executors: fix gpu supports (Nan Wang)
  • [01ff133c] - hello-world: fix compression dep in hw demo (Han Xiao)

🏁 Unit Test and CICD

  • [1f052743] - fix index shard testing (Han Xiao)

🍹 Other Improvements

  • [15a4216e] - hotfix update env list (Han Xiao)
  • [0d8d8924] - docs: update TOC (Jina Dev Bot)
  • [97ab83a9] - version: bumping version to 0.1.8 (Jina Dev Bot)
  • [df52882e] - version: bumping version to 0.1.7 (Jina Dev Bot)
  • [61c97022] - hotfix dockerfile for latest (Han Xiao)

Release Note (0.1.9)

Release time: 2020-05-08 15:57:49

🙇 We'd like to thank all contributors for this new release! In particular, Han Xiao, Nan Wang, Jina Dev Bot, 🙇

🆕 New Features

  • [657b002c] - improve python api for client (Han Xiao)
  • [2b4260f5] - encoder: add farm nlp encoder (Han Xiao)

🐞 Bug fixes

  • [c125fd1f] - default args cause ping error (Han Xiao)

🚧 Code Refactoring

  • [b9fab059] - fix the tf version (Nan Wang)
  • [d6e893c7] - encoders: refactoring transformers api (Nan Wang)
  • [b45944c5] - executors: adapt code blocks (Nan Wang)
  • [ac4b10ff] - on_gpu and to_device in baseclass (Han Xiao)

🏁 Unit Test and CICD

  • [b427224e] - set test timout to 15m (Han Xiao)

🍹 Other Improvements

  • [a0a13c80] - update copyright header (Jina Dev Bot)
  • [cde8df99] - docs: update TOC (Jina Dev Bot)
  • [27039e01] - fix phrases in performant (Han Xiao)
  • [cd5e640c] - version: bumping version to 0.1.9 (Jina Dev Bot)

Release Note (0.1.10)

Release time: 2020-05-09 09:37:04

🙇 We'd like to thank all contributors for this new release! In particular, Han Xiao, Jina Dev Bot, Nan Wang, 🙇

🆕 New Features

  • [ed8fe7e0] - add unary request send/recv handling (Han Xiao)
  • [30bd550a] - proto: add unary grpc endpoint (Han Xiao)

🐞 Bug fixes

  • [d686726e] - fix the tf devices (Nan Wang)
  • [61ce7c18] - fix the unittests (Nan Wang)
  • [75c71dd6] - executors: fix the mro issues (Nan Wang)
  • [bda92d81] - executors: fix the mro issue (Nan Wang)

🚧 Code Refactoring

  • [6b3aa7d6] - add kwargs override in python client io (Han Xiao)

📗 Documentation

  • [dd407191] - update toc of tutorials (Han Xiao)

🍹 Other Improvements

  • [6927f7fa] - hotfix fix encoder inherit map (Han Xiao)
  • [ef92cb17] - reformat the code and imports (Han Xiao)
  • [2911a455] - update copyright header (Jina Dev Bot)
  • [2972eb72] - hotfix the mro issues in executors (Nan Wang)
  • [55cae572] - docs: update TOC (Jina Dev Bot)
  • [6e60a79e] - reformat the code (Han Xiao)
  • [b7f138b6] - version: bumping version to 0.1.10 (Jina Dev Bot)

Release Note (0.1.11)

Release time: 2020-05-11 13:56:11

🙇 We'd like to thank all contributors for this new release! In particular, Han Xiao, Nan Wang, Jina Dev Bot, xiong-ma, 🙇

🐞 Bug fixes

  • [482ed876] - transformer: delete tmp attr (xiong-ma)
  • [e5756b3c] - transformer: change getattr to hasattr (xiong-ma)
  • [2370dd6b] - transformer: fix cls embedding (xiong-ma)

📗 Documentation

  • [b4bf44d4] - executors: fix a typo (Nan Wang)
  • [db8e00bc] - executors: add more docs (Nan Wang)
  • [b147a1ed] - executors: fix the doc for the Sentencizer (Nan Wang)

🏁 Unit Test and CICD

  • [d9f628ad] - fix dir path add dep to contrib md (Han Xiao)

🍹 Other Improvements

  • [15380fa6] - hotfix include extra req to manifest (Han Xiao)
  • [21e574b9] - docs: update TOC (Jina Dev Bot)
  • [28202863] - version: bumping version to 0.1.11 (Jina Dev Bot)

Release Note (0.1.12)

Release time: 2020-05-15 15:57:28

🙇 We'd like to thank all contributors for this new release! In particular, Han Xiao, Nan Wang, Joan Fontanals Martinez, Jina Dev Bot, xiong-ma, 🙇

🆕 New Features

  • [2a3abaa1] - executors: add custom torch vision encoder (Joan Fontanals Martinez)

🐞 Bug fixes

  • [24d35375] - fix string literals in the forward references (Nan Wang)
  • [91ca702a] - undo the pylint fix (Nan Wang)
  • [e999af1d] - fix the pylint error (Nan Wang)
  • [b97885aa] - flow: fix the port_grpc bug (Nan Wang)
  • [fa07110b] - drivers: fix the bug in handling empty chunks (Nan Wang)
  • [5b62c315] - encoders: fix the broken transformers (Nan Wang)
  • [482ed876] - transformer: delete tmp attr (xiong-ma)
  • [e5756b3c] - transformer: change getattr to hasattr (xiong-ma)
  • [2370dd6b] - transformer: fix cls embedding (xiong-ma)

📗 Documentation

  • [b4bf44d4] - executors: fix a typo (Nan Wang)
  • [db8e00bc] - executors: add more docs (Nan Wang)
  • [b147a1ed] - executors: fix the doc for the Sentencizer (Nan Wang)

🏁 Unit Test and CICD

  • [b57685c0] - sync with master (Han Xiao)
  • [cdd6feff] - update cla credentials (Han Xiao)
  • [4eb393de] - change to github token (Han Xiao)
  • [adf126f1] - fix cla.yml (Han Xiao)
  • [d9f628ad] - fix dir path add dep to contrib md (Han Xiao)

🍹 Other Improvements

  • [d147c519] - update credentials (Han Xiao)
  • [f5651ccc] - fix cla dev-bot credentials (Han Xiao)
  • [49aee4af] - fix cla-bot credential (Han Xiao)
  • [340cc59c] - move cla to separate branch (Han Xiao)
  • [4c6c5ac9] - change secrets in all ci pipeline (Han Xiao)
  • [80224f78] - add command run for issue (Han Xiao)
  • [9158e962] - docs: update TOC (Jina Dev Bot)
  • [c762ae65] - version: bumping version to 0.1.12 (Jina Dev Bot)
  • [28202863] - version: bumping version to 0.1.11 (Jina Dev Bot)
  • [6927f7fa] - hotfix fix encoder inherit map (Han Xiao)

Release Note (0.1.13)

Release time: 2020-05-22 15:57:41

🙇 We'd like to thank all contributors for this new release! In particular, antonkurenkov, Han Xiao, Jina Dev Bot, Nan Wang, guiferviz, phamtrancsek12, Tracy Pham, 🙇

🆕 New Features

  • [80f30168] - flow: add block function pause process (Han Xiao)
  • [ee318d68] - crafter: add data uri to bytes convert (Han Xiao)
  • [186e2fe9] - proto: add data uri as content of doc (Han Xiao)
  • [07c52dd9] - executors: disable the unittest for grpc (Nan Wang)
  • [644e69fc] - executors: refactoring in response to the comments (Nan Wang)
  • [71739448] - executors: refactoring unit tests (Nan Wang)
  • [5c0d53cd] - executors: fix the method_name issues (Nan Wang)
  • [20563b2a] - executors: add apis for other method_name (Nan Wang)
  • [15f9f1fb] - executors: add typing (Nan Wang)
  • [ff89b38b] - executors: add docs (Nan Wang)
  • [e57293f4] - executors: refactoring codes (Nan Wang)
  • [625b3c70] - executors: add the tfserving client (Nan Wang)
  • [3470a6bd] - executors: add executors wrapping a tfserving client (Nan Wang)
  • [48935875] - add rest api gateway (Han Xiao)
  • [e17f9405] - executors: add numeric crafter (Tracy Pham)

🐞 Bug fixes

  • [783ef306] - fix pip install info (Han Xiao)
  • [ba3e1d88] - crafter: add data uri crafter (Han Xiao)
  • [17f586f2] - gateway: fix #435 empty request iterator (Han Xiao)
  • [ae7ee48c] - fix ci event (Han Xiao)
  • [41790109] - executors: change the class inheritance of array reader (phamtrancsek12)
  • [5803ee99] - zmqlet: fix slow joiner when request is small (Han Xiao)
  • [1361baa1] - executor: fix sign of condition (guiferviz)
  • [fa07110b] - drivers: fix the bug in handling empty chunks (Nan Wang)
  • [5b62c315] - encoders: fix the broken transformers (Nan Wang)

🚧 Code Refactoring

  • [aca3723b] - gateway: use new data uri field (Han Xiao)
  • [4d11e113] - executors: rename numeric crafter (phamtrancsek12)

📗 Documentation

  • [d4d55618] - add rest api spec (Han Xiao)
  • [6bdc7ee7] - executor: improving docs (guiferviz)

🏁 Unit Test and CICD

  • [7e3dd089] - fix dependencies (antonkurenkov)
  • [60b2ef15] - add test for data uri crafter (Han Xiao)
  • [8d3b5940] - docker: fix pip in docker (Han Xiao)
  • [7bb674d0] - docker: move gevent from pip into apt (Han Xiao)
  • [d3420d02] - trigger on published release (antonkurenkov)
  • [6caca895] - executor: sentencizer trimming spaces (guiferviz)
  • [2f028ecb] - trigger on master branch (antonkurenkov)
  • [fbf66f7f] - change dependencies locations (antonkurenkov)
  • [d0b78f6e] - change core-release action branch (antonkurenkov)
  • [28c8d6bd] - add core-release (antonkurenkov)
  • [45c0715e] - executor: extra test to show Sentencizer features (guiferviz)
  • [bd9fcb2e] - add core-release action (antonkurenkov)

🍹 Other Improvements

  • [99c81051] - update copyright header (Jina Dev Bot)
  • [5e421c09] - add session level fix in setup (Han Xiao)
  • [7aceae3c] - executors: replace double quotes, add type hint (phamtrancsek12)
  • [324368e9] - executor: improving Sentencizer by a factor of 2.5 (guiferviz)
  • [99626cb6] - docs: update TOC (Jina Dev Bot)
  • [87ac02c6] - version: bumping version to 0.1.13 (Jina Dev Bot)
  • [4c6c5ac9] - change secrets in all ci pipeline (Han Xiao)
  • [80224f78] - add command run for issue (Han Xiao)
  • [c762ae65] - version: bumping version to 0.1.12 (Jina Dev Bot)
  • [15380fa6] - hotfix include extra req to manifest (Han Xiao)

Release Note (0.1.14)

Release time: 2020-05-23 23:20:51

🙇 We'd like to thank all contributors for this new release! In particular, Han Xiao, Nan Wang, Jina Dev Bot, antonkurenkov, guiferviz, phamtrancsek12, Tracy Pham, 🙇

🆕 New Features

  • [b6a85495] - flow: add change gateway after flow init (Han Xiao)
  • [ed065fe8] - encoders: fix the bigtransfer encoders doc (Nan Wang)
  • [819902c4] - encoders: add big_transfer encoders based on tf (Nan Wang)
  • [80f30168] - flow: add block function pause process (Han Xiao)
  • [ee318d68] - crafter: add data uri to bytes convert (Han Xiao)
  • [186e2fe9] - proto: add data uri as content of doc (Han Xiao)
  • [07c52dd9] - executors: disable the unittest for grpc (Nan Wang)
  • [644e69fc] - executors: refactoring in response to the comments (Nan Wang)
  • [71739448] - executors: refactoring unit tests (Nan Wang)
  • [5c0d53cd] - executors: fix the method_name issues (Nan Wang)
  • [20563b2a] - executors: add apis for other method_name (Nan Wang)
  • [15f9f1fb] - executors: add typing (Nan Wang)
  • [ff89b38b] - executors: add docs (Nan Wang)
  • [e57293f4] - executors: refactoring codes (Nan Wang)
  • [625b3c70] - executors: add the tfserving client (Nan Wang)
  • [3470a6bd] - executors: add executors wrapping a tfserving client (Nan Wang)
  • [48935875] - add rest api gateway (Han Xiao)
  • [e17f9405] - executors: add numeric crafter (Tracy Pham)

🐞 Bug fixes

  • [f2028fe0] - client: auto convert str to bytes in raw mode (Han Xiao)
  • [bca2ab85] - executor: add version warning and fix typos (Han Xiao)
  • [db6442a2] - gateway: fix cors issue in the rest gateway (Han Xiao)
  • [eda4d671] - crafter: add read from raw_bytes (Han Xiao)
  • [be58e64a] - gateway: add cors to response (Han Xiao)
  • [783ef306] - fix pip install info (Han Xiao)
  • [ba3e1d88] - crafter: add data uri crafter (Han Xiao)
  • [17f586f2] - gateway: fix #435 empty request iterator (Han Xiao)
  • [ae7ee48c] - fix ci event (Han Xiao)
  • [41790109] - executors: change the class inheritance of array reader (phamtrancsek12)
  • [5803ee99] - zmqlet: fix slow joiner when request is small (Han Xiao)
  • [1361baa1] - executor: fix sign of condition (guiferviz)
  • [fa07110b] - drivers: fix the bug in handling empty chunks (Nan Wang)
  • [5b62c315] - encoders: fix the broken transformers (Nan Wang)

🚧 Code Refactoring

  • [63e22c4c] - client: change str mode to enum (Han Xiao)
  • [aca3723b] - gateway: use new data uri field (Han Xiao)
  • [4d11e113] - executors: rename numeric crafter (phamtrancsek12)

📗 Documentation

  • [8e31eaac] - pip: add pip install master with extras (Han Xiao)
  • [d4d55618] - add rest api spec (Han Xiao)
  • [6bdc7ee7] - executor: improving docs (guiferviz)

🏁 Unit Test and CICD

  • [60b2ef15] - add test for data uri crafter (Han Xiao)
  • [8d3b5940] - docker: fix pip in docker (Han Xiao)
  • [7bb674d0] - docker: move gevent from pip into apt (Han Xiao)
  • [d3420d02] - trigger on published release (antonkurenkov)
  • [6caca895] - executor: sentencizer trimming spaces (guiferviz)
  • [2f028ecb] - trigger on master branch (antonkurenkov)
  • [fbf66f7f] - change dependencies locations (antonkurenkov)
  • [d0b78f6e] - change core-release action branch (antonkurenkov)
  • [28c8d6bd] - add core-release (antonkurenkov)
  • [45c0715e] - executor: extra test to show Sentencizer features (guiferviz)
  • [bd9fcb2e] - add core-release action (antonkurenkov)

🍹 Other Improvements

  • [97403ab2] - hotfix for pokedex (Han Xiao)
  • [f9257b68] - update copyright header (Jina Dev Bot)
  • [7e9999f0] - docs: update TOC (Jina Dev Bot)
  • [87d65d3b] - version: bumping version to 0.1.14 (Jina Dev Bot)
  • [5e421c09] - add session level fix in setup (Han Xiao)
  • [7aceae3c] - executors: replace double quotes, add type hint (phamtrancsek12)
  • [324368e9] - executor: improving Sentencizer by a factor of 2.5 (guiferviz)
  • [87ac02c6] - version: bumping version to 0.1.13 (Jina Dev Bot)
  • [6733bcb2] - Merge pull request #417 from JoanFM/feat-pytorch-custom-model (Han Xiao)
  • [4c6c5ac9] - change secrets in all ci pipeline (Han Xiao)
  • [80224f78] - add command run for issue (Han Xiao)
  • [c762ae65] - version: bumping version to 0.1.12 (Jina Dev Bot)
  • [15380fa6] - hotfix include extra req to manifest (Han Xiao)

Release Note (0.2.0)

Release time: 2020-05-28 18:02:11

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

🆕 New Features

  • [fda57905] - client: auto detect input_type (Han Xiao)
  • [6702c61c] - crafter: add Any2Buffer convert (Han Xiao)
  • [9dfe9188] - crafter: add buffer, data_uri, file_path convert (Han Xiao)
  • [c2d3e819] - proto: add mime_type to proto (Han Xiao)

🐞 Bug fixes

  • [efd63716] - drivers: mime driver now inherit from basedriver (Han Xiao)
  • [76bd4e63] - client: fix check input function (Han Xiao)
  • [82c7c52c] - client: raise exception on bad input (Han Xiao)
  • [963ea7fb] - client: fix mime_type warning (Han Xiao)
  • [b7e472e2] - crafter: fix content read when doc is pb already (Han Xiao)
  • [276e1420] - fix typo in tests (Han Xiao)

🚧 Code Refactoring

  • [80adf9c9] - helloworld: use data uri instead of metainfo (Han Xiao)
  • [f14c146a] - client: remove client input type (Han Xiao)
  • [a39371f7] - crafter: move mime type detect to driver (Han Xiao)

📗 Documentation

  • [774e4757] - add google bit model tutorial (Han Xiao)

🍹 Other Improvements

  • [b72ad858] - hotfix release 0.2.0 (Han Xiao)
  • [1fdaabbf] - update copyright header (Jina Dev Bot)
  • [25d5797f] - release 0.2.0 (Han Xiao)
  • [dcb387db] - docs: update TOC (Jina Dev Bot)
  • [ff63c7fc] - version: bumping version to 0.1.15 (Jina Dev Bot)

Release Note (0.2.1)

Release time: 2020-05-29 15:57:53

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

🍹 Other Improvements

  • [e6ba1682] - version: bumping version to 0.2.1 (Jina Dev Bot)

Release Note (0.2.2)

Release time: 2020-06-05 15:57:30

🙇 We'd like to thank all contributors for this new release! In particular, Evan Chan, Han Xiao, Jina Dev Bot, redram, fhaase2, [email protected], Nan Wang, YueLiu-jina, Frederic Haase, 🙇

🆕 New Features

  • [699ac0aa] - gateway: add convert driver to the gateway (Han Xiao)
  • [a16277ef] - flow: ingest by lines (Han Xiao)
  • [d0705377] - encoders: add spectral audio encoders (redram)
  • [5475eef0] - logging: use gevent as logging server (fhaase2)
  • [2fa5f458] - crafters: update SlidingWindowSegmenter for nlp (fhaase2)
  • [401faab7] - driver: add override as an option to the driver (Han Xiao)
  • [f1acce32] - add more tests (Nan Wang)
  • [462d28b6] - fix the index and score drivers (Nan Wang)
  • [c380214c] - crafters: fix docstring for SlidingWindowSegmenter (fhaase2)
  • [c6ef697b] - crafters: add SlidingWindowSegmenter for nlp (Frederic Haase)
  • [5ecb5d14] - crafter: make uri written lazy (Han Xiao)
  • [4af675f9] - update protobuf files (Nan Wang)
  • [528d644f] - update the protobuf files (Nan Wang)
  • [ec54bb95] - add a draft for the unittests (Nan Wang)
  • [7b919360] - add support forthe multi-field search (Nan Wang)
  • [7146c66d] - clean up (Nan Wang)
  • [a88c9719] - update the abstract (Nan Wang)
  • [b932c744] - update the flow diagram (Nan Wang)
  • [c48cd974] - add an example for the Specification (Nan Wang)
  • [ece5e21a] - refactor the design (Nan Wang)
  • [f092fe95] - refactoring the overall design (Nan Wang)
  • [1875eaff] - client: add input function sugar (Han Xiao)
  • [15cbac1d] - crafters: add audio crafters (redram)
  • [5302c162] - fix typos (Nan Wang)
  • [11e9e059] - add the 1st draft for JEP-3 (Nan Wang)
  • [9dfe9188] - crafter: add buffer, data_uri, file_path convert (Han Xiao)
  • [c2d3e819] - proto: add mime_type to proto (Han Xiao)

🐞 Bug fixes

  • [aea4a5b7] - gateway: add message field to gateway (Han Xiao)
  • [2e7a4043] - encoder: fix embeds returns (Han Xiao)
  • [59c6175b] - encoder: remove np array convert (Han Xiao)
  • [39a97c73] - pb indexer flush (Han Xiao)
  • [c48b56fd] - docs: suggestions for the flow docs ([email protected])
  • [aaa3a10f] - rename default yaml for pbindex (Han Xiao)
  • [4b3753af] - docs: fixed minor typos in jina's 101 page ([email protected])
  • [aee8ee91] - fix the unittest (Nan Wang)
  • [3f395b80] - fix the broken proto (Nan Wang)
  • [93a91b57] - flow: update docstring in flow (YueLiu-jina)
  • [5f68014f] - clean up the codes (Nan Wang)
  • [04b07080] - improve the docs on updating protobuf (Nan Wang)
  • [5a57f166] - fix unittests (Nan Wang)
  • [0c18fdb0] - fix the unittests (Nan Wang)
  • [73d17bac] - fix the client cli parser (Nan Wang)
  • [aa8d5183] - crafter: fix args of the crafter (Han Xiao)
  • [8c04c14d] - cli: update CLI autocomplete (Han Xiao)
  • [63a58484] - crafter: fix type hinting for numeric crafter (redram)
  • [3b83bad1] - crafter: fix length in chunks of jieba crafter (redram)
  • [963ea7fb] - client: fix mime_type warning (Han Xiao)
  • [b7e472e2] - crafter: fix content read when doc is pb already (Han Xiao)
  • [276e1420] - fix typo in tests (Han Xiao)

🚧 Code Refactoring

  • [e28a5ba5] - driver: move convert crafter to driver (Han Xiao)
  • [66dfe75d] - proto: add doc-level uri out of oneof content (Han Xiao)
  • [9de7dfd5] - make BaseRanker abstract (Han Xiao)
  • [36efe799] - crafter: remove unnecessary set (Han Xiao)
  • [46d786c6] - fix formats in JEP-3 (Nan Wang)
  • [0d69a09f] - merge with master (Han Xiao)
  • [a39371f7] - crafter: move mime type detect to driver (Han Xiao)

📗 Documentation

  • [7a719bc3] - readme: fix link (Evan Chan)
  • [8e9bff43] - remove whitespace and fix typo chapter io (Frederic Haase)
  • [08ff87dd] - added support to the Portuguese language for 101 ([email protected])
  • [774e4757] - add google bit model tutorial (Han Xiao)

🏁 Unit Test and CICD

  • [8dae4456] - add a test for numpy indexing (Han Xiao)
  • [79e5f203] - add test for unarydriver (Han Xiao)

🍹 Other Improvements

  • [bd914b82] - Revert "feat: add the support for multi-field search" (Han Xiao)
  • [d7ad9fde] - update copyright header (Jina Dev Bot)
  • [788be928] - docs: update TOC (Jina Dev Bot)
  • [a704586a] - version: bumping version to 0.2.2 (Jina Dev Bot)
  • [b72ad858] - hotfix release 0.2.0 (Han Xiao)
  • [25d5797f] - release 0.2.0 (Han Xiao)
  • [ff63c7fc] - version: bumping version to 0.1.15 (Jina Dev Bot)
  • [97403ab2] - hotfix for pokedex (Han Xiao)

Release Note (0.2.3)

Release time: 2020-06-07 17:27:26

🙇 We'd like to thank all contributors for this new release! In particular, Han Xiao, Jina Dev Bot, [email protected], redram, fhaase2, YueLiu-jina, Frederic Haase, Nan Wang, 🙇

🆕 New Features

  • [0c70bec9] - helloworld: add option to change logserver ([email protected])
  • [5a54bb86] - multi-field search (Han Xiao)
  • [699ac0aa] - gateway: add convert driver to the gateway (Han Xiao)
  • [a16277ef] - flow: ingest by lines (Han Xiao)
  • [d0705377] - encoders: add spectral audio encoders (redram)
  • [5475eef0] - logging: use gevent as logging server (fhaase2)
  • [2fa5f458] - crafters: update SlidingWindowSegmenter for nlp (fhaase2)
  • [401faab7] - driver: add override as an option to the driver (Han Xiao)
  • [c380214c] - crafters: fix docstring for SlidingWindowSegmenter (fhaase2)
  • [c6ef697b] - crafters: add SlidingWindowSegmenter for nlp (Frederic Haase)
  • [5ecb5d14] - crafter: make uri written lazy (Han Xiao)
  • [7146c66d] - clean up (Nan Wang)
  • [a88c9719] - update the abstract (Nan Wang)
  • [b932c744] - update the flow diagram (Nan Wang)
  • [c48cd974] - add an example for the Specification (Nan Wang)
  • [ece5e21a] - refactor the design (Nan Wang)
  • [f092fe95] - refactoring the overall design (Nan Wang)
  • [1875eaff] - client: add input function sugar (Han Xiao)
  • [15cbac1d] - crafters: add audio crafters (redram)
  • [5302c162] - fix typos (Nan Wang)
  • [11e9e059] - add the 1st draft for JEP-3 (Nan Wang)
  • [9dfe9188] - crafter: add buffer, data_uri, file_path convert (Han Xiao)
  • [c2d3e819] - proto: add mime_type to proto (Han Xiao)

🐞 Bug fixes

  • [76059773] - logic on set reducing-yaml-path (Han Xiao)
  • [a660a5ba] - hide num_part and set default to 0 (Han Xiao)
  • [2e7a4043] - encoder: fix embeds returns (Han Xiao)
  • [59c6175b] - encoder: remove np array convert (Han Xiao)
  • [39a97c73] - pb indexer flush (Han Xiao)
  • [c48b56fd] - docs: suggestions for the flow docs ([email protected])
  • [aaa3a10f] - rename default yaml for pbindex (Han Xiao)
  • [4b3753af] - docs: fixed minor typos in jina's 101 page ([email protected])
  • [93a91b57] - flow: update docstring in flow (YueLiu-jina)
  • [aa8d5183] - crafter: fix args of the crafter (Han Xiao)
  • [8c04c14d] - cli: update CLI autocomplete (Han Xiao)
  • [63a58484] - crafter: fix type hinting for numeric crafter (redram)
  • [3b83bad1] - crafter: fix length in chunks of jieba crafter (redram)
  • [963ea7fb] - client: fix mime_type warning (Han Xiao)
  • [b7e472e2] - crafter: fix content read when doc is pb already (Han Xiao)
  • [276e1420] - fix typo in tests (Han Xiao)

🚧 Code Refactoring

  • [d045ca07] - move num_part from args to proto (Han Xiao)
  • [e28a5ba5] - driver: move convert crafter to driver (Han Xiao)
  • [66dfe75d] - proto: add doc-level uri out of oneof content (Han Xiao)
  • [9de7dfd5] - make BaseRanker abstract (Han Xiao)
  • [36efe799] - crafter: remove unnecessary set (Han Xiao)
  • [0d69a09f] - merge with master (Han Xiao)
  • [a39371f7] - crafter: move mime type detect to driver (Han Xiao)

📗 Documentation

  • [8e9bff43] - remove whitespace and fix typo chapter io (Frederic Haase)
  • [08ff87dd] - added support to the Portuguese language for 101 ([email protected])
  • [774e4757] - add google bit model tutorial (Han Xiao)

🏁 Unit Test and CICD

  • [8dae4456] - add a test for numpy indexing (Han Xiao)
  • [79e5f203] - add test for unarydriver (Han Xiao)

🍹 Other Improvements

  • [8fc81fef] - hotfix new num_part algo (Han Xiao)
  • [8f73cba3] - update copyright header (Jina Dev Bot)
  • [8d428d19] - docs: update TOC (Jina Dev Bot)
  • [a2ccb20c] - version: bumping version to 0.2.3 (Jina Dev Bot)
  • [a704586a] - version: bumping version to 0.2.2 (Jina Dev Bot)
  • [e6ba1682] - version: bumping version to 0.2.1 (Jina Dev Bot)
  • [b72ad858] - hotfix release 0.2.0 (Han Xiao)
  • [25d5797f] - release 0.2.0 (Han Xiao)
  • [ff63c7fc] - version: bumping version to 0.1.15 (Jina Dev Bot)
  • [97403ab2] - hotfix for pokedex (Han Xiao)

Release Note (0.2.4)

Release time: 2020-06-10 18:52:20

🙇 We'd like to thank all contributors for this new release! In particular, Han Xiao, YueLiu-jina, Jina Dev Bot, boussoffara, fhaase2, [email protected], redram, Frederic Haase, Nan Wang, 🙇

🆕 New Features

  • [0c70bec9] - helloworld: add option to change logserver ([email protected])
  • [5a54bb86] - multi-field search (Han Xiao)
  • [699ac0aa] - gateway: add convert driver to the gateway (Han Xiao)
  • [a16277ef] - flow: ingest by lines (Han Xiao)
  • [d0705377] - encoders: add spectral audio encoders (redram)
  • [5475eef0] - logging: use gevent as logging server (fhaase2)
  • [2fa5f458] - crafters: update SlidingWindowSegmenter for nlp (fhaase2)
  • [401faab7] - driver: add override as an option to the driver (Han Xiao)
  • [c380214c] - crafters: fix docstring for SlidingWindowSegmenter (fhaase2)
  • [c6ef697b] - crafters: add SlidingWindowSegmenter for nlp (Frederic Haase)
  • [5ecb5d14] - crafter: make uri written lazy (Han Xiao)
  • [7146c66d] - clean up (Nan Wang)
  • [a88c9719] - update the abstract (Nan Wang)
  • [b932c744] - update the flow diagram (Nan Wang)
  • [c48cd974] - add an example for the Specification (Nan Wang)
  • [ece5e21a] - refactor the design (Nan Wang)
  • [f092fe95] - refactoring the overall design (Nan Wang)
  • [1875eaff] - client: add input function sugar (Han Xiao)
  • [15cbac1d] - crafters: add audio crafters (redram)
  • [5302c162] - fix typos (Nan Wang)
  • [11e9e059] - add the 1st draft for JEP-3 (Nan Wang)
  • [9dfe9188] - crafter: add buffer, data_uri, file_path convert (Han Xiao)
  • [c2d3e819] - proto: add mime_type to proto (Han Xiao)

🐞 Bug fixes

  • [660bd8be] - crafter: image reader (Han Xiao)
  • [ecf1321f] - clients: update docstring in clients (YueLiu-jina)
  • [76059773] - logic on set reducing-yaml-path (Han Xiao)
  • [a660a5ba] - hide num_part and set default to 0 (Han Xiao)
  • [2e7a4043] - encoder: fix embeds returns (Han Xiao)
  • [59c6175b] - encoder: remove np array convert (Han Xiao)
  • [39a97c73] - pb indexer flush (Han Xiao)
  • [c48b56fd] - docs: suggestions for the flow docs ([email protected])
  • [aaa3a10f] - rename default yaml for pbindex (Han Xiao)
  • [4b3753af] - docs: fixed minor typos in jina's 101 page ([email protected])
  • [93a91b57] - flow: update docstring in flow (YueLiu-jina)
  • [aa8d5183] - crafter: fix args of the crafter (Han Xiao)
  • [8c04c14d] - cli: update CLI autocomplete (Han Xiao)
  • [63a58484] - crafter: fix type hinting for numeric crafter (redram)
  • [3b83bad1] - crafter: fix length in chunks of jieba crafter (redram)
  • [963ea7fb] - client: fix mime_type warning (Han Xiao)
  • [b7e472e2] - crafter: fix content read when doc is pb already (Han Xiao)
  • [276e1420] - fix typo in tests (Han Xiao)

🚧 Code Refactoring

  • [92b491c0] - flow: refactor build inplace param (fhaase2)
  • [d045ca07] - move num_part from args to proto (Han Xiao)
  • [e28a5ba5] - driver: move convert crafter to driver (Han Xiao)
  • [66dfe75d] - proto: add doc-level uri out of oneof content (Han Xiao)
  • [9de7dfd5] - make BaseRanker abstract (Han Xiao)
  • [36efe799] - crafter: remove unnecessary set (Han Xiao)
  • [0d69a09f] - merge with master (Han Xiao)
  • [a39371f7] - crafter: move mime type detect to driver (Han Xiao)

📗 Documentation

  • [b2cec94b] - add arabic 101 link (boussoffara)
  • [ad97be6f] - 101 ar: added arabic translation to jina 101 (boussoffara)
  • [8e9bff43] - remove whitespace and fix typo chapter io (Frederic Haase)
  • [08ff87dd] - added support to the Portuguese language for 101 ([email protected])
  • [774e4757] - add google bit model tutorial (Han Xiao)

🏁 Unit Test and CICD

  • [8dae4456] - add a test for numpy indexing (Han Xiao)
  • [79e5f203] - add test for unarydriver (Han Xiao)

🍹 Other Improvements

  • [dde1cd51] - hotfix image reader (Han Xiao)
  • [baa7ef93] - fix format (Han Xiao)
  • [0a9c30e6] - Update README.md (Han Xiao)
  • [3773f9ec] - readme: add start from cookiecutter template (Han Xiao)
  • [5ae682a6] - fix format in readme (Han Xiao)
  • [b28bfc48] - docs: update TOC (Jina Dev Bot)
  • [7136d6b4] - version: bumping version to 0.2.4 (Jina Dev Bot)
  • [8f73cba3] - update copyright header (Jina Dev Bot)
  • [a2ccb20c] - version: bumping version to 0.2.3 (Jina Dev Bot)
  • [a704586a] - version: bumping version to 0.2.2 (Jina Dev Bot)
  • [e6ba1682] - version: bumping version to 0.2.1 (Jina Dev Bot)
  • [b72ad858] - hotfix release 0.2.0 (Han Xiao)
  • [25d5797f] - release 0.2.0 (Han Xiao)
  • [ff63c7fc] - version: bumping version to 0.1.15 (Jina Dev Bot)
  • [97403ab2] - hotfix for pokedex (Han Xiao)

Release Note (0.2.5)

Release time: 2020-06-11 20:14:36

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

🆕 New Features

  • [52d0bbe7] - indexer: add binary KVIndexer with better perf (Han Xiao)

🚧 Code Refactoring

  • [86a625d7] - leveldb: fix to new basepbindexer (Han Xiao)

📗 Documentation

  • [2aa59bd4] - add explain on JINA_BINARY_DELIMITER (Han Xiao)

🍹 Other Improvements

  • [2ff9bbad] - hotfix improved chunkpbindexer (Han Xiao)
  • [352434dd] - docs: update TOC (Jina Dev Bot)
  • [f43d7563] - version: bumping version to 0.2.5 (Jina Dev Bot)

Release Note (0.2.6)

Release time: 2020-06-12 15:58:02

🙇 We'd like to thank all contributors for this new release! In particular, Jina Dev Bot, fhaase2, Han Xiao, Nan Wang, redram, [email protected], 🙇

🆕 New Features

  • [249201aa] - restore the unittests (Nan Wang)
  • [71a2023c] - encoder: add wav2vec speech encoder (redram)
  • [7146c66d] - clean up (Nan Wang)
  • [a88c9719] - update the abstract (Nan Wang)
  • [b932c744] - update the flow diagram (Nan Wang)
  • [c48cd974] - add an example for the Specification (Nan Wang)
  • [ece5e21a] - refactor the design (Nan Wang)
  • [f092fe95] - refactoring the overall design (Nan Wang)
  • [1875eaff] - client: add input function sugar (Han Xiao)
  • [15cbac1d] - crafters: add audio crafters (redram)
  • [5302c162] - fix typos (Nan Wang)
  • [11e9e059] - add the 1st draft for JEP-3 (Nan Wang)
  • [9dfe9188] - crafter: add buffer, data_uri, file_path convert (Han Xiao)
  • [c2d3e819] - proto: add mime_type to proto (Han Xiao)

🐞 Bug fixes

  • [f1530791] - debug the unittest failures (Nan Wang)
  • [63a58484] - crafter: fix type hinting for numeric crafter (redram)
  • [3b83bad1] - crafter: fix length in chunks of jieba crafter (redram)
  • [963ea7fb] - client: fix mime_type warning (Han Xiao)
  • [b7e472e2] - crafter: fix content read when doc is pb already (Han Xiao)
  • [276e1420] - fix typo in tests (Han Xiao)

🚧 Code Refactoring

  • [7239d6ab] - string formatting (fhaase2)
  • [9de7dfd5] - make BaseRanker abstract (Han Xiao)
  • [36efe799] - crafter: remove unnecessary set (Han Xiao)
  • [0d69a09f] - merge with master (Han Xiao)
  • [a39371f7] - crafter: move mime type detect to driver (Han Xiao)

📗 Documentation

🏁 Unit Test and CICD

  • [87d90768] - fix cyclic imports (Han Xiao)
  • [8dae4456] - add a test for numpy indexing (Han Xiao)
  • [79e5f203] - add test for unarydriver (Han Xiao)

🍹 Other Improvements

  • [f92a914e] - update copyright header (Jina Dev Bot)
  • [ccc7f4be] - docs: update TOC (Jina Dev Bot)
  • [ffa9397b] - version: bumping version to 0.2.6 (Jina Dev Bot)
  • [f43d7563] - version: bumping version to 0.2.5 (Jina Dev Bot)
  • [dde1cd51] - hotfix image reader (Han Xiao)
  • [a704586a] - version: bumping version to 0.2.2 (Jina Dev Bot)
  • [e6ba1682] - version: bumping version to 0.2.1 (Jina Dev Bot)
  • [b72ad858] - hotfix release 0.2.0 (Han Xiao)
  • [25d5797f] - release 0.2.0 (Han Xiao)
  • [ff63c7fc] - version: bumping version to 0.1.15 (Jina Dev Bot)
  • [97403ab2] - hotfix for pokedex (Han Xiao)

Release Note (0.2.7)

Release time: 2020-06-15 22:01:52

🙇 We'd like to thank all contributors for this new release! In particular, Han Xiao, Jina Dev Bot, Rutuja Surve, redram, fhaase2, 🙇

🆕 New Features

  • [0c0c8fef] - proto: add details to error status (Han Xiao)
  • [08e9ddee] - peapod: add function to propagate error message through workflow (Rutuja Surve)
  • [6dcdd488] - add if expr to basedriver (Han Xiao)
  • [29aef4e3] - encoder: improve wav2vec encoder with signal resampling (redram)

🐞 Bug fixes

  • [46d4f454] - proto: move status outside of envelope (Han Xiao)
  • [633b92bb] - logging: profile and log streams non-blocking (fhaase2)

🚧 Code Refactoring

  • [74062a62] - except: reorganize the excepts (Han Xiao)
  • [b12f70a3] - pea: improve error catch logic (Han Xiao)
  • [aca19304] - pea: improve error catching logics (Han Xiao)
  • [ca83488e] - crafter: extract set_chunk method (Han Xiao)

📗 Documentation

  • [09f4c37d] - driver: add if to docstring (Han Xiao)

🍹 Other Improvements

  • [9ea6ca96] - hotfix error catching (Han Xiao)
  • [0c573044] - update copyright header (Jina Dev Bot)
  • [0fc81f80] - docs: update TOC (Jina Dev Bot)
  • [ca6ac545] - version: bumping version to 0.2.7 (Jina Dev Bot)

Release Note (0.2.8)

Release time: 2020-06-19 15:57:17

🙇 We'd like to thank all contributors for this new release! In particular, Han Xiao, Yue Liu, Jina Dev Bot, Nan Wang, Alex C-G, fhaase2, 🙇

🆕 New Features

  • [ae42091a] - driver: add uri2text convert (Han Xiao)
  • [df91778c] - crafter: add deepsegment (Han Xiao)

🐞 Bug fixes

  • [7577d3b7] - cla: add employee to cla whitelist (Han Xiao)
  • [a579df5d] - docs: add 404 page generation (Han Xiao)
  • [d970b118] - add support for npy training data (Nan Wang)
  • [7c99b7e9] - logging: profile and log streams non-blocking (fhaase2)
  • [e515e2ba] - driver: improve efficiency of topk filter (Han Xiao)
  • [089b9342] - except: move inherit from oserror to syserror (Han Xiao)
  • [4fa99d7f] - clean up imports (Nan Wang)
  • [5eabbb46] - add docs (Nan Wang)
  • [5ec57d6d] - fix the query bug in faiss (Nan Wang)

📗 Documentation

  • [e8e7a6bf] - readme: zh (Yue Liu)
  • [517d01ad] - readme: ru (Yue Liu)
  • [6dcf3dfa] - readme: en (Yue Liu)
  • [71208c23] - readme: ja (Yue Liu)
  • [95a05e6a] - readme: fr (Yue Liu)
  • [8d3965ac] - readme: de (Yue Liu)
  • [53c56e55] - 101: restructure, rewrite (Alex C-G)
  • [df499241] - 101: get up and running (Alex C-G)
  • [7ac80fb1] - 101: spacing (Alex C-G)
  • [a411b321] - 101: Improve analogy (Alex C-G)
  • [802af445] - 101: Pancake analogy in chunk section (Alex C-G)
  • [4d9103c7] - 101: rewording, formatting (Alex C-G)
  • [9ce44431] - 101: what is jina/why neural search sections (Alex C-G)
  • [b6caa5dd] - 101: link for yaml (Alex C-G)
  • [a0b88c90] - 101: delete huge spacing (Alex C-G)
  • [78216f26] - 101: center all images (Alex C-G)
  • [11626bcd] - 101: image center test 3 (Alex C-G)
  • [ec5464e8] - 101: image center test 2 (Alex C-G)
  • [628b0fc8] - 101: image center test (Alex C-G)
  • [7797b23a] - 101: edits, test image moving (Alex C-G)
  • [41c9a144] - 101: More rewording and editing; some pics removed (Alex C-G)
  • [ca42d9df] - 101: Comment out PDF button that doesnt link to PDF (Alex C-G)
  • [0a7a3b46] - 101: Rewriting (Alex C-G)
  • [d20b00dd] - 101: Redo headings (Alex C-G)
  • [4f94c371] - 101: New section (Alex C-G)

🍹 Other Improvements

  • [22f29e39] - 101 (Han Xiao)
  • [ffddeb04] - docs: update TOC (Jina Dev Bot)
  • [fb8a68fa] - version: bumping version to 0.2.8 (Jina Dev Bot)
  • [ca6ac545] - version: bumping version to 0.2.7 (Jina Dev Bot)
  • [f92a914e] - update copyright header (Jina Dev Bot)

Release Note (0.2.9)

Release time: 2020-06-21 10:06:44

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

🆕 New Features

  • [bf231280] - encoders: add universal sentence encoder (fhaase2)

🐞 Bug fixes

  • [020c92b2] - pea: fix except handling in pea (Han Xiao)

🏁 Unit Test and CICD

  • [88a67412] - drivers: add test for prune driver (fhaase2)

🍹 Other Improvements

  • [94322a8d] - hotfix error handling (Han Xiao)
  • [ae9832e8] - update copyright header (Jina Dev Bot)
  • [cd57b690] - docs: update TOC (Jina Dev Bot)
  • [4ab91693] - version: bumping version to 0.2.9 (Jina Dev Bot)

Release Note (0.2.10)

Release time: 2020-06-23 19:36:22

🙇 We'd like to thank all contributors for this new release! In particular, Han Xiao, Jina Dev Bot, fhaase2, Yue Liu, 🙇

🆕 New Features

  • [1e7d3b6b] - add password from stdin (Han Xiao)

🐞 Bug fixes

  • [7a648ea3] - indexer: is trained set on train call (fhaase2)

🏁 Unit Test and CICD

  • [d0be9f32] - delete empty space in a filename (Yue Liu)

🍹 Other Improvements

  • [4a98575a] - hotfix add jina hub command (Han Xiao)
  • [b18aa902] - add jina hub command (Han Xiao)
  • [f84bca6b] - update copyright header (Jina Dev Bot)
  • [7764f053] - docs: update TOC (Jina Dev Bot)
  • [79b302c9] - version: bumping version to 0.2.10 (Jina Dev Bot)

Release Note (0.3.0)

Release time: 2020-06-24 14:26:50

🙇 We'd like to thank all contributors for this new release! In particular, Han Xiao, Jina Dev Bot, Alex C-G, fhaase2, Yue Liu, 🙇

🆕 New Features

  • [3e983307] - hub: add docker readme (Han Xiao)
  • [33a944a4] - hub: add success html page (Han Xiao)
  • [df91778c] - crafter: add deepsegment (Han Xiao)

🐞 Bug fixes

  • [23905c13] - fix password-stdin (Han Xiao)
  • [7a648ea3] - indexer: is trained set on train call (fhaase2)
  • [e515e2ba] - driver: improve efficiency of topk filter (Han Xiao)
  • [089b9342] - except: move inherit from oserror to syserror (Han Xiao)

📗 Documentation

  • [7bb1d691] - contributing: before starting section (Alex C-G)
  • [40a01d9b] - contributing: info on string length (Alex C-G)
  • [92b81843] - contributing: remove duplicated naming conventions (Alex C-G)
  • [06bb4fbb] - contributing: remove duplicated bad examples (Alex C-G)
  • [6ce0ed53] - contributing: info from pinned issue, rewrite for easy use (Alex C-G)
  • [f1288681] - 101: capitalization, remove pancake analogy (Alex C-G)
  • [5f3ba6c3] - 101: punctuation (Alex C-G)
  • [79fbf2bd] - 101: remove question from text that i added before (Alex C-G)
  • [07a5d90f] - 101: heading capitalization, formatting (Alex C-G)
  • [9ff5e3cb] - 101: cherry-pick updated text (Alex C-G)

🏁 Unit Test and CICD

  • [d0be9f32] - delete empty space in a filename (Yue Liu)

🍹 Other Improvements

  • [4ceb5fde] - hotfix password stdin (Han Xiao)
  • [cabf4bdd] - docs: update TOC (Jina Dev Bot)
  • [14de9429] - version: bumping version to 0.2.11 (Jina Dev Bot)
  • [79b302c9] - version: bumping version to 0.2.10 (Jina Dev Bot)
  • [94322a8d] - hotfix error handling (Han Xiao)
  • [fb8a68fa] - version: bumping version to 0.2.8 (Jina Dev Bot)
  • [9ea6ca96] - hotfix error catching (Han Xiao)

Release Note (0.3.1)

Release time: 2020-06-25 21:38:52

🙇 We'd like to thank all contributors for this new release! In particular, Han Xiao, Jina Dev Bot, Alex C-G, 🙇

🆕 New Features

  • [012e9e13] - peapods: add error skipping strategy (Han Xiao)

🐞 Bug fixes

  • [bed4f556] - driver: remove pub driver with post_hook (Han Xiao)

📗 Documentation

  • [2fd88767] - readme: wording improvement (Alex C-G)
  • [767dddb4] - code-of-conduct: initial commit (Alex C-G)

🍹 Other Improvements

  • [0db4bd9f] - hotfix publish driver (Han Xiao)
  • [358bfec1] - docs: update TOC (Jina Dev Bot)
  • [49de8711] - version: the next version will be 0.3.1 (Jina Dev Bot)

Release Note (0.3.2)

Release time: 2020-06-26 15:57:23

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

🍹 Other Improvements

  • [60000083] - version: the next version will be 0.3.2 (Jina Dev Bot)