v1.6.2
getlago/lagov1.6.2Jul 11, 2024by jdenquin
AI Summary
A maintenance release fixing integration issues, adding CSV export for invoice fees, and improving migration scripts.
Key Highlights
- Added CSV export for invoice fees.
- Fixed creating a deleted customer via integrations.
- Split database migrations for add_column and index operations.
New Features
- CSV export for invoice fees.
- Track event sent without external_subscription_id for fee estimation.
Full Release Notes
## API Changes * fix(integrations): Fix creating a deleted customer by @ivannovosad in https://github.com/getlago/lago-api/pull/2265 * fix (integration-customers): adapt integration customer queries by @lovrocolic in https://github.com/getlago/lago-api/pull/2269 * feat(events): Track event sent without external_subscription_id for /estimate_fees by @julienbourdeau in https://github.com/getlago/lago-api/pull/2271 * fix: disable transaction on migration by @brunomiguelpinto in https://github.com/getlago/lago-api/pull/2273 * fix: add disable_ddl_transaction by @brunomiguelpinto in https://github.com/getlago/lago-api/pull/2274 * feat(export-invoice-fees): Export invoice fees to CSV by @ancorcruz in https://github.com/getlago/lago-api/pull/2268 * fix(export-invoices): Namespace DataExports graphQL enum types by @ancorcruz in https://github.com/getlago/lago-api/pull/2275 * fix(migrations): Split add_column and index by @julienbourdeau in https://github.com/getlago/lago-api/pull/2276 * fix(migrations): Split add_column and index by @julienbourdeau in https://github.com/getlago/lago-api/pull/2277 ## Front Changes * chore(deps-minor) Update dependency typescript to v5.5.3 by @renovate in https://github.com/getlago/lago-front/pull/1592 * chore(deps-minor) Update typescript-eslint monorepo to v7.15.0 by @renovate in https://github.com/getlago/lago-front/pull/1594 * chore(deps-minor) Update sentry-javascript monorepo by @renovate in https://github.com/getlago/lago-front/pull/1593 * bug: set correct z-index for nav elements by @ansmonjol in https://github.com/getlago/lago-front/pull/1597 * misc: fix copy used for PP section by @ansmonjol in https://github.com/getlago/lago-front/pull/1596 * bug: improve charge model logic by @ansmonjol in https://github.com/getlago/lago-front/pull/1595 * bug: display balanceAmountCents voidable in CN list by @ansmonjol in https://github.com/getlago/lago-front/pull/1598 ## What's Changed * misc(version): bump to v1.6.1 by @jdenquin in https://github.com/getlago/lago/pull/375 **Full Changelog**: https://github.com/getlago/lago/compare/v1.6.1...v1.6.2