v1.6.4

getlago/lagov1.6.4Jul 12, 2024by jdenquin

AI Summary

A maintenance release containing bug fixes for Stripe integrations, analytics, and performance improvements via partial indexes.

Key Highlights

  • Added invoice description to Stripe payment URL payload.
  • Prevented fetching analytics for deleted customers.
  • Implemented a new font system.
  • Added partial index to fees on charge_id and invoice_id.

New Features

  • New font system implementation.
  • Partial index on fees for charge_id and invoice_id.

Full Release Notes

## API Changes

* fix(stripe): Add invoice description to payment url payload by @ivannovosad in https://github.com/getlago/lago-api/pull/2278
* fix: Fix flaky test for commitment fees amount sort by @brunomiguelpinto in https://github.com/getlago/lago-api/pull/2284
* fix(analytics): Prevent fetching deleted customer analytics by @rsempe in https://github.com/getlago/lago-api/pull/2285
* feat: Add partial index to fees on charge_id and invoice_id by @brunomiguelpinto in https://github.com/getlago/lago-api/pull/2283

## Front Changes

* feat: implement new font system by @ansmonjol in https://github.com/getlago/lago-front/pull/1602
* bug(xero): fetch accounts in payment mapping modal by @ansmonjol in https://github.com/getlago/lago-front/pull/1603
* fix: search by tax name when getting taxes for add-on by @annvelents in https://github.com/getlago/lago-front/pull/1604
* chore(BM): query heavy calculation attribute on uniq object query by @ansmonjol in https://github.com/getlago/lago-front/pull/1605
* bug: prevent useless query after BM deletion https://github.com/getlago/lago-front/commit/876c4846ece2704b654ff9a584568ab18eb5329e

## What's Changed
* misc(version): bump to v1.6.3 by @jdenquin in https://github.com/getlago/lago/pull/378


**Full Changelog**: https://github.com/getlago/lago/compare/v1.6.3...v1.6.4