v1.8.2
API Changes
- chore(services): Rename FinalizeService to RefreshDraftAndFinalizeService by @julienbourdeau in getlago/lago-api#2302
- misc(devex) - Add support for asdf. expand .gitignore with .zed/ and config/master.key by @nudded in getlago/lago-api#2328
- feat(invoices): Add open status by @julienbourdeau in getlago/lago-api#2330
- Fix export invoices query object filters by @ancorcruz in getlago/lago-api#2327
- feat(anrok): add model for error_details by @annvelents in getlago/lago-api#2311
- Feat(anrok): create integration error details service by @annvelents in getlago/lago-api#2316
- Feat: anrok - add error detail to invoice serialization by @annvelents in getlago/lago-api#2329
- misc: change format of error_details description we send to FE by @annvelents in getlago/lago-api#2333
- fix: GoCardless payment creation exception when no mandate available by @ancorcruz in getlago/lago-api#2331
- refactor(wallet): change ApplyPaidCreditsService argument by @julienbourdeau in getlago/lago-api#2325
- fix: invoices query payment_dispute_lost filter by @ancorcruz in getlago/lago-api#2339
- fix(tax-integrations): add small improvements to the retry service by @lovrocolic in getlago/lago-api#2337
- feat(wallet): Add
invoice_require_successful_payment
attributes on wallet-related models by @julienbourdeau in getlago/lago-api#2326 - fix: invoices query payment_overdue filter by @ancorcruz in getlago/lago-api#2340
- feat: Add Migration Scripts for Separate Migration Docker Container by @brunomiguelpinto in getlago/lago-api#2304
- fix(db): Rename
invoice_require_successful_payment
to add S by @julienbourdeau in getlago/lago-api#2343 - fix: Serialize nested collections with a symbol key by @ancorcruz in getlago/lago-api#2344
- misc: refactor query object to align with new design by @ancorcruz in getlago/lago-api#2313
- misc(events): Add new optimized index by @jdenquin in getlago/lago-api#2345
- misc(migrations) - Add extra check to make sure schema.rb is up to date. by @nudded in getlago/lago-api#2347
- Feat(anrok): add handling discarded errors when retrying invoice by @annvelents in getlago/lago-api#2341
- feat(netsuite): Add lago customer link to netsuite by @ivannovosad in getlago/lago-api#2350
- feat(netsuite): Add lago invoice link to netsuite by @ivannovosad in getlago/lago-api#2353
- feat(netsuite): Add due date to netsuite invoice by @ivannovosad in getlago/lago-api#2356
- Fix: Event ingestions when using a non default schema by @roeeklinger in getlago/lago-api#2314
- fix: invoices query search and filtering by customer external id by @ancorcruz in getlago/lago-api#2355
- fix(export invoices): Re arrange CSV column order, add new columns and fix row order by issuing date by @ancorcruz in getlago/lago-api#2348
- misc - Bump ruby version to 3.3.4 by @nudded in getlago/lago-api#2354
- feat(netsuite): Do not send line items with 0 amount cents by @ivannovosad in getlago/lago-api#2359
- misc(events) - Setup more aggressive autovacuum_vacuum_scale_factor setting for events by @nudded in getlago/lago-api#2360
- misc - Missing gemfile.lock update after ruby upgrade by @nudded in getlago/lago-api#2365
- fix(redis) - set redlock_options even if REDIS_PASSWORD is not provided by @nudded in getlago/lago-api#2367
- feat (tax-integration): add new webhook type for fee tax failure by @lovrocolic in getlago/lago-api#2351
- feat(billing): Retry finalize jobs on Sequence error by @julienbourdeau in getlago/lago-api#2364
- fix(netsuite): Do not send taxes columns if tax not mapped by @ivannovosad in getlago/lago-api#2369
- Feat(anrok): add finalize_all_invoices job and service by @annvelents in getlago/lago-api#2358
- misc(tracing) - Add custom spans to Services & GraphQLController by @nudded in getlago/lago-api#2357
- misc(tracing) - add trace_id and span_id to lograge custom_options by @nudded in getlago/lago-api#2370
- feat(tresholds): Add models by @ivannovosad in getlago/lago-api#2368
- misc(tracing) - Capture and pass context inside Parallel execution blocks by @nudded in getlago/lago-api#2372
- feat(wallet): Finalized open topup invoice only after payment successful by @julienbourdeau in getlago/lago-api#2336
- fix(export invoice fees): reshuffle column order, add missing ones and change some headers in the CSV export by @ancorcruz in getlago/lago-api#2352
- chore(deps): bump rexml from 3.2.8 to 3.3.3 by @dependabot in getlago/lago-api#2361
- fix(wrong-month-abbreviation): use month full names instead by @ancorcruz in getlago/lago-api#2373
- feat(tresholds): Add serializers by @ivannovosad in getlago/lago-api#2371
- fix(wrong-month-abbreviation): Change abbreviation month names by @rsempe in getlago/lago-api#2375
- fix(wrong-month-abbreviation): Do not prepend day number by 0 for fr and es locales by @rsempe in getlago/lago-api#2376
- misc(tresholds): Rename progressive_billing_tresholds to usage_tresholds by @ivannovosad in getlago/lago-api#2379
Front Changes
- bug: align min spending input and button by @ansmonjol in getlago/lago-front#1624
- chore(Table): rename Table component into ChargeTable by @keellyp in getlago/lago-front#1625
- misc: make the quick filters wrap on resize by @ansmonjol in getlago/lago-front#1626
- feat: new table component by @keellyp in getlago/lago-front#1627
- feat: new invoice table by @keellyp in getlago/lago-front#1628
- fix: remove link for customer name by @keellyp in getlago/lago-front#1629
- fix: multiple fixes on customer pages by @keellyp in getlago/lago-front#1630
- fix: add missing key to action button by @keellyp in getlago/lago-front#1634
- misc: change docker compose run command in CI by @ansmonjol in getlago/lago-front#1635
- misc: fix some button alignment in plan form by @ansmonjol in getlago/lago-front#1636
- feat: add settings for no invoice top-up by @keellyp in getlago/lago-front#1631
- bug: change wrong disabled condition for charge option by @ansmonjol in getlago/lago-front#1638
- feat: improve table component action column by @keellyp in getlago/lago-front#1637
- feat: migrate list item into table component by @keellyp in getlago/lago-front#1639
- feat: Add filters panel in invoice page by @ansmonjol in getlago/lago-front#1633
- bug: make sure input is full width on error by @ansmonjol in getlago/lago-front#1641
What's Changed
- feat: Add Lago license key to Docker by @brunomiguelpinto in #387
- feat: Dedicated Migration Container by @brunomiguelpinto in #383
Full Changelog: v1.8.1...v1.8.2