From 6db7399a55099ccc3a4f96169bcd5fc46711bdf9 Mon Sep 17 00:00:00 2001 From: HaystackBot Date: Thu, 21 Nov 2024 17:02:12 +0000 Subject: [PATCH] Update the changelog --- integrations/jina/CHANGELOG.md | 56 +++++++++++++++++++++++++++++----- 1 file changed, 48 insertions(+), 8 deletions(-) diff --git a/integrations/jina/CHANGELOG.md b/integrations/jina/CHANGELOG.md index 918a764f0..f65853d31 100644 --- a/integrations/jina/CHANGELOG.md +++ b/integrations/jina/CHANGELOG.md @@ -1,17 +1,49 @@ # Changelog +## [integrations/jina-v0.5.0] - 2024-11-21 + +### ๐Ÿš€ Features + +- Add `JinaReaderConnector` (#1150) + +### ๐Ÿ“š Documentation + +- Update docstrings of JinaDocumentEmbedder and JinaTextEmbedder (#1092) + +### โš™๏ธ CI + +- Adopt uv as installer (#1142) + +### ๐Ÿงน Chores + +- Update ruff linting scripts and settings (#1105) + + ## [integrations/jina-v0.4.0] - 2024-09-18 ### ๐Ÿงช Testing - Do not retry tests in `hatch run test` command (#954) -### โš™๏ธ Miscellaneous Tasks +### โš™๏ธ CI - Retry tests to reduce flakyness (#836) + +### ๐Ÿงน Chores + - Update ruff invocation to include check parameter (#853) - Update Jina Embedder usage for V3 release (#1077) +### ๐ŸŒ€ Miscellaneous + +- Remove references to Python 3.7 (#601) +- Jina - add missing ranker to API reference (#610) +- Jina ranker: fix wrong URL in docstring (#628) +- Chore: add license classifiers (#680) +- Chore: change the pydoc renderer class (#718) +- Ci: install `pytest-rerunfailures` where needed; add retry config to `test-cov` script (#845) +- Chore: Jina - ruff update, don't ruff tests (#982) + ## [integrations/jina-v0.3.0] - 2024-03-19 ### ๐Ÿš€ Features @@ -22,13 +54,17 @@ - Fix order of API docs (#447) -This PR will also push the docs to Readme - ### ๐Ÿ“š Documentation - Update category slug (#442) - Disable-class-def (#556) +### ๐ŸŒ€ Miscellaneous + +- Jina - remove dead code (#422) +- Jina - review docstrings (#504) +- Make tests show coverage (#566) + ## [integrations/jina-v0.2.0] - 2024-02-14 ### ๐Ÿš€ Features @@ -39,7 +75,7 @@ This PR will also push the docs to Readme - Update paths and titles (#397) -### Jina +### ๐ŸŒ€ Miscellaneous - Update secrets management (#411) @@ -47,18 +83,22 @@ This PR will also push the docs to Readme ### ๐Ÿ› Bug Fixes -- Fix project urls (#96) - - +- Fix project URLs (#96) ### ๐Ÿšœ Refactor - Use `hatch_vcs` to manage integrations versioning (#103) -### โš™๏ธ Miscellaneous Tasks +### ๐Ÿงน Chores - [**breaking**] Rename model_name to model in the Jina integration (#230) +### ๐ŸŒ€ Miscellaneous + +- Change metadata to meta (#152) +- Optimize API key reading (#162) +- Refact!:change import paths (#254) + ## [integrations/jina-v0.0.1] - 2023-12-11 ### ๐Ÿš€ Features