> 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, joaopalottigmail.com, redram, Frederic Haase, Nan Wang, 🙇
🆕 New Features
- [[0c70bec9](https://github.com/jina-ai/jina/commit/0c70bec998c6e1c10f90127b949c855440603174)] __-__ __helloworld__: add option to change logserver (*joaopalottigmail.com*)
- [[5a54bb86](https://github.com/jina-ai/jina/commit/5a54bb8674bbed45156fa08b3c11d255a0202b93)] __-__ multi-field search (*Han Xiao*)
- [[699ac0aa](https://github.com/jina-ai/jina/commit/699ac0aa895bd7fe9b922c8cc8e76a473c656d89)] __-__ __gateway__: add convert driver to the gateway (*Han Xiao*)
- [[a16277ef](https://github.com/jina-ai/jina/commit/a16277efbf96362503e9c77a8beab65666103722)] __-__ __flow__: ingest by lines (*Han Xiao*)
- [[d0705377](https://github.com/jina-ai/jina/commit/d07053774dd9b010bc7542f6dcd20b2ed5e2f957)] __-__ __encoders__: add spectral audio encoders (*redram*)
- [[5475eef0](https://github.com/jina-ai/jina/commit/5475eef0d8db0458afa64464f78a5b801e8b7d72)] __-__ __logging__: use gevent as logging server (*fhaase2*)
- [[2fa5f458](https://github.com/jina-ai/jina/commit/2fa5f4587135286a24af193ea7091a4e4ed07cc1)] __-__ __crafters__: update SlidingWindowSegmenter for nlp (*fhaase2*)
- [[401faab7](https://github.com/jina-ai/jina/commit/401faab7f7f9465264aa20352a237615e9864a34)] __-__ __driver__: add override as an option to the driver (*Han Xiao*)
- [[c380214c](https://github.com/jina-ai/jina/commit/c380214c5c45d976b37dd2927a9b64d1854d87da)] __-__ __crafters__: fix docstring for SlidingWindowSegmenter (*fhaase2*)
- [[c6ef697b](https://github.com/jina-ai/jina/commit/c6ef697b5b21805b328228eded0a41d5011dff08)] __-__ __crafters__: add SlidingWindowSegmenter for nlp (*Frederic Haase*)
- [[5ecb5d14](https://github.com/jina-ai/jina/commit/5ecb5d147122a847ae471d9600773f9ce99bdabb)] __-__ __crafter__: make uri written lazy (*Han Xiao*)
- [[7146c66d](https://github.com/jina-ai/jina/commit/7146c66de8e9477f9d819b31dd9d73a0a3b14553)] __-__ clean up (*Nan Wang*)
- [[a88c9719](https://github.com/jina-ai/jina/commit/a88c9719eac68beba3be854ea4b2191366c2da0f)] __-__ update the abstract (*Nan Wang*)
- [[b932c744](https://github.com/jina-ai/jina/commit/b932c744d66c5299981609bfedcc9120262ed5ac)] __-__ update the flow diagram (*Nan Wang*)
- [[c48cd974](https://github.com/jina-ai/jina/commit/c48cd974fc4a464a45c750198efd5b6988cd1a08)] __-__ add an example for the Specification (*Nan Wang*)
- [[ece5e21a](https://github.com/jina-ai/jina/commit/ece5e21a7154355dd305a004c538c42bacfa1b4c)] __-__ refactor the design (*Nan Wang*)
- [[f092fe95](https://github.com/jina-ai/jina/commit/f092fe953924a2fd4d285683c0f543703b37bb73)] __-__ refactoring the overall design (*Nan Wang*)
- [[1875eaff](https://github.com/jina-ai/jina/commit/1875eaffbdb01e88c319c5d965520ab2af071adf)] __-__ __client__: add input function sugar (*Han Xiao*)
- [[15cbac1d](https://github.com/jina-ai/jina/commit/15cbac1dcfcf063e7d088e6750ffe27ddf6ee993)] __-__ __crafters__: add audio crafters (*redram*)
- [[5302c162](https://github.com/jina-ai/jina/commit/5302c162431127690e2bfc03035a3991e00efb7e)] __-__ fix typos (*Nan Wang*)
- [[11e9e059](https://github.com/jina-ai/jina/commit/11e9e059fed854042ba9f09023258bd77fc2f6db)] __-__ add the 1st draft for JEP-3 (*Nan Wang*)
- [[9dfe9188](https://github.com/jina-ai/jina/commit/9dfe9188d8df75cf3fa1220e86d064be1cbd21df)] __-__ __crafter__: add buffer, data_uri, file_path convert (*Han Xiao*)
- [[c2d3e819](https://github.com/jina-ai/jina/commit/c2d3e8199ff38e85754b45d2fca96b28d72a5f8a)] __-__ __proto__: add mime_type to proto (*Han Xiao*)
🐞 Bug fixes
- [[660bd8be](https://github.com/jina-ai/jina/commit/660bd8be715adec4b082191291d727a8b8f06ad5)] __-__ __crafter__: image reader (*Han Xiao*)
- [[ecf1321f](https://github.com/jina-ai/jina/commit/ecf1321f1bd48f3d13486becc7c76f89486e09cd)] __-__ __clients__: update docstring in clients (*YueLiu-jina*)
- [[76059773](https://github.com/jina-ai/jina/commit/760597737557bce10b3df4804fcc6870c71a1f28)] __-__ logic on set reducing-yaml-path (*Han Xiao*)
- [[a660a5ba](https://github.com/jina-ai/jina/commit/a660a5bafd1ed23d6d3f549602ae2e003016268c)] __-__ hide num_part and set default to 0 (*Han Xiao*)
- [[2e7a4043](https://github.com/jina-ai/jina/commit/2e7a40438991abd890c0f40ed679bcb0c21e760f)] __-__ __encoder__: fix embeds returns (*Han Xiao*)
- [[59c6175b](https://github.com/jina-ai/jina/commit/59c6175b543b7f47c84f5c2ed3bfac14548dad67)] __-__ __encoder__: remove np array convert (*Han Xiao*)
- [[39a97c73](https://github.com/jina-ai/jina/commit/39a97c73ebf6a9e643dc8eea221286181480d75e)] __-__ pb indexer flush (*Han Xiao*)
- [[c48b56fd](https://github.com/jina-ai/jina/commit/c48b56fdd4e8e3ff280369bcce76df80023aad24)] __-__ __docs__: suggestions for the flow docs (*joaopalottigmail.com*)
- [[aaa3a10f](https://github.com/jina-ai/jina/commit/aaa3a10f181cb35e65ebe21caf7db6961934fa65)] __-__ rename default yaml for pbindex (*Han Xiao*)
- [[4b3753af](https://github.com/jina-ai/jina/commit/4b3753af08e30ba9ccadd53f2fcd3f191f268f49)] __-__ __docs__: fixed minor typos in jina's 101 page (*joaopalottigmail.com*)
- [[93a91b57](https://github.com/jina-ai/jina/commit/93a91b578acd249095e95940d51ff46175143295)] __-__ __flow__: update docstring in flow (*YueLiu-jina*)
- [[aa8d5183](https://github.com/jina-ai/jina/commit/aa8d51839f0a79366e99c3301cc34eadada9c775)] __-__ __crafter__: fix args of the crafter (*Han Xiao*)
- [[8c04c14d](https://github.com/jina-ai/jina/commit/8c04c14d2960196e1a7e0ee78a72ef4a77c210e5)] __-__ __cli__: update CLI autocomplete (*Han Xiao*)
- [[63a58484](https://github.com/jina-ai/jina/commit/63a584846594b15cebec93fe5f584e0c0939f805)] __-__ __crafter__: fix type hinting for numeric crafter (*redram*)
- [[3b83bad1](https://github.com/jina-ai/jina/commit/3b83bad1fd3b6378073e06947b3a56df2955d66c)] __-__ __crafter__: fix length in chunks of jieba crafter (*redram*)
- [[963ea7fb](https://github.com/jina-ai/jina/commit/963ea7fbcd4b51e6dc0b596feaad2e82e0294cfd)] __-__ __client__: fix mime_type warning (*Han Xiao*)
- [[b7e472e2](https://github.com/jina-ai/jina/commit/b7e472e22eb2a35e850da000d62b9492e3c0dac0)] __-__ __crafter__: fix content read when doc is pb already (*Han Xiao*)
- [[276e1420](https://github.com/jina-ai/jina/commit/276e1420bfddbb2f881a7a18659a5d716b3deff9)] __-__ fix typo in tests (*Han Xiao*)
🚧 Code Refactoring
- [[92b491c0](https://github.com/jina-ai/jina/commit/92b491c07e4a5a7dc6ce7e2356b866395ccc0e60)] __-__ __flow__: refactor build inplace param (*fhaase2*)
- [[d045ca07](https://github.com/jina-ai/jina/commit/d045ca07c9f33a7f37483d6e59c1d850e95c6c85)] __-__ move num_part from args to proto (*Han Xiao*)
- [[e28a5ba5](https://github.com/jina-ai/jina/commit/e28a5ba556e3daf701cde510da1fc5bd2bb62867)] __-__ __driver__: move convert crafter to driver (*Han Xiao*)
- [[66dfe75d](https://github.com/jina-ai/jina/commit/66dfe75dc9a07bc687202da7ffcdffc279ae5115)] __-__ __proto__: add doc-level uri out of oneof content (*Han Xiao*)
- [[9de7dfd5](https://github.com/jina-ai/jina/commit/9de7dfd5613b6f304d3f707d2fc2c76338b10e7c)] __-__ make BaseRanker abstract (*Han Xiao*)
- [[36efe799](https://github.com/jina-ai/jina/commit/36efe79965af82bdcb72709c70d7490a8b5eba24)] __-__ __crafter__: remove unnecessary set (*Han Xiao*)
- [[0d69a09f](https://github.com/jina-ai/jina/commit/0d69a09f84124ec7cfa2fd0a0610d3c3ba520147)] __-__ merge with master (*Han Xiao*)
- [[a39371f7](https://github.com/jina-ai/jina/commit/a39371f750a5172dd9a8a3fbb5eb3bf2c941a7b7)] __-__ __crafter__: move mime type detect to driver (*Han Xiao*)
📗 Documentation
- [[b2cec94b](https://github.com/jina-ai/jina/commit/b2cec94b14c58a9d4217f36cc89bd6b7775e4f85)] __-__ add arabic 101 link (*boussoffara*)
- [[ad97be6f](https://github.com/jina-ai/jina/commit/ad97be6f567fcd20afe8b9b072f01aa0bcc85b9c)] __-__ __101 ar__: added arabic translation to jina 101 (*boussoffara*)
- [[8e9bff43](https://github.com/jina-ai/jina/commit/8e9bff43d6329679e7e2cfe6f3767f0ef791e284)] __-__ remove whitespace and fix typo chapter io (*Frederic Haase*)
- [[08ff87dd](https://github.com/jina-ai/jina/commit/08ff87dda239177fb7396a0511cde7411763a5ed)] __-__ added support to the Portuguese language for 101 (*joaopalottigmail.com*)
- [[774e4757](https://github.com/jina-ai/jina/commit/774e4757522c57eea96eff0e4e13d4bcf59f5ece)] __-__ add google bit model tutorial (*Han Xiao*)
🏁 Unit Test and CICD
- [[8dae4456](https://github.com/jina-ai/jina/commit/8dae445609de447234f0ec891a7571813d97a623)] __-__ add a test for numpy indexing (*Han Xiao*)
- [[79e5f203](https://github.com/jina-ai/jina/commit/79e5f20328738d5c0ed960c21f79838e0a43cefe)] __-__ add test for unarydriver (*Han Xiao*)
🍹 Other Improvements
- [[dde1cd51](https://github.com/jina-ai/jina/commit/dde1cd51fd2e31e5f609a539811350fcb60a0904)] __-__ hotfix image reader (*Han Xiao*)
- [[baa7ef93](https://github.com/jina-ai/jina/commit/baa7ef93e76a96b65b5166ba34678f30509b55e2)] __-__ fix format (*Han Xiao*)
- [[0a9c30e6](https://github.com/jina-ai/jina/commit/0a9c30e6ca47cba30ed3d5017961af302f83472a)] __-__ Update README.md (*Han Xiao*)
- [[3773f9ec](https://github.com/jina-ai/jina/commit/3773f9ec8a72a90552b74f00728aa8b4222ba3dc)] __-__ __readme__: add start from cookiecutter template (*Han Xiao*)
- [[5ae682a6](https://github.com/jina-ai/jina/commit/5ae682a62885f90134daa26666f6643f0b9bf01c)] __-__ fix format in readme (*Han Xiao*)
- [[b28bfc48](https://github.com/jina-ai/jina/commit/b28bfc48cc820063a8e9aab2397a093035431347)] __-__ __docs__: update TOC (*Jina Dev Bot*)
- [[7136d6b4](https://github.com/jina-ai/jina/commit/7136d6b41584348fd2a16d008ce2989f38dc27ed)] __-__ __version__: bumping version to 0.2.4 (*Jina Dev Bot*)
- [[8f73cba3](https://github.com/jina-ai/jina/commit/8f73cba3c627143ea973fb3d28b9d04b640821b2)] __-__ update copyright header (*Jina Dev Bot*)
- [[a2ccb20c](https://github.com/jina-ai/jina/commit/a2ccb20cbb1ef6084050b162b8b986c055b5e48c)] __-__ __version__: bumping version to 0.2.3 (*Jina Dev Bot*)
- [[a704586a](https://github.com/jina-ai/jina/commit/a704586a48adc32c2146b73dfe92b10565b7f1dd)] __-__ __version__: bumping version to 0.2.2 (*Jina Dev Bot*)
- [[e6ba1682](https://github.com/jina-ai/jina/commit/e6ba1682a69a2d40c9198f5789e7866f282f37bb)] __-__ __version__: bumping version to 0.2.1 (*Jina Dev Bot*)
- [[b72ad858](https://github.com/jina-ai/jina/commit/b72ad858744a0314facbaed27491befdb8dcd3c2)] __-__ hotfix release 0.2.0 (*Han Xiao*)
- [[25d5797f](https://github.com/jina-ai/jina/commit/25d5797fa995bee3966686bcd34434d0a87cc342)] __-__ release 0.2.0 (*Han Xiao*)
- [[ff63c7fc](https://github.com/jina-ai/jina/commit/ff63c7fc18019332207540f397daf5b950dc106d)] __-__ __version__: bumping version to 0.1.15 (*Jina Dev Bot*)
- [[97403ab2](https://github.com/jina-ai/jina/commit/97403ab2847f8670b8c888a553a369f057563b14)] __-__ hotfix for pokedex (*Han Xiao*)
<a name="release-note-025"></a>