v1.46.0

MagicMirrorOrg/MagicMirrorv1.46.0May 13, 2026by domenicofalco

AI Summary

This release improves the stability of the events processor by handling Kafka commits more efficiently and fixes broken links in the project's README. It also marks the first contributions from two new contributors.

Key Highlights

  • Skip Kafka commit when no record is commitable
  • Fix broken links in README
  • Welcome new contributors @toommz and @alexrudall

Full Release Notes

## What's Changed
* fix(events-processor): Skip kafka commit when no record is commitable by @toommz in https://github.com/getlago/lago/pull/735
* Fix/Fix broken links in README by @alexrudall in https://github.com/getlago/lago/pull/736
* chore(release): bump version to v1.46.0 by @domenicofalco in https://github.com/getlago/lago/pull/739

## New Contributors
* @toommz made their first contribution in https://github.com/getlago/lago/pull/735
* @alexrudall made their first contribution in https://github.com/getlago/lago/pull/736

**Full Changelog**: https://github.com/getlago/lago/compare/v1.45.2...v1.46.0