Skip to content

Releases: airweave-ai/airweave

v0.6.52

21 Oct 12:44
f806645

Choose a tag to compare

What's Changed

  • feat(mcp): configure redis for session storage by @felixschmetz in #981
  • fix(file-handling): prevent error messages from being stored as entity content by @felixschmetz in #985
  • fix: Update HTTP methods for collection and source-connection endpoints (PUT → PATCH) by @felixschmetz in #986
  • chore: Remove unused SourceConnectionDetailView component by @felixschmetz in #987
  • refactor(api): let rate limits only apply on api key + use enums for auth method by @orhanrauf in #989
  • fix: Enable scrolling in edit source connection modal on small screens by @felixschmetz in #988

Full Changelog: v0.6.51...v0.6.52

v0.6.51

20 Oct 12:43
42326ba

Choose a tag to compare

What's Changed

  • refactor(mcp): Switch hosted server from SSE to Streamable HTTP, eliminate code duplication, upgrade SDK, add comprehensive tests by @felixschmetz in #979
  • fix(google-drive/diskpressure): Exclude all video files from download to prevent tmp storage issues by @felixschmetz in #984

Full Changelog: v0.6.50...v0.6.51

v0.6.50

17 Oct 17:21
401a0c7

Choose a tag to compare

What's Changed

Full Changelog: 0.6.49...v0.6.50

v0.6.49

17 Oct 16:15
f59a7dd

Choose a tag to compare

What's Changed

Full Changelog: v0.6.48...0.6.49

v0.6.48

17 Oct 12:50

Choose a tag to compare

What's Changed

Full Changelog: v0.6.47...v0.6.48

v0.6.47

17 Oct 10:47
c85595c

Choose a tag to compare

What's Changed

Full Changelog: v0.6.46...v0.6.47

v0.6.46

14 Oct 17:53
33f23fc

Choose a tag to compare

What's Changed

Full Changelog: v0.6.45...v0.6.46

v0.6.45

14 Oct 16:25
de3dd46

Choose a tag to compare

What's Changed

PR: #952

Added a Cerebras LLM provider for text generation and structured output, and set it as the preferred provider in search operations for faster responses.

  • New Features

    • New CerebrasProvider with generate and structured_output; embeddings and rerank are not supported.
    • Updated structured output models to be Cerebras-compatible:
      • Use fixed-length tuples for keywords and expansions; extra="forbid" on models.
      • Introduced ValueMatch, AnyMatch, and RangeSpec for stricter filter validation.
      • Normalize JSON schema (remove min/max items; set items:false with prefixItems).
    • Added cerebras model config in defaults.yml and moved Cerebras to the top of operation_preferences.
    • Factory now detects CEREBRAS_API_KEY and initializes CerebrasProvider.
  • Dependencies

    • Added cerebras-cloud-sdk.

v0.6.44

14 Oct 15:38
f57d2a8

Choose a tag to compare

What's Changed

  • fix: correct boolean default value formatting in docs generation by @EwanTauran in #948
  • feat: fix file deletion not removing main entities from Qdrant by @felixschmetz in #947
  • fix: add 'sharepoint' to blocked sources in ComposioAuthProvider, fix temporal schedule test logic by @EwanTauran in #946
  • feat: make monke operational by @felixschmetz in #938
  • feat(monke): bump parallelism to with github matrix + fix source connection change detection + speed up local start.sh by @felixschmetz in #951
  • fix: readme updates by @EwanTauran in #953
  • feat(gmail): add filtering support for date ranges and labels + allow continuous sync monke + force full sync by @orhanrauf in #950

Full Changelog: v0.6.43...v0.6.44

v0.6.43

10 Oct 16:58
def8f86

Choose a tag to compare

What's Changed

  • fix(frontend & syncs): some performance improvements / fixing speed issues by @EwanTauran in #931
  • fix: periodically clean up stale sync jobs by @orhanrauf in #945
  • fix(notion): errors logs nonetype + monke config by @orhanrauf in #944
  • fix: take the right method for calculating chunk size + use warning by @orhanrauf in #942
  • fix: add checks for supported formats by mistral by @orhanrauf in #939
  • fix: write warning instead of error for mov files by @orhanrauf in #941
  • fix: orphaned sync workflows by @orhanrauf in #940

Full Changelog: v0.6.42...v0.6.43