v1.52.0
getlago/lagov1.52.0Aug 26, 2026by lovrocolic
AI Summary
This release introduces a Docker Compose configuration for Meilisearch development and fixes logic for alert subscriptions and events processor charge filters. It also includes significant improvements to the CI/CD pipeline, enabling multi-arch builds and OIDC role assumption for ECR pushes, along with documentation updates for agentic monetization.
Key Highlights
- Added Docker Compose configuration for Meilisearch development
- Fixed alert subscriptions for refresh on past recurring events
- Migrated events-processor image build to a centralized workflow
- Added support for OIDC role assumption in ECR pushes
- Revamped README for agentic monetization
New Features
- Added Docker Compose configuration for Meilisearch development
- Added push input to the multi-arch build workflow
- Support OIDC role assumption for ECR pushes
Full Release Notes
## What's Changed * [ING-493] fix(alerts): flag subscriptions for refresh on past recurring events by @vincent-pochet in https://github.com/getlago/lago/pull/768 * feat(meilisearch): Add docker compose dev config for meilisearch by @tiagolupepic in https://github.com/getlago/lago/pull/773 * Revamp README for agentic monetization by @anhtho-lago in https://github.com/getlago/lago/pull/775 * [ING-543] fix(events-processor): Select the same charge filter as Rails by @toommz in https://github.com/getlago/lago/pull/774 * Build the connectors image directly in this repo by @koikonom in https://github.com/getlago/lago/pull/778 * Migrate events-processor image build to centralized workflow by @koikonom in https://github.com/getlago/lago/pull/779 * Add a push input to the multi-arch build workflow by @koikonom in https://github.com/getlago/lago/pull/780 * Support OIDC role assumption for ECR pushes by @koikonom in https://github.com/getlago/lago/pull/781 * chore(release): bump version to v1.52.0 by @lovrocolic in https://github.com/getlago/lago/pull/782 ## New Contributors * @koikonom made their first contribution in https://github.com/getlago/lago/pull/778 **Full Changelog**: https://github.com/getlago/lago/compare/v1.51.0...v1.52.0