v1.14.0
What's Changed
- chore: Add GitHub release badge to the repository by @electrosenpai in #2637
- feat(hubspot): Add associations, attributes to customer models to support hubspot integration by @ivannovosad in #2667
- fix(credit-notes): submit credit note to tax provider after transaction ends by @lovrocolic in #2665
- feat(cp-improve): Customer portal update customer's customer_type by @ancorcruz in #2666
- misc: move invoice numbering outside DB transaction by @lovrocolic in #2621
- fix (wallets): improve handling rc upon wallet update by @lovrocolic in #2669
- fix(invoice-numbering): cover draft invoice number when tax error by @lovrocolic in #2671
- feat(dunning): Add DunningCampaign and DunningCampaignThreshold by @rsempe in #2670
- fix: Generate invoice for paid instant charges on subscription termination by @ancorcruz in #2675
- feat(clickhouse): Improve clickhouse store by @jdenquin in #2677
- chore(deps): bump webrick from 1.8.1 to 1.8.2 by @dependabot in #2679
- Feat: issue credit note on credit invoice - db change by @annvelents in #2676
- fix(credit_note): Make sure credit notes jobs are processed outside of DB transactions by @vincent-pochet in #2680
- fix(invoice) Skip ActiveRecord::RecordNotUnique for periodic invoices by @vincent-pochet in #2681
- feat(dunning): Add DunningCampaigns::Create graphql mutation by @rsempe in #2672
- fix (invoice-numbering): revert draft case for new invoice numbering by @lovrocolic in #2683
- fix (invoice-numbering): revert moving invoice numbering outside DB transaction by @lovrocolic in #2684
- feat(wallet): Improve how we're refreshing wallet's ongoing balance by @rsempe in #2682
- fix(wallet): Send wallet transaction webhooks outside of DB transactions by @vincent-pochet in #2685
- fix(integration): Fix rate limit handling by @vincent-pochet in #2686
- fix(wallet): Save wallet transaction using floor for credits by @rsempe in #2688
- misc: Retry RefreshOngoingBalanceJob if stale object by @rsempe in #2691
- fix(clickhouse): Fix timestamp precision by @jdenquin in #2689
- perf(Filters) - increase performance of updating charge filters by @nudded in #2696
- feat (cascading): add DB changes for charge cascading by @lovrocolic in #2693
- feat(stripe): Improve support of Indian card by @jdenquin in #2690
- fix(gocardless): Treat Gocardless webhooks events in separate jobs by @vincent-pochet in #2695
- feat(clickhouse): new column for clickhouse events store on org by @jdenquin in #2699
- feat(dunning): Add DunningCampaignsResolver by @rsempe in #2692
- fix(netsuite): Fix the customer update payload by @ivannovosad in #2702
- fix(gocarless): Refund metadata can contains 3 keys at max by @vincent-pochet in #2703
- fix(wallet): Send wallet transaction webhooks outside of DB transactions by @rsempe in #2706
- feat(dunning): Add dunning campaign to customer, database changes by @ancorcruz in #2698
New Contributors
- @electrosenpai made their first contribution in #2637
Full Changelog: v1.13.1...v1.14.0