v1.44.0

getlago/lagov1.44.0Mar 19, 2026by vincent-pochet

AI Summary

Enhancements to the events processor including a reprocess pipeline and logger improvements, alongside updates to CI/CD pipelines for Docker images.

Key Highlights

  • Add an events reprocess pipeline
  • Improve logger setup in events-processor
  • Add tag-triggered release pipeline for docker images

New Features

  • Events reprocess pipeline
  • Events processor fixes for grouped filters and timestamps
  • CI/CD updates for multi-arch docker builds

Full Release Notes

## What's Changed
* chore(deps): bump go.opentelemetry.io/otel/sdk from 1.38.0 to 1.40.0 in /events-processor by @dependabot[bot] in https://github.com/getlago/lago/pull/707
* fix(events-processor): Ensure grouped by are set when matching a single flat filter by @vincent-pochet in https://github.com/getlago/lago/pull/710
* fix(events-processor): Handle RFC3339 timestamp by @vincent-pochet in https://github.com/getlago/lago/pull/709
* misc(events-processor) Improve logger setup by @vincent-pochet in https://github.com/getlago/lago/pull/711
* misc(events-processor): Add an events reprocess pipeline by @vincent-pochet in https://github.com/getlago/lago/pull/712
* ci: add tag-triggered release pipeline for docker images by @IxDay in https://github.com/getlago/lago/pull/702
* ci: add exact-tags-only flag to multi-arch docker build by @IxDay in https://github.com/getlago/lago/pull/716
* chore(deps): bump google.golang.org/grpc from 1.77.0 to 1.79.3 in /events-processor by @dependabot[bot] in https://github.com/getlago/lago/pull/717
* fix(security-logs): Add missing config for local environment by @vincent-pochet in https://github.com/getlago/lago/pull/718
* misc(version): Bump version to 1.44.0 by @vincent-pochet in https://github.com/getlago/lago/pull/719


**Full Changelog**: https://github.com/getlago/lago/compare/v1.43.0...v1.44.0