v0.26.0-beta
API Changes
- chore(wallet): remove unused resolver and associated type by @ansmonjol in getlago/lago-api#880
- feat(instant_charge): Ability to have instant charges by @rsempe in getlago/lago-api#868
- feat(instant_charge): Add API route to show a fee by @vincent-pochet in getlago/lago-api#866
- feat(instant_charge): Add instant to Charge via GraphQL by @rsempe in getlago/lago-api#869
- misc: Add Rubocop GraphQL to improve GraphQL definitions by @vincent-pochet in getlago/lago-api#883
- publish java client to
io.github.lago-api:lago
by @dsinghvi in getlago/lago-api#882 - feat (customer_metadata): handle metadata for graphQL create and update by @lovrocolic in getlago/lago-api#855
- fix(events): Fix debugger with deleted customers by @vincent-pochet in getlago/lago-api#888
- misc: delete cable config and mark GraphQL schemas as generated by @vincent-pochet in getlago/lago-api#889
- feat(instant_charge): Allow fees#invoice_id to be null by @vincent-pochet in getlago/lago-api#890
- feat(instant_charge): Enqueue job to process an instant charge for a new event by @vincent-pochet in getlago/lago-api#887
- feat(rubocop): update rubocop rules for graphQL by @lovrocolic in getlago/lago-api#886
- feat(instant_charge): Compute instant aggregation by @vincent-pochet in getlago/lago-api#893
- feat(instant_charge): Add instant aggregation service on billable metrics by @vincent-pochet in getlago/lago-api#891
- feat(instant_charge): Add instant aggregation service on charges by @rsempe in getlago/lago-api#895
- imp(invoices): Support line break on invoice footer by @jdenquin in getlago/lago-api#894
- chore(BillableMetrics): remove unused type by @ansmonjol in getlago/lago-api#897
- chore(AddOn): remove unused single type by @ansmonjol in getlago/lago-api#898
- feat(instant_charge): Add instant_event_id to fees to track instant fee source by @vincent-pochet in getlago/lago-api#899
- feat(instant_charge): Add instant fee creation service by @vincent-pochet in getlago/lago-api#896
- chore(Coupon): remove unused single type by @ansmonjol in getlago/lago-api#900
- misc(Plan): remove unused single type by @ansmonjol in getlago/lago-api#902
- feat(instant_charge): Deliver webhooks for created fees by @vincent-pochet in getlago/lago-api#901
- feat (invoice_metadata): Add model setup for invoice metadata by @lovrocolic in getlago/lago-api#873
- feat(instant_charge): Fetch fee from subscriptions instead of invoices by @rsempe in getlago/lago-api#906
- feat (localization): Add norwegian locale by @lovrocolic in getlago/lago-api#904
- chore(deps): bump rack from 2.2.6.2 to 2.2.6.3 by @dependabot in getlago/lago-api#907
- fix(instant_charge): Fix scope for show fee route by @vincent-pochet in getlago/lago-api#908
- feat(instant_charge): exclude instant charges from monthly billing by @vincent-pochet in getlago/lago-api#909
- feat(emails): Add SMTP settings by @jdenquin in getlago/lago-api#910
- fix (customers): save correctly customer billing configuration upon customer creation by @lovrocolic in getlago/lago-api#911
- feat(instant_charge): Add scenarios by @vincent-pochet in getlago/lago-api#903
- misc(Rubocop): Disable ExtractType rule by @ansmonjol in getlago/lago-api#913
- feat (coupons): add few more coupon validations by @lovrocolic in getlago/lago-api#912
Front Changes
- chore(accordion): prevent rendering content when closed by @ansmonjol in getlago/lago-front#868
- chore(deps) Update dependency react-router-dom to v6.8.2 by @renovate in getlago/lago-front#870
- feat(customer): Add, edit, remove and display metadata by @ansmonjol in getlago/lago-front#862
- bug(credit_notes): fix multiple plan display by @ansmonjol in getlago/lago-front#873
- chore(deps-minor) Update sentry-javascript monorepo to v7.39.0 by @renovate in getlago/lago-front#871
- chore(deps) Update material-ui monorepo to v5.11.11 by @renovate in getlago/lago-front#874
- chore(deps) Update dependency styled-components to v5.3.8 by @renovate in getlago/lago-front#876
- chore(deps-minor) Update sentry-javascript monorepo to v7.40.0 by @renovate in getlago/lago-front#875
- chore(deps) Update dependency @types/sanitize-html to v2.8.1 by @renovate in getlago/lago-front#877
- chore(deps-minor) Update dependency cypress to v12.7.0 by @renovate in getlago/lago-front#861
- chore: remove BM details type association by @ansmonjol in getlago/lago-front#880
- chore: remove AddOn details type association by @ansmonjol in getlago/lago-front#881
- chore: remove Coupons details type and association by @ansmonjol in getlago/lago-front#882
- chore: remove Plan details type association by @ansmonjol in getlago/lago-front#883
- chore(deps-minor) Update typescript-eslint monorepo to v5.54.0 by @renovate in getlago/lago-front#872
- chore(PlanCodeSnippet): add missing attribute by @ansmonjol in getlago/lago-front#884
- chore(deps) Update dependency @apollo/client to v3.7.10 by @renovate in getlago/lago-front#888
- feat(invoice): add metadata drawer by @ansmonjol in getlago/lago-front#878
- chore(Accordion): allow transitionProps as props by @ansmonjol in getlago/lago-front#889
- feat(locale): add Norwegian as available value by @ansmonjol in getlago/lago-front#864
- bug(Customer): fix vat button click not working by @ansmonjol in getlago/lago-front#892
- chore(deps) Update dependency @mui/material to v5.11.12 by @renovate in getlago/lago-front#893
- chore(deps-minor) Update sentry-javascript monorepo to v7.41.0 by @renovate in getlago/lago-front#897
- chore(deps-minor) Update jest monorepo to v29.5.0 by @renovate in getlago/lago-front#896
- chore(deps-minor) Update dependency eslint-config-prettier to v8.7.0 by @renovate in getlago/lago-front#895
- chore(deps) Update typescript-eslint monorepo to v5.54.1 by @renovate in getlago/lago-front#894
- chore(deps-major) Update dependency fork-ts-checker-webpack-plugin to v8 by @renovate in getlago/lago-front#891
- chore(deps-minor) Update dependency eslint to v8.35.0 by @renovate in getlago/lago-front#869
- feat(metadata): invoice value an be 255 length by @ansmonjol in getlago/lago-front#898
What's Changed
Full Changelog: v0.25.0-beta...v0.26.0-beta