2025-06-12
·
71 commits
to main
since this release
Changes
Packages with changes:
openai_dart-v0.5.0anthropic_sdk_dart-v0.2.1chromadb-v0.2.1googleai_dart-v0.1.1langchain-v0.7.8langchain_anthropic-v0.2.1langchain_chroma-v0.2.2langchain_community-v0.3.4langchain_core-v0.3.7langchain_firebase-v0.2.2langchain_google-v0.6.5langchain_mistralai-v0.2.4langchain_ollama-v0.3.3langchain_openai-v0.7.4langchain_pinecone-v0.1.1langchain_supabase-v0.1.2langgraph-v0.0.1-dev.2mistralai_dart-v0.0.4ollama_dart-v0.2.3openai_realtime_dart-v0.0.4tavily_dart-v0.1.1vertex_ai-v0.1.1
openai_dart - v0.5.0
- BREAKING FEAT: Align OpenAI API changes (#706). (b8b04ca6)
- FEAT: Add support for web search, gpt-image-1 and list chat completions (#716). (269dea03)
- FEAT: Update OpenAI model catalog (#714). (68df4558)
- FEAT: Change the default value of 'reasoning_effort' from medium to null (#713). (f224572e)
- FEAT: Update dependencies (requires Dart 3.6.0) (#709). (9e3467f7)
- REFACTOR: Remove fetch_client dependency in favor of http v1.3.0 (#659). (0e0a685c)
- REFACTOR: Fix linter issues (#708). (652e7c64)
- DOCS: Fix TruncationObject docs typo in openai_dart. (ee5ed4fd)
- DOCS: Document Azure Assistants API base url (#626). (c3459eea)
anthropic_sdk_dart - v0.2.1
- FEAT: Update dependencies (requires Dart 3.6.0) (#709). (9e3467f7)
- REFACTOR: Remove fetch_client dependency in favor of http v1.3.0 (#659). (0e0a685c)
- FIX: Fix linter issues (#656). (88a79c65)
chromadb - v0.2.1
- FEAT: Update dependencies (requires Dart 3.6.0) (#709). (9e3467f7)
- REFACTOR: Remove fetch_client dependency in favor of http v1.3.0 (#659). (0e0a685c)
- FIX: Fix linter issues (#656). (88a79c65)
googleai_dart - v0.1.1
- FEAT: Update dependencies (requires Dart 3.6.0) (#709). (9e3467f7)
- REFACTOR: Remove fetch_client dependency in favor of http v1.3.0 (#659). (0e0a685c)
- FIX: Fix linter issues (#656). (88a79c65)
langchain - v0.7.8
- FEAT: Implement Markdown text splitter (#635). (242e4be2)
- FEAT: Update dependencies (requires Dart 3.6.0) (#709). (9e3467f7)
- FEAT: Add to/fromMap serialization to ChatMessage, PromptValue & ChatHistory (#681). (d239c7c7)
- FIX: Correctly calculate start_index when using chunkOverlap in TextSplitter (#640). (71dd5ac3)
- FIX: Fix linter issues (#656). (88a79c65)
- FIX: Made apiKey optional for
TavilyAnswerToolandTavilySearchResultsTool(#646). (5085ea4a)
langchain_anthropic - v0.2.1
- FEAT: Update dependencies (requires Dart 3.6.0) (#709). (9e3467f7)
- REFACTOR: Remove fetch_client dependency in favor of http v1.3.0 (#659). (0e0a685c)
- FIX: Fix linter issues (#656). (88a79c65)
langchain_chroma - v0.2.2
- FEAT: Update dependencies (requires Dart 3.6.0) (#709). (9e3467f7)
- REFACTOR: Remove fetch_client dependency in favor of http v1.3.0 (#659). (0e0a685c)
- FIX: Fix linter issues (#656). (88a79c65)
langchain_community - v0.3.4
- FEAT: Update dependencies (requires Dart 3.6.0) (#709). (9e3467f7)
- REFACTOR: Remove fetch_client dependency in favor of http v1.3.0 (#659). (0e0a685c)
- FIX: Fix static instance of ObjectBoxVectorStore (#684). (719ead93)
- FIX: Fix langchain_community WASM compatibility (#660). (0be8aae4)
- FIX: Fix linter issues (#656). (88a79c65)
- FIX: Made apiKey optional for
TavilyAnswerToolandTavilySearchResultsTool(#646). (5085ea4a)
langchain_core - v0.3.7
- FEAT: Update dependencies (requires Dart 3.6.0) (#709). (9e3467f7)
- FEAT: Add to/fromMap serialization to ChatMessage, PromptValue & ChatHistory (#681). (d239c7c7)
- FIX: Fix linter issues (#656). (88a79c65)
- FIX: RunnableMap doesn't invoke multiple Runnables in parallel (#649). (fc722d85)
langchain_firebase - v0.2.2
- FEAT: Update dependencies (requires Dart 3.6.0) (#709). (9e3467f7)
- REFACTOR: Fix linter issues (#708). (652e7c64)
- REFACTOR: Migrate firebase_vertexai dep to 1.4.0 (#663). (4fca38c5)
- FIX: Fix linter issues (#656). (88a79c65)
langchain_google - v0.6.5
- FEAT: Update dependencies (requires Dart 3.6.0) (#709). (9e3467f7)
- REFACTOR: Remove fetch_client dependency in favor of http v1.3.0 (#659). (0e0a685c)
- FIX: Fix linter issues (#656). (88a79c65)
langchain_mistralai - v0.2.4
- FEAT: Update dependencies (requires Dart 3.6.0) (#709). (9e3467f7)
- REFACTOR: Fix linter issues (#708). (652e7c64)
- REFACTOR: Remove fetch_client dependency in favor of http v1.3.0 (#659). (0e0a685c)
- FIX: Fix linter issues (#656). (88a79c65)
- DOCS: Add langchain_mistralai example (#662). (eca7a24d)
langchain_ollama - v0.3.3
- FEAT: Update dependencies (requires Dart 3.6.0) (#709). (9e3467f7)
- REFACTOR: Fix linter issues (#708). (652e7c64)
- REFACTOR: Remove fetch_client dependency in favor of http v1.3.0 (#659). (0e0a685c)
- FIX: Fix linter issues (#656). (88a79c65)
- DOCS: Add langchain_ollama example (#661). (0bba6cb4)
langchain_openai - v0.7.4
- FEAT: Update OpenAI model catalog (#714). (68df4558)
- FEAT: Update dependencies (requires Dart 3.6.0) (#709). (9e3467f7)
- REFACTOR: Remove fetch_client dependency in favor of http v1.3.0 (#659). (0e0a685c)
- FIX: Fix linter issues (#656). (88a79c65)
langchain_pinecone - v0.1.1
- FEAT: Update dependencies (requires Dart 3.6.0) (#709). (9e3467f7)
- REFACTOR: Remove fetch_client dependency in favor of http v1.3.0 (#659). (0e0a685c)
- FIX: Fix linter issues (#656). (88a79c65)
langchain_supabase - v0.1.2
- FEAT: Update dependencies (requires Dart 3.6.0) (#709). (9e3467f7)
- REFACTOR: Remove fetch_client dependency in favor of http v1.3.0 (#659). (0e0a685c)
- FIX: Fix linter issues (#656). (88a79c65)
langgraph - v0.0.1-dev.2
mistralai_dart - v0.0.4
- FEAT: Update dependencies (requires Dart 3.6.0) (#709). (9e3467f7)
- REFACTOR: Remove fetch_client dependency in favor of http v1.3.0 (#659). (0e0a685c)
- FIX: Fix linter issues (#656). (88a79c65)
ollama_dart - v0.2.3
- FEAT: Add think/thinking params to ollama_dart (#721). (701d7968)
- FEAT: Add capabilities, projector_info, tensors and modified_at to Ollama's ModelInfo (#690). (c5e247db)
- FEAT: Update dependencies (requires Dart 3.6.0) (#709). (9e3467f7)
- REFACTOR: Remove fetch_client dependency in favor of http v1.3.0 (#659). (0e0a685c)
- FIX: Fix linter issues (#656). (88a79c65)
openai_realtime_dart - v0.0.4
- FEAT: Align latest OpenAI Realtime API changes (#707). (c2fc4f53)
- FEAT: Add language and prompt properties to InputAudioTranscriptionConfig (#698). (5daf6e60)
- FEAT: Add RealtimeEvent for input audio transcription delta updates (#710). (0848a253)
- FEAT: Add support for custom headers in WebSocket connections (#693). (de81ef89)
- FEAT: Allow to pass a custom model in OpenAI RealtimeClient (#654). (60feae46)
- FEAT: Update dependencies (requires Dart 3.6.0) (#709). (9e3467f7)
- FIX: Server VAD is enabled after setting turnDetection to null (#668). (39c21ba4)
- FIX: previous_item_id should be nullable in openai_realtime_dart (#639). (0f84850f)
- REFACTOR: Remove fetch_client dependency in favor of http v1.3.0 (#659). (0e0a685c)
- REFACTOR: Remove unused property in openai_realtime_dart (#625). (231ccab2)
- REFACTOR: Fix linter issues (#708). (652e7c64)
tavily_dart - v0.1.1
- FEAT: Update dependencies (requires Dart 3.6.0) (#709). (9e3467f7)
- FIX: Made apiKey optional for
TavilyAnswerToolandTavilySearchResultsTool(#646). (5085ea4a) - FIX: Fix linter issues (#656). (88a79c65)
- REFACTOR: Remove fetch_client dependency in favor of http v1.3.0 (#659). (0e0a685c)
vertex_ai - v0.1.1
- FEAT: Update dependencies (requires Dart 3.6.0) (#709). (9e3467f7)
- REFACTOR: Remove fetch_client dependency in favor of http v1.3.0 (#659). (0e0a685c)
- FIX: Fix linter issues (#656). (88a79c65)
New Contributors
- @Nana-Kwame-bot made their first contribution in #620
- @eltociear made their first contribution in #637
- @popcorn-cpu made their first contribution in #668
- @FaFre made their first contribution in #640
- @mbfakourii made their first contribution in #693
- @JHubi1 made their first contribution in #690
- @jbienzss made their first contribution in #713
- @plateaukao made their first contribution in #721