v1.51.0
actualbudget/actualv1.51.0Jul 27, 2026by domenicofalco
AI Summary
This release introduces a Meilisearch development environment and configuration for an alerting worker, alongside updates to various dependencies in the events-processor module.
Key Highlights
- Added Meilisearch dev environment to support search functionality development
- Added configuration options for the alerting worker
- Updated DataDog tracing library from version 2.4.0 to 2.8.1
- Updated gRPC dependency to version 1.82.1
- Updated Go crypto library to version 0.52.0
New Features
- Meilisearch dev environment
- Alerting worker configuration
Full Release Notes
## What's Changed * feat(meilisearch): Add meilisearch dev environment by @jdenquin in https://github.com/getlago/lago/pull/760 * chore(deps): bump golang.org/x/crypto from 0.51.0 to 0.52.0 in /events-processor by @dependabot[bot] in https://github.com/getlago/lago/pull/763 * chore(deps): bump github.com/DataDog/dd-trace-go/v2 from 2.4.0 to 2.8.1 in /events-processor by @dependabot[bot] in https://github.com/getlago/lago/pull/764 * feat(alerts): Add config for alerting worker by @vincent-pochet in https://github.com/getlago/lago/pull/767 * chore(deps): bump google.golang.org/grpc from 1.79.3 to 1.82.1 in /events-processor by @dependabot[bot] in https://github.com/getlago/lago/pull/769 * chore(release): bump version to v1.51.0 by @domenicofalco in https://github.com/getlago/lago/pull/770 **Full Changelog**: https://github.com/getlago/lago/compare/v1.50.0...v1.51.0