v0.47.11

keephq/keepv0.47.11Oct 13, 2025by github-actions[bot]

AI Summary

Patch release with SQLAlchemy fix, alert fetching bug fix, and Mailgun custom domain support for self-hosted instances.

Key Highlights

  • Fixed SQLAlchemy Warning
  • Fixed UndefinedFunction in get_alerts_by_fingerprint
  • Added custom domain support for Mailgun in self-hosted instances
  • Updated axios and python-socketio dependencies

New Features

  • Custom domain support for Mailgun in self-hosted instances

Full Release Notes

## What's Changed
* fix: SQLAlchemy Warning fix by @korolenkowork in https://github.com/keephq/keep/pull/5350
* chore(deps): bump axios from 1.9.0 to 1.12.2 in /keep-ui by @dependabot[bot] in https://github.com/keephq/keep/pull/5343
* fix: UndefinedFunction in get_alerts_by_fingerprint by @diegovb-sys in https://github.com/keephq/keep/pull/5358
* chore(deps): bump python-socketio from 5.12.0 to 5.14.0 by @dependabot[bot] in https://github.com/keephq/keep/pull/5356
* feat(mailgun): add custom domain support for self-hosted instances by @sanyo4ever in https://github.com/keephq/keep/pull/5362

## New Contributors
* @sanyo4ever made their first contribution in https://github.com/keephq/keep/pull/5362

**Full Changelog**: https://github.com/keephq/keep/compare/v0.47.10...v0.47.11