v1.53.0

getlago/lagov1.53.0Sep 8, 2026by vincent-pochet

AI Summary

This release focuses on bug fixes and maintenance updates, specifically improving the events processor's Redis context handling and replacing development tools like Meilisearch with Mailpit. It introduces frontend build optimizations by sharing a pnpm store and updates the gRPC dependency. A new contributor also joined the team with a DNS-related fix.

Key Highlights

  • Fixed Redis context scoping in the events processor
  • Removed Meilisearch from the dev stack
  • Shared pnpm store between frontend containers
  • Replaced Mailhog with Mailpit for SMTP testing
  • Updated gRPC dependency

Full Release Notes

## What's Changed
* fix(events-processor): scope redis ctx per event by @vincent-pochet in https://github.com/getlago/lago/pull/785
* chore(meilisearch): remove meilisearch from the dev stack by @toommz in https://github.com/getlago/lago/pull/786
* chore(front): share one pnpm store between the front containers by @ansmonjol in https://github.com/getlago/lago/pull/790
* chore(deps): bump google.golang.org/grpc from 1.82.1 to 1.83.1 in /events-processor by @dependabot[bot] in https://github.com/getlago/lago/pull/789
* chore(smtp): Replace mailhog by mailpit for dev env by @jdenquin in https://github.com/getlago/lago/pull/777
* fix: define check_domain_dns before first use and fix 2 minor issues by @Harbinder04 in https://github.com/getlago/lago/pull/762
* Bump version to v1.53.0 by @vincent-pochet in https://github.com/getlago/lago/pull/792

## New Contributors
* @Harbinder04 made their first contribution in https://github.com/getlago/lago/pull/762

**Full Changelog**: https://github.com/getlago/lago/compare/v1.52.1...v1.53.0