Jina

Latest version: v3.25.2

Safety actively analyzes 638418 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 28 of 66

2.2.5

Not secure
> Release time: 2021-11-04 14:28:51



๐Ÿ™‡ We'd like to thank all contributors for this new release! In particular,
Han Xiao, Zhaofeng Miao, Jina Dev Bot, ๐Ÿ™‡


๐Ÿ†• New Features

- [[37b6cf4a](https://github.com/jina-ai/jina/commit/37b6cf4a75d5afb551c99ed829b5db296d971328)] __-__ __executor__: load_config now accepts jinahub scheme (*Han Xiao*)
- [[d5704a33](https://github.com/jina-ai/jina/commit/d5704a33077c6ea5cc79990a89b6c8f4e57e3192)] __-__ __executor__: Executor.from_hub now accepts jinahub scheme ๐Ÿพ (#3870) (*Han Xiao*)

๐Ÿž Bug fixes

- [[bdb867c2](https://github.com/jina-ai/jina/commit/bdb867c2cce340f94e3d65936ea95e35afd0ddc9)] __-__ __hub__: fix version check and requirement parsing (#3864) (*Han Xiao*)

๐Ÿ“— Documentation

- [[d41a3860](https://github.com/jina-ai/jina/commit/d41a38601ec0eff6ae21854483fefff0be0b7b0b)] __-__ __fundamentals__: remove useless literal in documentarray (#3868) (*Zhaofeng Miao*)

๐Ÿน Other Improvements

- [[529ac0b9](https://github.com/jina-ai/jina/commit/529ac0b9b8cdfdd191e7c20f8bfa4f13a8830dfd)] __-__ __docs__: update TOC (*Jina Dev Bot*)
- [[54825361](https://github.com/jina-ai/jina/commit/548253619a9edaa35dc2d0680f9e55aa9146e0cc)] __-__ __contributor__: update contributors (*Jina Dev Bot*)
- [[a287c203](https://github.com/jina-ai/jina/commit/a287c2031eddb0e3b8403fba5850972e6871d00a)] __-__ __version__: the next version will be 2.2.5 (*Jina Dev Bot*)

<a name=release-note-2-3-0></a>

2.2.4

Not secure
> Release time: 2021-11-03 20:55:50



๐Ÿ™‡ We'd like to thank all contributors for this new release! In particular,
Han Xiao, Joan Fontanals, Jina Dev Bot, ๐Ÿ™‡


๐Ÿ†• New Features

- [[21103d25](https://github.com/jina-ai/jina/commit/21103d25aea51baae5e5853a3d44b162be3bfc05)] __-__ __types__: add text_fields to get_vocabulary to doc and da (#3861) (*Han Xiao*)
- [[2eef05d0](https://github.com/jina-ai/jina/commit/2eef05d0472c397f639a0c139f9922e50fdd1701)] __-__ allow rolling update with uses_with in jinad (#3826) (*Joan Fontanals*)

๐Ÿž Bug fixes

- [[bb9c3006](https://github.com/jina-ai/jina/commit/bb9c3006761baf6bccbbed123e33fa6e8157765a)] __-__ set does not guarantee order (#3859) (*Joan Fontanals*)

๐Ÿงผ Code Refactoring

- [[61cad7e2](https://github.com/jina-ai/jina/commit/61cad7e2e5e68b2b5cf8f54e8577b2f5ed5b9b36)] __-__ __types__: improve the array type checking (#3863) (*Han Xiao*)

๐Ÿ Unit Test and CICD

- [[b0be6554](https://github.com/jina-ai/jina/commit/b0be6554a9545da495147a08830206db7a19e638)] __-__ __stream__: fix flaky http protocol (#3833) (*Joan Fontanals*)

๐Ÿน Other Improvements

- [[93456179](https://github.com/jina-ai/jina/commit/93456179294563cfd01a6f4b1f42991a8661965e)] __-__ __docs__: update TOC (*Jina Dev Bot*)
- [[a3f10fb7](https://github.com/jina-ai/jina/commit/a3f10fb7a154888e6a9f3189a14de9fbb10ee6fb)] __-__ __contributor__: update contributors (*Jina Dev Bot*)
- [[204a4f34](https://github.com/jina-ai/jina/commit/204a4f34937d8b755e12391ee0462c46b42eafb7)] __-__ __version__: the next version will be 2.2.4 (*Jina Dev Bot*)

<a name=release-note-2-2-5></a>

2.2.3

Not secure
> Release time: 2021-11-02 20:05:49



๐Ÿ™‡ We'd like to thank all contributors for this new release! In particular,
Han Xiao, Alex Cureton-Griffiths, Roshan Jossy, Deepankar Mahapatro, Joan Fontanals, Winston Wong, Nan Wang, Jina Dev Bot, Wang Bo, ๐Ÿ™‡


โšก Performance Improvements

- [[b58ad0a2](https://github.com/jina-ai/jina/commit/b58ad0a2169fe2d53a72f589d2f49fa248a5f2de)] __-__ __types__: more efficient batching and resampling (#3855) (*Han Xiao*)

๐Ÿž Bug fixes

- [[cdadb075](https://github.com/jina-ai/jina/commit/cdadb0751fafb129c4ab601d87fc1030eb6f9490)] __-__ make accessible shard and replica info at container rt (#3822) (*Joan Fontanals*)
- [[6104e4be](https://github.com/jina-ai/jina/commit/6104e4beacd1cabe8618b6bc3469fef1db13a002)] __-__ __types__: fix location and bounding box in converters (#3847) (*Han Xiao*)
- [[d78530b3](https://github.com/jina-ai/jina/commit/d78530b3f6aa145fa5ba08d8e8ba9dcd8dfeb701)] __-__ __jaml__: remove duplicate py_modules while parsing yaml (#3830) (*Wang Bo*)

๐Ÿ“— Documentation

- [[e95a600b](https://github.com/jina-ai/jina/commit/e95a600ba2c966a47110023242a1f44393f36970)] __-__ add general tutorial on 3d mesh data (#3853) (*Han Xiao*)
- [[5905c85e](https://github.com/jina-ai/jina/commit/5905c85e823b8544c69fc32f335ba1f720bda5cd)] __-__ __tutorial__: polish image2image (#3843) (*Alex Cureton-Griffiths*)
- [[0e6e2b28](https://github.com/jina-ai/jina/commit/0e6e2b28711d29ce40480ceb561622f19297a2f5)] __-__ __audio tutorial__: grammatical corrections (#3852) (*Roshan Jossy*)
- [[95b284a6](https://github.com/jina-ai/jina/commit/95b284a644f3edb53268f892756f22645be601c0)] __-__ multiprocessing spawn (#3851) (*Deepankar Mahapatro*)
- [[06f1af4a](https://github.com/jina-ai/jina/commit/06f1af4a57ff63225bc1cafd5b4b404f3d5fb0f1)] __-__ add troubleshooting section (*Han Xiao*)
- [[93dea1c9](https://github.com/jina-ai/jina/commit/93dea1c9ab773e00556283fdd6549714926f6078)] __-__ 3d mesh search tutorial (#3829) (*Winston Wong*)
- [[b1aba219](https://github.com/jina-ai/jina/commit/b1aba219e06ebd1d47092bb5834776f30262b291)] __-__ add similar audio search tutorials (#3839) (*Nan Wang*)
- [[8af57865](https://github.com/jina-ai/jina/commit/8af578658d8cd891ecc5f9662e526fed688c56a5)] __-__ fix install section (*Han Xiao*)

๐Ÿน Other Improvements

- [[caf8dc76](https://github.com/jina-ai/jina/commit/caf8dc763188d2797c5cc023c5edce7bb605ad88)] __-__ __docs__: minor revision on 3d mesh search (*Han Xiao*)
- [[d03360ff](https://github.com/jina-ai/jina/commit/d03360ff4abc73924b78b75fe31f31610b61973b)] __-__ __readme__: fix logo to use pos instead of morph (*Han Xiao*)
- [[49c4c019](https://github.com/jina-ai/jina/commit/49c4c019df515e6b6f2fe2f182c8023b5c3c0432)] __-__ __docs__: update TOC (*Jina Dev Bot*)
- [[b55ec716](https://github.com/jina-ai/jina/commit/b55ec716f6417e652c0decfa18ef6b29a8024f9f)] __-__ __contributor__: update contributors (*Jina Dev Bot*)
- [[d22f471b](https://github.com/jina-ai/jina/commit/d22f471bcb18fd7540d576050347355d7278b41e)] __-__ update announcement in readme and docs (*Jina Dev Bot*)
- [[3b4c7eb0](https://github.com/jina-ai/jina/commit/3b4c7eb0afd7c81d9e4ea273d5da04c639dea099)] __-__ __version__: the next version will be 2.2.3 (*Jina Dev Bot*)

<a name=release-note-2-2-4></a>

2.2.2

Not secure
> Release time: 2021-11-01 11:12:48



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


๐Ÿ†• New Features

- [[50a19452](https://github.com/jina-ai/jina/commit/50a19452f8c526438c2b81036ecc7c1d01a083a6)] __-__ __types__: add only_id option to match func (#3842) (*Han Xiao*)

๐Ÿž Bug fixes

- [[a66b4aa6](https://github.com/jina-ai/jina/commit/a66b4aa67c33cccd822cdd8b35cc754d5a3a645a)] __-__ __types__: fix csv loader dialect (#3841) (*Han Xiao*)

๐Ÿ Unit Test and CICD

- [[01695a5c](https://github.com/jina-ai/jina/commit/01695a5c7a97790328783bcbeb5fcdd31eb3a584)] __-__ fix broken test in _deprecate wrapper (*Han Xiao*)

๐Ÿน Other Improvements

- [[dce709db](https://github.com/jina-ai/jina/commit/dce709db639d3bfd41fb4dbf22dc59bd63309514)] __-__ __contributor__: update contributors (*Jina Dev Bot*)
- [[973c7353](https://github.com/jina-ai/jina/commit/973c735360422ea370855f35f35bcc49464a6b58)] __-__ __docs__: update TOC (*Jina Dev Bot*)
- [[502435bf](https://github.com/jina-ai/jina/commit/502435bf04ad742694470667077f3df65148cce5)] __-__ __version__: the next version will be 2.2.2 (*Jina Dev Bot*)

<a name=release-note-2-2-3></a>

2.2.1

Not secure
> Release time: 2021-10-30 13:57:21



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


๐Ÿž Bug fixes

- [[a0f77183](https://github.com/jina-ai/jina/commit/a0f77183cdd3ba154566d38abfec7baa8fc1739f)] __-__ __types__: fix warning deprecate wrapper (*Han Xiao*)

๐Ÿน Other Improvements

- [[e1c0d575](https://github.com/jina-ai/jina/commit/e1c0d575a39c468ac55d6760d5717b4100715dac)] __-__ __version__: the next version will be 2.2.1 (*Jina Dev Bot*)

<a name=release-note-2-2-2></a>

2.2.0

Not secure
> Release time: 2021-10-30 13:24:08



๐Ÿ™‡ We'd like to thank all contributors for this new release! In particular,
Han Xiao, Jina Dev Bot, Joan Fontanals, Mohammad Kalim Akram, AlaeddineAbdessalem, Tobias Jacobowitz, Deepankar Mahapatro, Nan Wang, ๐Ÿ™‡


๐Ÿ†• New Features

- [[7b859a5b](https://github.com/jina-ai/jina/commit/7b859a5b326e21e34c6a72bd8fed9cd03a76c10e)] __-__ __daemon__: directory structure on remote (#3252) (*Deepankar Mahapatro*)

๐Ÿž Bug fixes

- [[a4757bf7](https://github.com/jina-ai/jina/commit/a4757bf769dbeaacdef59a7ad25a80905a3e4c70)] __-__ __tests__: mitigate seg fault in k8s test (#3823) (*Tobias Jacobowitz*)
- [[898d1573](https://github.com/jina-ai/jina/commit/898d15731e2f1faf414b4641d9e438b0bef8f324)] __-__ fix the flow plotting vertically (#3778) (*Nan Wang*)

๐Ÿงผ Code Refactoring

- [[6246c4b6](https://github.com/jina-ai/jina/commit/6246c4b663375bbaa8b80fb12943c828bc29b939)] __-__ rename some convert functions (#3836) (*Han Xiao*)
- [[5b8b00ec](https://github.com/jina-ai/jina/commit/5b8b00ec38d170e03186f649f3b3a8c81ca2d0e2)] __-__ do not use exit stack in replicaset (#3824) (*Joan Fontanals*)

๐Ÿ“— Documentation

- [[1166f1fd](https://github.com/jina-ai/jina/commit/1166f1fd83083d4b77b3aacefac4ffd9e5351ad3)] __-__ add jina video basic (#3835) (*Han Xiao*)
- [[71463b7f](https://github.com/jina-ai/jina/commit/71463b7f6ce14135f1410a15d4edd04866701802)] __-__ add image search tutorial (#3820) (*Mohammad Kalim Akram*)
- [[5851da8c](https://github.com/jina-ai/jina/commit/5851da8c2821f34ebf96167bfa242ab5e0f11cdf)] __-__ add small-images-inside-big-images (#3828) (*AlaeddineAbdessalem*)
- [[b6f4b9d7](https://github.com/jina-ai/jina/commit/b6f4b9d74375087e12290d64933e2092d2cde569)] __-__ add audio general overview (#3831) (*Han Xiao*)

๐Ÿน Other Improvements

- [[042e020a](https://github.com/jina-ai/jina/commit/042e020adb09fd5adb51b4ec6a3ebcdf504c8f04)] __-__ bump version name (*Han Xiao*)
- [[1e7f629f](https://github.com/jina-ai/jina/commit/1e7f629f979f2a47bc1b43bf24f69cbfc7e12ce8)] __-__ __docs__: change doc title (*Han Xiao*)
- [[4353290c](https://github.com/jina-ai/jina/commit/4353290cbacd04b3c3b082b50e68b45414d3c2e8)] __-__ move windows to install (*Han Xiao*)
- [[f3ba13fd](https://github.com/jina-ai/jina/commit/f3ba13fd5aaf6ee6ad8088ec02edd545f631d62d)] __-__ __ci__: fix k8s-test needs (*Han Xiao*)
- [[6eb54bcd](https://github.com/jina-ai/jina/commit/6eb54bcddcb4af57fc2fe0d6d1c463b86aec75ba)] __-__ __contributor__: update contributors (*Jina Dev Bot*)
- [[3984097e](https://github.com/jina-ai/jina/commit/3984097eaea47f1e693f0836357010745bf0ef39)] __-__ __docs__: fix logo (*Han Xiao*)
- [[12b0a5a3](https://github.com/jina-ai/jina/commit/12b0a5a3a93394e0d4340151239ac1c4997ed647)] __-__ update announcement in readme and docs (*Jina Dev Bot*)
- [[ca75d4fc](https://github.com/jina-ai/jina/commit/ca75d4fc39aa0b17a84ea2d50cb8f1364ba66ee1)] __-__ __docs__: fix formatting issues (*Han Xiao*)
- [[ffff5c00](https://github.com/jina-ai/jina/commit/ffff5c00921f91c7b092e25c0bfa2a76a40d596e)] __-__ add sampling-rate.jpeg (*Han Xiao*)
- [[fceb978f](https://github.com/jina-ai/jina/commit/fceb978fb09a668accd0781b73d91444a931f017)] __-__ __docs__: update TOC (*Jina Dev Bot*)
- [[088ef96f](https://github.com/jina-ai/jina/commit/088ef96f3eec3a11c8a5df895b9733f1fc2b3e8c)] __-__ __version__: the next version will be 2.1.14 (*Jina Dev Bot*)

<a name=release-note-2-2-1></a>

Page 28 of 66

Links

Releases

Has known vulnerabilities

ยฉ 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.