v0.45.5

keephq/keepv0.45.5Jun 17, 2025by github-actions[bot]

AI Summary

Adds high availability features for Redis and improves authentication debugging capabilities.

Key Highlights

  • Added Redis Sentinel support for high availability
  • Added AUTH_SESSION_TIMEOUT environment variable
  • Improved authentication error logging

New Features

  • Redis Sentinel support
  • AUTH_SESSION_TIMEOUT configuration

Full Release Notes

## What's Changed
* feat: add Redis Sentinel support for high availability by @ns-rboyd in https://github.com/keephq/keep/pull/5008
* fix: Log request headers in case of No valid authentication method found by @VladimirFilonov in https://github.com/keephq/keep/pull/5027
* fix: wrong code by @shahargl in https://github.com/keephq/keep/pull/5035
* fix: flacky e2e test `test_run_workflow_from_alert_and_incident` by @Kiryous in https://github.com/keephq/keep/pull/5037
* chore(deps): bump protobuf from 5.29.2 to 5.29.5 by @dependabot in https://github.com/keephq/keep/pull/5042
* fix: bug authentication errors hard to investigate without extra data in logs by @VladimirFilonov in https://github.com/keephq/keep/pull/5029
* feat: add AUTH_SESSION_TIMEOUT environment variable for configurable session duration by @skynetigor in https://github.com/keephq/keep/pull/5041

## New Contributors
* @ns-rboyd made their first contribution in https://github.com/keephq/keep/pull/5008

**Full Changelog**: https://github.com/keephq/keep/compare/v0.45.4...v0.45.5