v0.8.99

airweave-ai/airweavev0.8.99Feb 25, 2026by felixschmetz

AI Summary

Feature release adding ServiceNow connector along with various refactoring improvements to collections, source connections, and context handling.

Key Highlights

  • Implemented ServiceNow connector
  • Refactored collections endpoint logic into domain service
  • Fixed BaseContext invalid user arg during org setup
  • Added required embedding env vars to public API test workflow
  • Fixed VSCode metrics port conflict

New Features

  • ServiceNow connector

Full Release Notes

## What's Changed
* feat: ENG-2099: Implement `servicenow` connector by @viralpraxis in https://github.com/airweave-ai/airweave/pull/1473
* refactor(collections): move endpoint logic into domain service (Code Blue) by @marc-rutzou in https://github.com/airweave-ai/airweave/pull/1462
* fix(collections): add missing attrs to test mock for delete snapshot by @marc-rutzou in https://github.com/airweave-ai/airweave/pull/1475
* fix(vscode): avoid metrics port conflict by @hiddeco in https://github.com/airweave-ai/airweave/pull/1476
* refactor: extract source-connection create flow into domain service by @felixschmetz in https://github.com/airweave-ai/airweave/pull/1470
* ci: add required embedding env vars to public API test workflow by @marc-rutzou in https://github.com/airweave-ai/airweave/pull/1482
* Chore: move source tests to expected location by @viralpraxis in https://github.com/airweave-ai/airweave/pull/1483
* fix: remove invalid user arg from BaseContext during org setup by @felixschmetz in https://github.com/airweave-ai/airweave/pull/1484


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