v1.6.1
What's Changed
- misc: Update start guide in README by @vincent-pochet in #371
- feat(event): Add Kafka topic for clickhouse pre-aggregation by @vincent-pochet in #372
API Changes
- feat(xero): Add services and payloads for contacts by @ivannovosad in getlago/lago-api#2211
- chore(factories): Don't use Faker names for random codes by @julienbourdeau in getlago/lago-api#2222
- misc: Prevent fetching non-authorized resources by @rsempe in getlago/lago-api#2227
- feat(anrok-integration): add support for customer shipping address on the API side by @lovrocolic in getlago/lago-api#2217
- misc(sidekiq): New approach for cron monitoring by @Vincent-P ochet in getlago/lago-api#2225
- misc(currency) add IRR by @vincent-pochet in getlago/lago-api#2230
- fix(bm): Handle colon in billable metric code by @vincent-pochet in getlago/lago-api#2234
- feat(export invoices): Create data export by @ancorcruz in getlago/lago-api#2226
- chore(schema): Commit fresh schema.rb by @julienbourdeau in getlago/lago-api#2237
- feat (netsuite-integration): Add BE support for netsuite TBA by @lovrocolic in getlago/lago-api#2238
- fix(wallet): Prevent from having duplicate Invoices::PrepaidCreditJob by @rsempe in getlago/lago-api#2243
- fix(trial): Handle timezone correct to bill subscription on billing day by @julienbourdeau in getlago/lago-api#2244
- fix(netsuite-integration): limit netsuite payload rate by @lovrocolic in getlago/lago-api#2242
- feat(fees): Invoice non-invoiceable fees at the end of the period by @julienbourdeau in getlago/lago-api#2171
- feat(event): Add view to allow caching of charge/filters for billable_metrics by @vincent-pochet in getlago/lago-api#2231
- feat(charges): Add
regroup_paid_fees
to Charge by @julienbourdeau in getlago/lago-api#2232 - Add all available filters to /api/v1/invoices endpoint by @ancorcruz in getlago/lago-api#2250
- feat: Add Discard Handling for AuthenticationError by @brunomiguelpinto in getlago/lago-api#2239
- chore(perf): Add missing frozen_string_literal comment by @julienbourdeau in getlago/lago-api#2251
- feat(papertrail): Add Lago Version to papertrail metadata by @julienbourdeau in getlago/lago-api#2240
- fix: Startup script does not always perform migrations by @vincent-pochet in getlago/lago-api#2246
- feat(event): Pre-aggregation grouped_by with charge filters by @vincent-pochet in getlago/lago-api#2255
- feat(export invoices): add mutation to request data export for invoices by @ancorcruz in getlago/lago-api#2245
- fix(signup): Use correct env var to check if signup is disabled by @jdenquin in getlago/lago-api#2256
- feat: Enable Regroup Fees Feature by @brunomiguelpinto in getlago/lago-api#2253
- feat(export invoices): CSV export by @ancorcruz in getlago/lago-api#2248
- feat (tax-integrations): Add anrok fetch services by @lovrocolic in getlago/lago-api#2247
- fix(grouped-usage): Fix graphql grouped usage when no display name by @jdenquin in getlago/lago-api#2259
- feat: add link to payment methods by @vincent-pochet in getlago/lago-api#2235
- feat(dx): Add
find
helper in Rails console by @julienbourdeau in getlago/lago-api#2258 - feat(deprecation): Add reset methods by @julienbourdeau in getlago/lago-api#2262
- fix: Ensure Consistent Return of
result
Object on Stripe Exceptions by @brunomiguelpinto in getlago/lago-api#2263 - feat: Add ability to soft delete fees by @brunomiguelpinto in getlago/lago-api#2233
- fix: Normalize CSV Comparison in Tests to Ignore Quotes by @brunomiguelpinto in getlago/lago-api#2264
Full Changelog: getlago/lago-api@v1.6.0...v1.7.0
Front Changes
- feat: allow to link a xero integration to a customer by @ansmonjol in getlago/lago-front#1571
- fix: percentage display in coupon page by @keellyp in getlago/lago-front#1573
- feat: add shipping address by @keellyp in getlago/lago-front#1572
- bug: charge min amount should default to undefined if not set by @ansmonjol in getlago/lago-front#1574
- misc(currency) add IRR by @ansmonjol in getlago/lago-front#1577
- misc: change quick filter width for all screen size by @ansmonjol in getlago/lago-front#1576
- chore(deps-major) Update testing-library monorepo (major) by @renovate in getlago/lago-front#1579
- fix: shipping address in show more details by @keellyp in getlago/lago-front#1580
- fix: handle falsy value for name by @keellyp in getlago/lago-front#1581
- feat: use new TBA connection for Netuite by @ansmonjol in getlago/lago-front#1582
- bug(combobox): fix option width when link is present by @ansmonjol in getlago/lago-front#1583
- misc: few app improvements by @ansmonjol in getlago/lago-front#1585
- misc: add error message if external id already exist by @ansmonjol in getlago/lago-front#1586
- fix: customer details grid layout by @keellyp in getlago/lago-front#1588
- feat: add link as Stripe method by @ansmonjol in getlago/lago-front#1589
- feat: add succeededAt date by @keellyp in getlago/lago-front#1587
Full Changelog: v1.6.0...v1.6.1