v4.1.1

jlumbroso/passage-of-time-mcpv4.1.1Jun 19, 2026by rajnandan1

AI Summary

This release focuses on stability and performance improvements for the monitoring platform, specifically addressing Redis replica failover issues, adding RSS feeds for incident tracking, and optimizing database queries.

Key Highlights

  • Fix Redis writes after replica failover by reconnecting on READONLY mode.
  • Add public RSS 2.0 feeds for incidents and scheduled maintenance.
  • Add covering index for monitor-bars status aggregation.
  • Isolate web and worker database connection pools.

New Features

  • Public RSS 2.0 feed for incidents and scheduled maintenance.
  • Incident table now includes start date for better data tracking.

Full Release Notes

## What's Changed
* Fix Redis writes after replica failover by reconnecting on `READONLY` by @phatlet in https://github.com/rajnandan1/kener/pull/711
* Add public RSS 2.0 feed for incidents and scheduled maintenance by @Kukks in https://github.com/rajnandan1/kener/pull/731
* Fix/759 by @rajnandan1 in https://github.com/rajnandan1/kener/pull/760
* refactor: update incident table to include start date and improve dat… by @rajnandan1 in https://github.com/rajnandan1/kener/pull/761
* perf: add covering index for monitor-bars status aggregation by @kensac in https://github.com/rajnandan1/kener/pull/763
* fix(database): isolate web and worker connection pools by @rajnandan1 in https://github.com/rajnandan1/kener/pull/764
* Implement/665 by @rajnandan1 in https://github.com/rajnandan1/kener/pull/765

## New Contributors
* @phatlet made their first contribution in https://github.com/rajnandan1/kener/pull/711
* @kensac made their first contribution in https://github.com/rajnandan1/kener/pull/763

**Full Changelog**: https://github.com/rajnandan1/kener/compare/v4.1.0...v4.1.1