jina-ai / examples

Jina examples and demos to help you get started
https://docs.jina.ai
Apache License 2.0
453 stars 140 forks source link

chore(deps): bump jina[standard] from 2.0.18 to 2.1.1 in /wikipedia-sentences #719

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps jina[standard] from 2.0.18 to 2.1.1.

Release notes

Sourced from jina[standard]'s releases.

πŸ’« Patch v2.1.1

Release Note (2.1.1)

Release time: 2021-09-18 06:46:23

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, felix-wang, Deepankar Mahapatro, Jina Dev Bot, Tadej Svetina, Ce Gao, Tobias Jacobowitz, Raghav Prabhakar, Florian HΓΆnicke, Anudeep Gunukula, cristian, Zhaofeng Miao, AlaeddineAbdessalem, πŸ™‡

πŸ†• New Features

  • [1619bef4] - implement blobs getter and setter (#3417) (Tadej Svetina)
  • [785d8f96] - hubio: do not pull latest version by default (#3424) (Han Xiao)
  • [e8dccccd] - add clear method (#3142) (Anudeep Gunukula)
  • [50a7e2d3] - flow polls ready status from every pod 🍾 (#3410) (Han Xiao)
  • [fbd0ec23] - types: allow match on traversal paths (#3405) (Han Xiao)

⚑ Performance Improvements

  • [3ba5ec18] - make slow pkg_resources import inline (#3409) (Han Xiao)

🐞 Bug fixes

  • [bc35b414] - throw exception for positional arguments (#3310) (felix-wang)
  • [11916dc1] - hubio: only print single usage at a time (#3430) (Han Xiao)
  • [e7d569c6] - k8s: Do not hard code the FQDN (#3422) (Ce Gao)
  • [df59b5f5] - fix the wrong namespace in the example (#3429) (Ce Gao)
  • [feb33517] - daemon: improve error logging (#3423) (Tobias Jacobowitz)
  • [c7779895] - flow: raise error when using grpc data runtime with shards (#3364) (Raghav Prabhakar)
  • [d8c7be19] - hubio: make hub pulling progressbar smoother (Han Xiao)
  • [df462df0] - hubio: make hub pulling progressbar smoother (#3414) (Han Xiao)
  • [f7e45f74] - spawn: reregister jaml classes (#3407) (Deepankar Mahapatro)
  • [3bfcc517] - spawn: uses executor with quotes (#3404) (Deepankar Mahapatro)
  • [c939bf32] - hub: replace docker hub url with jina hub url, and it is clickable (#3403) (Zhaofeng Miao)
  • [cebb1e06] - hub: use name instead of uuid after hub pulling (#3402) (Zhaofeng Miao)
  • [9c98f60e] - remove unused class (#3374) (Ce Gao)

🧼 Code Refactoring

  • [212b3bae] - types: fix traversal path type check (#3416) (Han Xiao)
  • [d37e6ab1] - helloworld: remove unnecessary code in hello world (#3395) (Han Xiao)

πŸ“— Documentation

  • [25810171] - daemon: refactor remote executors (#3432) (Deepankar Mahapatro)
  • [7c67bc9f] - add note on compound executor (#3406) (cristian)
  • [7a0a29b2] - add introduction of jina hub website (#3411) (Zhaofeng Miao)
  • [6004d571] - k8s: improve k8s documentations (#3412) (Han Xiao)

... (truncated)

Changelog

Sourced from jina[standard]'s changelog.

Release Note (2.0.18)

Release time: 2021-08-11 07:04:34

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

🧼 Code Refactoring

  • [2b79c067] - setup: make standard deps as the default deps (#3145) (Han Xiao)

πŸ“— Documentation

  • [73589246] - daemon in readme (#3122) (Deepankar Mahapatro)
  • [b7a1cf7f] - hub: add description about the tag of hub (#3125) (Zhaofeng Miao)
  • [0eb06a94] - update dam chapter and add uses_with , uses_metas , uses_requests to Flow.md (#3146) (AlaeddineAbdessalem)

🍹 Other Improvements

  • [2e22f88d] - docs: fix layout of jinad markdown (Han Xiao)
  • [6c9704c2] - docs: update TOC (Jina Dev Bot)
  • [2cc4fb0b] - contributor: update contributors (Jina Dev Bot)
  • [994a61c0] - docs: fix layout of jinad (Han Xiao)
  • [92613c32] - version: the next version will be 2.0.18 (Jina Dev Bot)

Release Note (2.0.19)

Release time: 2021-08-18 11:49:12

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, Joan Fontanals, Maximilian Werk, Jina Dev Bot, Maksudur Rahman Maateen, David Buchaca Prats, Wang Bo, AlaeddineAbdessalem, Tadej Svetina, Deepankar Mahapatro, Tobias Jacobowitz, cristian, πŸ™‡

πŸ’₯ Breaking changes

  • [c2eca9f6] - cli: πŸ’₯ change zed_runtime to executor --native (#3196) (Han Xiao)

πŸ†• New Features

  • [53e4607c] - pass native in container runtime docker (#3200) (Joan Fontanals)
  • [2939170b] - blobs property (#3198) (Joan Fontanals)
  • [befb7cd3] - unknown args loggin (#3172) (Maximilian Werk)
  • [b32a0a56] - changed pull_request_target to pull_request (#3189) (Maksudur Rahman Maateen)
  • [21a62afc] - add setter to embeddings (#3190) (David Buchaca Prats)

... (truncated)

Commits
  • fdcc0a3 chore: fix glitches in readme
  • bc35b41 fix: throw exception for positional arguments (#3310)
  • 2581017 docs(daemon): refactor remote executors (#3432)
  • 0b5f461 chore(contributor): update contributors
  • 01ad9d8 chore(docs): fix broken link of the compound executor
  • 00d7a5f chore: move graph document to experimental section
  • 1619bef feat: implement blobs getter and setter (#3417)
  • 11916dc fix(hubio): only print single usage at a time (#3430)
  • 33f91b5 chore(pods): Print logs with JinaLogger and add logs for k8s namespace creati...
  • e7d569c fix(k8s): Do not hard code the FQDN (#3422)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 3 years ago

Superseded by #723.