v1.33.2
getlago/lagov1.33.2Sep 8, 2025by julienbourdeau
AI Summary
Added support for MISTRAL_API_KEY in AI agents and resolved Docker development environment issues.
Key Highlights
- Added MISTRAL_API_KEY environment variable for AI agents
- Fixed Docker Compose development file
- Made Kafka topic creation idempotent
New Features
- MISTRAL_API_KEY support
Full Release Notes
## What's Changed * feat(ai-agent): Add MISTRAL_API_KEY env variable by @rsempe in https://github.com/getlago/lago/pull/579 * fix(docker): Fix development Docker Compose file by @groyoh in https://github.com/getlago/lago/pull/580 * fix(docker): make rpk create topic idempotent by @IxDay in https://github.com/getlago/lago/pull/581 * misc: prevent base64 to wrap rsa key by @IxDay in https://github.com/getlago/lago/pull/582 * v1.33.2 by @julienbourdeau in https://github.com/getlago/lago/pull/585 **Full Changelog**: https://github.com/getlago/lago/compare/v1.33.1...v1.33.2