v1.42.0

getlago/lagov1.42.0Feb 17, 2026by rsempe

AI Summary

This release focuses on infrastructure improvements including database partitioning documentation, Docker configuration updates, and enhanced Redis testing capabilities. Multiple internal tooling enhancements were made.

Key Highlights

  • Add database partitioning documentation
  • Improve pg_cron setup config
  • Allow testing Redis Sentinel locally
  • Set pull_policy: never for api, front and events-processor
  • Add LAGO_REDIS_CABLE_URL to docker-compose files

Full Release Notes

## What's Changed
* chore(connectors): Use fixed version for redpanda connect by @jdenquin in https://github.com/getlago/lago/pull/683
* chore(docker): Set `pull_policy: never` for `api`, `front` and `events-processor` by @groyoh in https://github.com/getlago/lago/pull/692
* misc(database): Add database partioning documentation by @vincent-pochet in https://github.com/getlago/lago/pull/693
* fix(database): Improve pg_cron setup config by @vincent-pochet in https://github.com/getlago/lago/pull/696
* chore(redis): Allow to test Redis Sentinel locally by @groyoh in https://github.com/getlago/lago/pull/695
* misc(cable): Add LAGO_REDIS_CABLE_URL to docker-compose files by @rsempe in https://github.com/getlago/lago/pull/694
* chore(release): bump version to v1.42.0 by @rsempe in https://github.com/getlago/lago/pull/698


**Full Changelog**: https://github.com/getlago/lago/compare/v1.41.3...v1.42.0