-
v0.17.0-alpha Pre-release
released this
2022-12-08 09:18:58 +00:00 | 4068 commits to main since this releaseWhat's Changed
- fix(timezones): Resolve issue with current usage boundaries with old … by @vincent-pochet in https://github.com/getlago/lago-api/pull/651
- feat(credit_notes): Update Segment payload by @vincent-pochet in https://github.com/getlago/lago-api/pull/646
- hotfix(timezone): Broken invoice template with subscription fees by @vincent-pochet in https://github.com/getlago/lago-api/pull/654
- Add autoprovisioning of member & orgs by @zobione in https://github.com/getlago/lago-api/pull/652
- chore(deps): bump nokogiri from 1.13.9 to 1.13.10 by @dependabot in https://github.com/getlago/lago-api/pull/657
- feat(grace_period): Rename invoice#status to payment_status by @rsempe in https://github.com/getlago/lago-api/pull/642
- feat(credit_notes): Create credit notes by @vincent-pochet in https://github.com/getlago/lago-api/pull/555
New Contributors
- @zobione made their first contribution in https://github.com/getlago/lago-api/pull/652
Full Changelog: https://github.com/getlago/lago-api/compare/v0.16.2-alpha...v0.17.0-alpha
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.16.2-alpha Pre-release
released this
2022-12-05 14:34:22 +00:00 | 4075 commits to main since this releaseWhat's Changed
- feat(timezones): Invoice issuing date must be in customer timezone by @vincent-pochet in https://github.com/getlago/lago-api/pull/627
- feat(timezones): Add issuing date in customer timezone on Credit notes by @vincent-pochet in https://github.com/getlago/lago-api/pull/628
- feat(timezone): Use timezone in billing service by @vincent-pochet in https://github.com/getlago/lago-api/pull/613
- feat(timezones): Apply customer timezone to date service by @vincent-pochet in https://github.com/getlago/lago-api/pull/614
- fix: Fix credit note seeds by @vincent-pochet in https://github.com/getlago/lago-api/pull/632
- feat(timezones): expose event datetimes in customer timezone by @vincent-pochet in https://github.com/getlago/lago-api/pull/629
- feat(credit_notes): Improve credit note schema by @vincent-pochet in https://github.com/getlago/lago-api/pull/633
- misc(redis): Add Redis Password Support by @jdenquin in https://github.com/getlago/lago-api/pull/635
- fix(invoices): Fix prepaid credit invoices to hide tax related items by @vincent-pochet in https://github.com/getlago/lago-api/pull/637
- misc: Extract calculation of fees in a separate service by @rsempe in https://github.com/getlago/lago-api/pull/636
- fix(redis): Password is defaulted to empty string by docker compose by @jdenquin in https://github.com/getlago/lago-api/pull/638
- fix(redis): password was present by default... by @jdenquin in https://github.com/getlago/lago-api/pull/639
- feat (credit_notes): handle refunds for gocardless by @lovrocolic in https://github.com/getlago/lago-api/pull/624
- fix: Trial period set to zero should not be considered as present by @vincent-pochet in https://github.com/getlago/lago-api/pull/640
- feat(timezone): Change invoice boundaries from date to datetime by @vincent-pochet in https://github.com/getlago/lago-api/pull/631
- fix: Delete all groups without calling callbacks by @rsempe in https://github.com/getlago/lago-api/pull/645
Full Changelog: https://github.com/getlago/lago-api/compare/v0.16.0-alpha...v0.16.2-alpha
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.16.0-alpha Pre-release
released this
2022-11-24 10:26:55 +00:00 | 4093 commits to main since this releaseWhat's Changed
- feat(timezone): Expose customer and organization timezone to API and … by @vincent-pochet in https://github.com/getlago/lago-api/pull/611
- feat(grace_period): Support grace period on customer/organization via GraphQL by @rsempe in https://github.com/getlago/lago-api/pull/616
- feat (coupons): Coupons refactoring by @lovrocolic in https://github.com/getlago/lago-api/pull/615
- bug: fix customer count wrongly calculated by @ansmonjol in https://github.com/getlago/lago-api/pull/620
- chore: add tests for customerCount method by @ansmonjol in https://github.com/getlago/lago-api/pull/621
Full Changelog: https://github.com/getlago/lago-api/compare/v0.15.1-alpha...v0.16.0-alpha
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.15.1-alpha Pre-release
released this
2022-11-21 13:46:39 +00:00 | 4101 commits to main since this releaseWhat's Changed
- misc(docker): Add GCL secrets vars by @jdenquin in https://github.com/getlago/lago-api/pull/607
- feat(timezone): Add timezone concerns to customer and organization by @vincent-pochet in https://github.com/getlago/lago-api/pull/609
- misc: Move fields related to Billing or Invoice into billing_configuration by @rsempe in https://github.com/getlago/lago-api/pull/612
Full Changelog: https://github.com/getlago/lago-api/compare/v0.15.0-alpha...v0.15.1-alpha
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.15.0-alpha Pre-release
released this
2022-11-17 13:43:50 +00:00 | 4105 commits to main since this releaseWhat's Changed
- feat(grace_period): Set invoice grace period on customers and organizations via API by @rsempe in https://github.com/getlago/lago-api/pull/605
- feat(timezone): Add timezone to organizations and customers by @vincent-pochet in https://github.com/getlago/lago-api/pull/602
- feat (gocardless): gocardless integration by @lovrocolic in https://github.com/getlago/lago-api/pull/600
Full Changelog: https://github.com/getlago/lago-api/compare/v0.14.1-alpha...v0.15.0-alpha
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.14.1-alpha Pre-release
released this
2022-11-16 15:58:51 +00:00 | 4109 commits to main since this releaseWhat's Changed
- fix(dates): Fix yearly to_date computation when subscription anniversary is on first day of a month by @vincent-pochet in https://github.com/getlago/lago-api/pull/593
- feat(grace-period): Add invoice grace period columns by @rsempe in https://github.com/getlago/lago-api/pull/599
- misc: Fix unique index on customers external_id by @rsempe in https://github.com/getlago/lago-api/pull/601
- misc: Display invoice with 0 amount recurring fees by @rsempe in https://github.com/getlago/lago-api/pull/603
Full Changelog: https://github.com/getlago/lago-api/compare/v0.14.0-alpha...v0.14.1-alpha
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.14.0-alpha Pre-release
released this
2022-11-10 08:49:05 +00:00 | 4113 commits to main since this releaseWhat's Changed
- misc: Fix currency to fees from the invoice by @rsempe in https://github.com/getlago/lago-api/pull/573
- feat(:credit_notes): Add error webhook for refund on payment providers by @vincent-pochet in https://github.com/getlago/lago-api/pull/583
- feat(credit_notes): Add refund model to handle stripe refunds by @vincent-pochet in https://github.com/getlago/lago-api/pull/584
- fix(current-usage): Reduce cache duration on last period day by @vincent-pochet in https://github.com/getlago/lago-api/pull/589
- feat(creadit_notes): Set credit balance to 0 when voided by @vincent-pochet in https://github.com/getlago/lago-api/pull/587
- feat(credit_note): Track creation on Segment by @vincent-pochet in https://github.com/getlago/lago-api/pull/588
- feat(credit_notes): Void a credit note via API by @vincent-pochet in https://github.com/getlago/lago-api/pull/590
- feat(credit_notes): Refund credit note via stripe by @vincent-pochet in https://github.com/getlago/lago-api/pull/585
- feat(credit-notes): Fix handling of VAT by @vincent-pochet in https://github.com/getlago/lago-api/pull/592
- feat(groups): Customer usage with groups by @rsempe in https://github.com/getlago/lago-api/pull/582
Full Changelog: https://github.com/getlago/lago-api/compare/v0.13.3-alpha...v0.14.0-alpha
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.13.3-alpha Pre-release
released this
2022-10-31 16:39:48 +00:00 | 4132 commits to main since this releaseWhat's Changed
- fix(subscription): Terminate from API only with active sub by @jdenquin in https://github.com/getlago/lago-api/pull/567
- misc: Update schema file according to migrations by @rsempe in https://github.com/getlago/lago-api/pull/572
- hotfix(events): Remove persisted events by @jdenquin in https://github.com/getlago/lago-api/pull/574
- fix(wallets): Fix GraphQL wallet type as name is not mandatory by @vincent-pochet in https://github.com/getlago/lago-api/pull/578
- fix(persisted_events): Reactivate event if removed and then re-added on same day by @vincent-pochet in https://github.com/getlago/lago-api/pull/577
- fix(webhooks): Keep query params when sending webhooks by @vincent-pochet in https://github.com/getlago/lago-api/pull/579
Full Changelog: https://github.com/getlago/lago-api/compare/v0.13.2-alpha...v0.13.3-alpha
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.13.2-alpha Pre-release
released this
2022-10-25 14:31:28 +00:00 | 4153 commits to main since this releaseWhat's Changed
- feat(credit_notes): Add refund fields to credit notes by @vincent-pochet in https://github.com/getlago/lago-api/pull/556
- fix: Return 0 when free unit per event is not reached by @rsempe in https://github.com/getlago/lago-api/pull/562
Full Changelog: https://github.com/getlago/lago-api/compare/v0.13.1-alpha...v0.13.2-alpha
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.13.1-alpha Pre-release
released this
2022-10-24 13:13:42 +00:00 | 4156 commits to main since this releaseWhat's Changed
- fix(invoice): organization country by @jdenquin in https://github.com/getlago/lago-api/pull/558
Full Changelog: https://github.com/getlago/lago-api/compare/v0.13.0-alpha...v0.13.1-alpha
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads