Skip to content

Latest commit

 

History

History
210 lines (115 loc) · 4.71 KB

File metadata and controls

210 lines (115 loc) · 4.71 KB

Changelog

[integrations/mistral-v1.2.0] - 2026-03-13

🧹 Chores

  • Update mistral integration to work with mistralai>=2.0.0 (#2957)

[integrations/mistral-v1.1.0] - 2026-03-12

🚀 Features

  • List supported models for Mistral integration (#2955)

[integrations/mistral-v1.0.1] - 2026-03-11

📚 Documentation

  • Simplify pydoc configs (#2855)

🌀 Miscellaneous

  • Fix: Pin mistralai dep to be <2.0.0 (#2949)

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

⚙️ CI

  • Change pytest command (#2475)

🧹 Chores

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

🌀 Miscellaneous

  • Enhancement: Adopt PEP 585 type hinting (part 4) (#2527)
  • Fix: Fix doc links (#2661)

[integrations/mistral-v0.6.0] - 2025-10-27

🚀 Features

  • Metadata as input for MistalOCRDocumentConverter (#2457)

📚 Documentation

  • Fix MistralOCRDocumentConverter docstring (#2444)

[integrations/mistral-v0.5.0] - 2025-10-23

🚀 Features

  • Mistral ocr converter (#2376)

[integrations/mistral-v0.4.0] - 2025-10-22

🚀 Features

  • Add support for structured outputs for MistralChatGenerator (#2390)

📚 Documentation

  • Add pydoc configurations for Docusaurus (#2411)

🌀 Miscellaneous

  • Feat: MistralChatGenerator update tools param to ToolsType (#2430)

[integrations/mistral-v0.3.1] - 2025-09-23

🐛 Bug Fixes

  • Fix MistralChatGenerator to work with haystack-ai>=2.18 (#2296)

🧪 Testing

  • Check that _convert_chat_completion_chunk_to_streaming_chunk works for MistralChatGenerator (#1953)

🧹 Chores

  • Standardize readmes - part 2 (#2205)

🌀 Miscellaneous

  • Chore: Fix linting in tests in mistral integration (#2262)

[integrations/mistral-v0.3.0] - 2025-06-27

🧹 Chores

  • Align core-integrations Hatch scripts (#1898)
  • Remove black (#1985)
  • Mistral - improve type checking + add py.typed (#2009)

🌀 Miscellaneous

  • Test: Remove test_check_abnormal_completions - already tested in Haystack (#1842)

[integrations/mistral-v0.2.0] - 2025-05-23

🐛 Bug Fixes

  • Update serialization/deserialization tests to add new parameter connection_type_validation (#1464)
  • Bring Mistral integration up to date with changes made to OpenAIChatGenerator and OpenAI Embedders (#1774)

📚 Documentation

  • ChatMessage examples (#1752)

🧪 Testing

  • Mistral/Stackit - add pytz test dependency (#1504)
  • Update tool serialization in tests to include inputs_from_state and outputs_to_state (#1581)
  • Remove not needed tool_choice (#1651)
  • Add async tests for MistralChatGenerator (#1674)

⚙️ CI

  • Review testing workflows (#1541)

🧹 Chores

  • Remove Python 3.8 support (#1421)

🌀 Miscellaneous

  • Mark test as integration (#1422)
  • Test: Update tests to check for outputs_to_string in Tool when running haystack-ai>=2.12 (#1585)
  • Fix: Fix Mistral sede tests (#1666)

[integrations/mistral-v0.1.1] - 2025-02-12

🧹 Chores

  • Remove robust tool chunk stream handling - added in Haystack 2.10 (#1367)

🌀 Miscellaneous

  • Chore: remove jsonschema dependency from default environment (#1368)

[integrations/mistral-v0.1.0] - 2025-02-10

🐛 Bug Fixes

  • Replace DynamicChatPromptBuilder with ChatPromptBuilder (#940)
  • Lints in mistral-haystack (#994)

🧪 Testing

  • Do not retry tests in hatch run test command (#954)

⚙️ CI

  • Retry tests to reduce flakyness (#836)
  • Adopt uv as installer (#1142)

🧹 Chores

  • Update ruff invocation to include check parameter (#853)
  • Update ruff linting scripts and settings (#1105)
  • Use text instead of content for ChatMessage in Llama.cpp, Langfuse and Mistral (#1238)
  • Mistral - pin haystack-ai>=2.9.0 and simplify test (#1293)

🌀 Miscellaneous

  • 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)
  • Test: adapt Mistral to OpenAI refactoring (#1271)
  • Adding tools to MistralChatGenerator - based on OpenAIChatGenerator (#1358)

[integrations/mistral-v0.0.2] - 2024-04-09

🐛 Bug Fixes

  • Fix order of API docs (#447)
  • Fix haystack-ai pins (#649)

🚜 Refactor

  • Mistral: refactor tests (#487)

📚 Documentation

  • Update category slug (#442)
  • Disable-class-def (#556)

🧹 Chores

  • Update docstrings (#497)

🌀 Miscellaneous

  • Make tests show coverage (#566)
  • Remove references to Python 3.7 (#601)

[integrations/mistral-v0.0.1] - 2024-02-16

🌀 Miscellaneous

  • Adding mistral generator and embedders (#409)