v1.47.0

jlumbroso/passage-of-time-mcpv1.47.0May 27, 2026by toommz

AI Summary

This release focuses on bug fixes within the events processor module, specifically improving data filtering, query structure, and metric handling to ensure accurate event processing.

Key Highlights

  • Filter deleted billable metrics in the events processor to prevent incorrect data ingestion.
  • Add organization_id to fetch flat filters queries for better data isolation.
  • Pin SELECT columns in flat_filters to prevent schema drift and ensure query stability.

Full Release Notes

## What's Changed
* [ING-131] fix(events-processor): Filter deleted billable metrics by @vincent-pochet in https://github.com/getlago/lago/pull/740
* [ING-123] fix(events-processor): Add organization_id in fetch flat filters query by @vincent-pochet in https://github.com/getlago/lago/pull/738
* [ING-143] fix(events-processor): Pin flat_filters SELECT columns by @toommz in https://github.com/getlago/lago/pull/741
* chore(release): bump version to v1.47.0 by @toommz in https://github.com/getlago/lago/pull/744


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