v1.37.0
getlago/lagov1.37.0Dec 9, 2025by vincent-pochet
AI Summary
This release significantly improves observability by adding Kafka tracing capabilities and refactoring loggers to use new tracing logic. It also enhances documentation regarding the workers architecture and supports multi-stage builds in GitHub Actions.
Key Highlights
- Kafka tracer addition
- Kafka logger refactor
- Worker architecture documentation
- Multi-stage build support in GitHub Actions
New Features
- Kafka tracing
Full Release Notes
## What's Changed * misc(event-processor): Refactor kafka loggers to use new tracing provider logic by @vincent-pochet in https://github.com/getlago/lago/pull/646 * misc(datadog): Add kafka tracer by @vincent-pochet in https://github.com/getlago/lago/pull/641 * chore(docs): Improve doc with workers architecture + resource by @IxDay in https://github.com/getlago/lago/pull/640 * fix(doc): remove wrongly placed code formatting by @IxDay in https://github.com/getlago/lago/pull/649 * feat(gha): add target stage support for multi-stage builds by @IxDay in https://github.com/getlago/lago/pull/651 * Shared workflow build by @IxDay in https://github.com/getlago/lago/pull/653 * release: Bump to v1.37.0 by @vincent-pochet in https://github.com/getlago/lago/pull/658 **Full Changelog**: https://github.com/getlago/lago/compare/v1.36.0...v1.37.0