v0.8.98

airweave-ai/airweavev0.8.98Feb 23, 2026by hiddeco

AI Summary

Feature release adding Slite connector with various refactoring improvements to source connection services and Temporal workflow support.

Key Highlights

  • Implemented Slite connector
  • Added Temporal SDK Prometheus metrics
  • Refactored SourceConnectionDeletionService and SourceConnectionUpdateService into domain layer
  • Fixed BaseContext.to_serializable_dict for Temporal workflows
  • Fixed asyncio.run() issue in db_sync

New Features

  • Slite connector
  • Temporal SDK Prometheus metrics

Full Release Notes

## What's Changed

* feat: Add new GH pull request template for new connectors by @viralpraxis in https://github.com/airweave-ai/airweave/pull/1467
* refactor: move get_sync_id and authorize_redirect into domain layers by @felixschmetz in https://github.com/airweave-ai/airweave/pull/1463
* feat: ENG-2143: Implement `slite` connector by @viralpraxis in https://github.com/airweave-ai/airweave/pull/1466
* refactor: extract SourceConnectionDeletionService and SourceConnectionUpdateService into domain layer by @felixschmetz in https://github.com/airweave-ai/airweave/pull/1464
* fix(context): add BaseContext.to_serializable_dict for Temporal workflows by @felixschmetz in https://github.com/airweave-ai/airweave/pull/1469
* feat: enable Temporal SDK Prometheus metrics by @hiddeco in https://github.com/airweave-ai/airweave/pull/1465
* fix: avoid asyncio.run() in db_sync by @hiddeco in https://github.com/airweave-ai/airweave/pull/1471


**Full Changelog**: https://github.com/airweave-ai/airweave/compare/v0.8.97...v0.8.98