v1.45.2
jlumbroso/passage-of-time-mcpv1.45.2May 4, 2026by domenicofalco
AI Summary
This release focuses on dependency updates and configuration improvements for the events processor, featuring the addition of a new Kinesis connector and an in-memory cache to enhance performance.
Key Highlights
- Added Kinesis connector for data ingestion
- Implemented an in-memory cache
- Updated dependencies including OpenTelemetry and pgx
- Reduced caching expiration and flagging delays
New Features
- Added Kinesis connector
- Added in-memory cache
- Updated connectors version
- Reduced caching expiration and flagging delay
Full Release Notes
## What's Changed * chore(deps): bump go.opentelemetry.io/otel/sdk from 1.40.0 to 1.43.0 in /events-processor by @dependabot[bot] in https://github.com/getlago/lago/pull/724 * misc(events-processor): Bump go to 1.25 by @vincent-pochet in https://github.com/getlago/lago/pull/725 * Update README to match current product positioning by @anhtho-lago in https://github.com/getlago/lago/pull/726 * chore(connectors): Update connectors version by @jdenquin in https://github.com/getlago/lago/pull/715 * chore(deps): bump github.com/jackc/pgx/v5 from 5.7.6 to 5.9.0 in /events-processor by @dependabot[bot] in https://github.com/getlago/lago/pull/728 * misc(events-processor): Reduce cashing expiration and flagging delay by @vincent-pochet in https://github.com/getlago/lago/pull/729 * chore(deps): bump github.com/jackc/pgx/v5 from 5.9.0 to 5.9.2 in /events-processor by @dependabot[bot] in https://github.com/getlago/lago/pull/730 * feat(cache): Add in memory cache by @jdenquin in https://github.com/getlago/lago/pull/639 * feat(connectors): Add Kinesis connector by @jdenquin in https://github.com/getlago/lago/pull/727 * feat(connectors): Update kinesis config by @jdenquin in https://github.com/getlago/lago/pull/732 * chore(update): Use debian:trixie for events-processor by @jdenquin in https://github.com/getlago/lago/pull/691 * fix(events-processor): Fix producer keys limits by @jdenquin in https://github.com/getlago/lago/pull/733 * chore(release): bump version to v1.45.2 by @domenicofalco in https://github.com/getlago/lago/pull/734 ## New Contributors * @domenicofalco made their first contribution in https://github.com/getlago/lago/pull/734 **Full Changelog**: https://github.com/getlago/lago/compare/v1.45.1...v1.45.2