Note: This release has breaking changes.
- FIX: Add missing usage field to ChatCompletionStreamResponse in mistralai_dart (#795). (4da75561)
- FIX: Handle optional space after colon in SSE parser in mistralai_dart (#791). (cefb1d2f)
- FEAT: Upgrade to http v1.5.0 (#785). (f7c87790)
- BREAKING BUILD: Require Dart >=3.8.0 (#792). (b887f5c6)
- 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)
- REFACTOR: Add new lint rules and fix issues (#621). (60b10e00)
- REFACTOR: Upgrade api clients generator version (#610). (0c8750e8)
- REFACTOR: Migrate conditional imports to js_interop (#453). (a6a78cfe)
- FIX: Fix deserialization of sealed classes (#435). (7b9cf223)
- FIX: Have the == implementation use Object instead of dynamic (#334). (89f7b0b9)
- REFACTOR: Update safe_mode and max temperature in Mistral chat (#300). (1a4ccd1e)
- REFACTOR: Make all LLM options fields nullable and add copyWith (#284). (57eceb9b)
- Update a dependency to the latest release.
- FIX: Fetch web requests with big payloads dropping connection (#273). (425889dc)
- FEAT: Implement Dart client for Mistral AI API (#261). (f4954c59)