v0.56.0-beta
getlago/lagov0.56.0-betaFeb 13, 2024by vincent-pochet
AI Summary
Focuses on advanced aggregation features like grouped unique count, payment URL generation, and improvements to invoice generation and currency support.
Key Highlights
- Added support for unique count grouping and proration
- Generated payment URLs for Stripe and Adyen
- Added missing KWD currency support
- Fixed invoice number generation using organization timezone
- Added HTML invoice viewing route
New Features
- Unique count grouped by support
- Payment URL generation
- HTML invoice viewing
- KWD currency support
Full Release Notes
## Front changes * misc: add missing KWD currency by @lovrocolic in https://github.com/getlago/lago-front/pull/1413 **Full Changelog**: https://github.com/getlago/lago-front/compare/v0.55.0-beta...v0.56.0-beta ## API changes * feat(payment-url): generate payment url for stripe and adyen by @lovrocolic in https://github.com/getlago/lago-api/pull/1628 * feat(grouped_by): Add support for unique count by @vincent-pochet in https://github.com/getlago/lago-api/pull/1668 * build(deps): bump nokogiri from 1.15.4 to 1.16.2 by @dependabot in https://github.com/getlago/lago-api/pull/1673 * test(subscriptions): more list-subscriptions tests by @stephentgrammer in https://github.com/getlago/lago-api/pull/1663 * fix (invoice-number): use organization timezone in per org numbering by @lovrocolic in https://github.com/getlago/lago-api/pull/1671 * fix(one-off-invoices): support string as well for one-off units by @lovrocolic in https://github.com/getlago/lago-api/pull/1675 * feat(grouped-by): Fix unique count aggregation by @vincent-pochet in https://github.com/getlago/lago-api/pull/1679 * fix(clickhouse): Fix clickhouse strings by @jdenquin in https://github.com/getlago/lago-api/pull/1680 * fix: Group scope for clickhouse store by @rsempe in https://github.com/getlago/lago-api/pull/1681 * fix(invoice-pdf): handle invoice pdf template issues by @lovrocolic in https://github.com/getlago/lago-api/pull/1677 * feat(grouped-by): Prorated unique count aggregation by @vincent-pochet in https://github.com/getlago/lago-api/pull/1670 * feat(minimum-spending): Add support for plan overrides by @ivannovosad in https://github.com/getlago/lago-api/pull/1629 * feat(grouped-by): Quantified event processing after event creation by @vincent-pochet in https://github.com/getlago/lago-api/pull/1672 * fix(customers): Fix provider emails by @jdenquin in https://github.com/getlago/lago-api/pull/1682 * fix(invoice-pdf): add new PDF template updates by @lovrocolic in https://github.com/getlago/lago-api/pull/1684 * misc(html-invoices): Add route for showing invoices as html by @ivannovosad in https://github.com/getlago/lago-api/pull/1667 * misc(puma): Upgrade to 6.x by @jdenquin in https://github.com/getlago/lago-api/pull/1683 * fix: add guard operators to prevent fail if email is not defined by @lovrocolic in https://github.com/getlago/lago-api/pull/1686 * fix(currency): Add missing KWD currency by @vincent-pochet in https://github.com/getlago/lago-api/pull/1687 * feat(grouped_by): Filter charge models properties by @vincent-pochet in https://github.com/getlago/lago-api/pull/1678 * feat(grouped-by): Cleanup and fixes to finalize the feature by @vincent-pochet in https://github.com/getlago/lago-api/pull/1685 * fix(weighted-sum): Turn kafka timestamp into a string by @vincent-pochet in https://github.com/getlago/lago-api/pull/1690 * misc: small refactoring regarding caching and event stores by @vincent-pochet in https://github.com/getlago/lago-api/pull/1691 * fix(graphql): Fix potential travers on memberships by @jdenquin in https://github.com/getlago/lago-api/pull/1688 * fix(payment): Fix Adyen invoice payment by @ivannovosad in https://github.com/getlago/lago-api/pull/1689 ## New Contributors * @stephentgrammer made their first contribution in https://github.com/getlago/lago-api/pull/1663 **Full Changelog**: https://github.com/getlago/lago-api/compare/v0.55.0-beta...v0.56.0-beta ## What's Changed * misc: Add missing kafka env variables by @rsempe in https://github.com/getlago/lago/pull/320 * misc: v0.56.0-beta by @vincent-pochet in https://github.com/getlago/lago/pull/322 **Full Changelog**: https://github.com/getlago/lago/compare/v0.55.0-beta...v0.56.0-beta