Skip to content

Latest commit

 

History

History
229 lines (121 loc) · 4.36 KB

File metadata and controls

229 lines (121 loc) · 4.36 KB

Changelog

[integrations/jina-v1.3.1] - 2026-07-20

🐛 Bug Fixes

  • JinaRanker - add missing output edge (#3605)

🧪 Testing

  • Jina - add unit tests (#3214)

[integrations/jina-v1.3.0] - 2026-04-14

🚀 Features

  • (jina) Add async support and migrate from requests to httpx (#3144)

🧪 Testing

  • Track test coverage for all integrations (#3065)

[integrations/jina-v1.2.0] - 2026-03-24

🐛 Bug Fixes

  • Jina base url pass as params (#3032)

📚 Documentation

  • Simplify pydoc configs (#2855)

🧪 Testing

  • Fix JinaDocumentImageEmbedder test (#2846)
  • Test compatible integrations with python 3.14; update pyproject (#3001)

🧹 Chores

  • Standardize author mentions (#2897)
  • Add ANN type annotations to google_genai, hanlp, jina, langfuse, lara (#2990)
  • Enforce ruff docstring rules (D102/D103/D205/D209/D213/D417/D419) in integrations 11-20 (#3009)

🌀 Miscellaneous

  • Add Jina integration tests for text/document embedders and ranker (#2841)

[integrations/jina-v1.1.0] - 2026-01-19

🐛 Bug Fixes

  • (jina) Use dataclass replace to avoid modifying input documents (#2765)

[integrations/jina-v1.0.0] - 2026-01-12

📚 Documentation

  • Add pydoc configurations for Docusaurus (#2411)

⚙️ CI

  • Change pytest command (#2475)

🧹 Chores

  • Remove Readme API CI workflow and configs (#2573)
  • Make fmt command more forgiving (#2671)
  • [breaking] Jina - drop Python 3.9 and use X|Y typing (#2708)

🌀 Miscellaneous

  • Enhancement: Adopt PEP 585 type hinting (part 4) (#2527)

[integrations/jina-v0.8.0] - 2025-09-04

🚀 Features

  • Add JinaDocumentImageEmbedder (#2234)

🧹 Chores

  • Standardize readmes - part 2 (#2205)

[integrations/jina-v0.7.0] - 2025-06-30

🐛 Bug Fixes

  • Fix Jina types + add py.typed (#2020)

🧹 Chores

  • Align core-integrations Hatch scripts (#1898)
  • Remove black (#1985)

[integrations/jina-v0.6.0] - 2025-05-27

⚙️ CI

  • Review testing workflows (#1541)

🧹 Chores

  • Remove Python 3.8 support (#1421)

🌀 Miscellaneous

  • Add Jina pins (#1836)

[integrations/jina-v0.5.1] - 2024-11-26

🧹 Chores

  • Fix linting/isort (#1215)

🌀 Miscellaneous

  • Fix: JinaReaderConnector - fix the name of the output edge (#1217)

[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)

⚙️ 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

  • Add JinaRanker component (#539)

🐛 Bug Fixes

  • Fix order of API docs (#447)

📚 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

  • Generate API docs for Jina (#381)

📚 Documentation

  • Update paths and titles (#397)

🌀 Miscellaneous

  • Update secrets management (#411)

[integrations/jina-v0.1.0] - 2024-01-22

🐛 Bug Fixes

  • Fix project URLs (#96)

🚜 Refactor

  • Use hatch_vcs to manage integrations versioning (#103)

🧹 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

  • Add Jina Embeddings integration (#93)