-
v0.36.0-beta Stable
released this
2023-06-08 08:58:18 +00:00 | 3531 commits to main since this releaseWhat's Changed
- fix(plan): Prevent error when creating a plan without interval by @vincent-pochet in https://github.com/getlago/lago-api/pull/1084
- feat(invoices): display customer and orga legal_number by @ansmonjol in https://github.com/getlago/lago-api/pull/1087
- feat(adyen payments): Add adyen payments by @ivannovosad in https://github.com/getlago/lago-api/pull/1079
- feat(invoice): Prevent duplicated subscription invoice creation by @vincent-pochet in https://github.com/getlago/lago-api/pull/1086
- feat(adyen refunds): Add adyen refunds by @ivannovosad in https://github.com/getlago/lago-api/pull/1088
- Move boundaries from properties on invoice_subscriptions by @rsempe in https://github.com/getlago/lago-api/pull/1089
- feat: Add tax_id_number on customer & orga object by @ansmonjol in https://github.com/getlago/lago-api/pull/1092
- feat(invoice): Add specs sceanrios for every billing cases by @vincent-pochet in https://github.com/getlago/lago-api/pull/1091
- misc(version): bump rails to 7.0.5 by @jdenquin in https://github.com/getlago/lago-api/pull/1095
- feat(adyen fix): Fix adyen payment provider authorisation webhook by @ivannovosad in https://github.com/getlago/lago-api/pull/1093
Full Changelog: https://github.com/getlago/lago-api/compare/v0.35.0-beta...v0.36.0-beta
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.35.0-beta Stable
released this
2023-06-02 09:49:34 +00:00 | 3559 commits to main since this releaseWhat's Changed
- feat(charges): charges paid in advance - part 1 by @lovrocolic in https://github.com/getlago/lago-api/pull/1069
- fix (one-off-invoices): set status to succeeded if total amount is zero by @lovrocolic in https://github.com/getlago/lago-api/pull/1076
- fix(plan): Validate pay_in_advance by @vincent-pochet in https://github.com/getlago/lago-api/pull/1075
- fix(event): fix event webhook error by @vincent-pochet in https://github.com/getlago/lago-api/pull/1078
- fix(credit-note): retries webhook delivery as it could be sent inside a DB transaction by @vincent-pochet in https://github.com/getlago/lago-api/pull/1077
- feat(adyen provider): Add adyen payment provider by @ivannovosad in https://github.com/getlago/lago-api/pull/1042
- fix: Fix legacy vat migration by @vincent-pochet in https://github.com/getlago/lago-api/pull/1080
- feat(applied_coupon): expose coupon name in serializer by @ansmonjol in https://github.com/getlago/lago-api/pull/1081
- fix (invoices): fix one off retry webhook by @lovrocolic in https://github.com/getlago/lago-api/pull/1082
New Contributors
- @ivannovosad made their first contribution in https://github.com/getlago/lago-api/pull/1042
Full Changelog: https://github.com/getlago/lago-api/compare/v0.34.3-beta...v0.35.0-beta
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.34.3-beta Stable
released this
2023-05-31 14:39:12 +00:00 | 3576 commits to main since this releaseWhat's Changed
- misc(license): Fix License env by @jdenquin in https://github.com/getlago/lago-api/pull/1073
- fix: Avoid duplicate invoices on anniversary and timezone by @rsempe in https://github.com/getlago/lago-api/pull/1074
Full Changelog: https://github.com/getlago/lago-api/compare/v0.34.2-beta...v0.34.3-beta
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.34.2-beta Stable
released this
2023-05-30 14:37:33 +00:00 | 3581 commits to main since this releaseWhat's Changed
- fix: Invoice refresh timestamp should come from existing fees by @vincent-pochet in https://github.com/getlago/lago-api/pull/1070
- feat(tax): Return applied taxes via graphql by @rsempe in https://github.com/getlago/lago-api/pull/1066
- fix(sidekiq): Add Sidekiq web session middleware by @jdenquin in https://github.com/getlago/lago-api/pull/1071
Full Changelog: https://github.com/getlago/lago-api/compare/v0.34.1-beta...v0.34.2-beta
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.34.1-beta Stable
released this
2023-05-29 15:35:42 +00:00 | 3587 commits to main since this releaseWhat's Changed
- fix: Invoice credit amount migration by @vincent-pochet in https://github.com/getlago/lago-api/pull/1062
- feat(tax): Present taxes on fees, invoices and credit notes serializers by @rsempe in https://github.com/getlago/lago-api/pull/1061
- feat(tax): Add a service to apply taxes to a fee by @vincent-pochet in https://github.com/getlago/lago-api/pull/1056
- feat(tax): Use a customer namespace for applied taxes by @rsempe in https://github.com/getlago/lago-api/pull/1064
- feat(tax): Present applied taxes to Fee, Invoice and CreditNote by @rsempe in https://github.com/getlago/lago-api/pull/1065
- fix: Invoice organization_id migration by @vincent-pochet in https://github.com/getlago/lago-api/pull/1067
Full Changelog: https://github.com/getlago/lago-api/compare/v0.34.0-beta...v0.34.1-beta
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.34.0-beta Stable
released this
2023-05-26 12:30:35 +00:00 | 3597 commits to main since this releaseWhat's Changed
- feat(tax_rates): Assign and unassign tax rate to a customer by @rsempe in https://github.com/getlago/lago-api/pull/1030
- hotfix: Fix monthly charges for yearly plan when subscription starts on last day of the month by @vincent-pochet in https://github.com/getlago/lago-api/pull/1035
- feat(tax_rate): Implement TaxRate#customers_count by @vincent-pochet in https://github.com/getlago/lago-api/pull/1033
- feat(tax_rates): Ability to assign and unassign tax rate via graphql by @rsempe in https://github.com/getlago/lago-api/pull/1036
- feat(admin): Add invoice regenerate endpoint by @jdenquin in https://github.com/getlago/lago-api/pull/1037
- feat (charges): rename from instant to pay in advance by @lovrocolic in https://github.com/getlago/lago-api/pull/1039
- feat(admin): Add membership endpoint by @jdenquin in https://github.com/getlago/lago-api/pull/1040
- feat(tax_rates): Rename tax_rate into tax by @rsempe in https://github.com/getlago/lago-api/pull/1041
- fix: Convert integer to string for subscription params by @rsempe in https://github.com/getlago/lago-api/pull/1048
- fix(aggregation): Fix sum aggregation when event property is a float by @vincent-pochet in https://github.com/getlago/lago-api/pull/1049
- feat(tax): Rename invoice vat fields into taxes by @vincent-pochet in https://github.com/getlago/lago-api/pull/1044
- feat(tax): Rename credit_note vat fields into taxes by @vincent-pochet in https://github.com/getlago/lago-api/pull/1045
- feat(tax): Rename fee vat fields into taxes by @rsempe in https://github.com/getlago/lago-api/pull/1047
- feat(tax): Add fees_taxes resource by @rsempe in https://github.com/getlago/lago-api/pull/1052
- feat(tax): Add invoices_taxes resource by @rsempe in https://github.com/getlago/lago-api/pull/1051
- feat(tax): Add credit_notes_taxes resource by @rsempe in https://github.com/getlago/lago-api/pull/1055
- fix(coupons): Ignore applied coupons for deleted customers by @vincent-pochet in https://github.com/getlago/lago-api/pull/1054
- fix: Monetize fee with expected currency by @rsempe in https://github.com/getlago/lago-api/pull/1057
- fix (coupons): adapt applied coupon logic by @lovrocolic in https://github.com/getlago/lago-api/pull/1059
- misc: Fix fee boundaries migration by turning it into SQL by @vincent-pochet in https://github.com/getlago/lago-api/pull/1058
Full Changelog: https://github.com/getlago/lago-api/compare/v0.33.0-beta...v0.34.0-beta
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.33.0-beta Stable
released this
2023-05-12 13:39:42 +00:00 | 3623 commits to main since this releaseWhat's Changed
- misc(invites): remove TODO in code by @ansmonjol in https://github.com/getlago/lago-api/pull/1023
- feat(tax_rates): Migration from vat_rate to tax rates by @rsempe in https://github.com/getlago/lago-api/pull/1024
- feat(tax_rate): Assign a tax rate to an organization via API by @vincent-pochet in https://github.com/getlago/lago-api/pull/1025
- feat(tax_rate): Assign a tax rate to an organization via GraphQL by @vincent-pochet in https://github.com/getlago/lago-api/pull/1026
- feat(tax_rate): Rename customers_tax_rates to applied_tax_rates by @rsempe in https://github.com/getlago/lago-api/pull/1028
- Add admin organization update by @jdenquin in https://github.com/getlago/lago-api/pull/1031
- fix: Display sub_total_vat_excluded_amount_cents on invoice template by @rsempe in https://github.com/getlago/lago-api/pull/1032
Full Changelog: https://github.com/getlago/lago-api/compare/v0.32.0-beta...v0.33.0-beta
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.32.0-beta Stable
released this
2023-05-09 14:45:06 +00:00 | 3630 commits to main since this releaseWhat's Changed
- feat(tax_rates): Add TaxRate model by @rsempe in https://github.com/getlago/lago-api/pull/1012
- chore(deps): bump sidekiq from 6.5.1 to 7.0.8 by @dependabot in https://github.com/getlago/lago-api/pull/999
- feat(tax_rates): Add tax rate resource by @rsempe in https://github.com/getlago/lago-api/pull/1015
- feat(subscription): Allow plan filters on subscription index by @vincent-pochet in https://github.com/getlago/lago-api/pull/1013
- feat(instant_charge): Expose more details in fee.instant_created webhook by @vincent-pochet in https://github.com/getlago/lago-api/pull/1014
- feat(tax_rates): Add tax rate graphql resolvers by @rsempe in https://github.com/getlago/lago-api/pull/1016
- feat(tax_rates): Add tax rate graphql mutations by @rsempe in https://github.com/getlago/lago-api/pull/1017
- fix(credits): turn primary key column into uuid by @vincent-pochet in https://github.com/getlago/lago-api/pull/1018
- feat(tax_rates): Refresh draft invoices when tax rate is updated by @rsempe in https://github.com/getlago/lago-api/pull/1019
- feat (invoices): add logic for creating one-off invoice by @lovrocolic in https://github.com/getlago/lago-api/pull/1002
- bug(invoice): fix total amount style in invoice template by @lovrocolic in https://github.com/getlago/lago-api/pull/1020
- feat(tax_rate): Update tax rate only if params given by @rsempe in https://github.com/getlago/lago-api/pull/1021
- fix(subscription): Take coupons into account for credit note creation at subscription termination by @vincent-pochet in https://github.com/getlago/lago-api/pull/1022
Full Changelog: https://github.com/getlago/lago-api/compare/v0.31.0-beta...v0.32.0-beta
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.31.0-beta Stable
released this
2023-05-04 07:47:03 +00:00 | 3655 commits to main since this releaseWhat's Changed
- feat(coupon): Replace legacy with version_number on invoices by @vincent-pochet in https://github.com/getlago/lago-api/pull/975
- feat(invoice): Add new fees_amount_cents to invoice by @vincent-pochet in https://github.com/getlago/lago-api/pull/980
- feat(invoice): Add new credit_notes_amount_cents to invoice by @vincent-pochet in https://github.com/getlago/lago-api/pull/982
- feat(invoice): Add new coupons_amount_cents to invoice by @vincent-pochet in https://github.com/getlago/lago-api/pull/981
- feat(invoice): Add new prepaid_credit_amount_cents to invoice by @vincent-pochet in https://github.com/getlago/lago-api/pull/983
- fix(redis): activejob-uniqueness should take care of redis password by @vincent-pochet in https://github.com/getlago/lago-api/pull/984
- misc(invoice): update some fr copy by @ansmonjol in https://github.com/getlago/lago-api/pull/985
- feat(min_charge): add
true_up_fee_idonFeeby @rsempe in https://github.com/getlago/lago-api/pull/988 - fix(customers): fix updating data that is sent in billing_configuration payload by @lovrocolic in https://github.com/getlago/lago-api/pull/987
- feat(invoice): Refactor invoice currency handling by @vincent-pochet in https://github.com/getlago/lago-api/pull/977
- feat(coupon): expose invoice version & split PDF by @vincent-pochet in https://github.com/getlago/lago-api/pull/979
- feat(min_charge): Assign true up fee to the usage fee by @rsempe in https://github.com/getlago/lago-api/pull/989
- feat(min_charge): Update invoice template to include true up fees by @rsempe in https://github.com/getlago/lago-api/pull/992
- feat(coupon): Add invoice v3 template by @vincent-pochet in https://github.com/getlago/lago-api/pull/993
- misc: Fix rubocop warnings by @rsempe in https://github.com/getlago/lago-api/pull/995
- feat(min_charge): Ability to create prorated true up fees by @rsempe in https://github.com/getlago/lago-api/pull/994
- feat (invoices): add one-off invoice fields to fees by @lovrocolic in https://github.com/getlago/lago-api/pull/997
- feat(coupons): Add before_vat flag to credits by @vincent-pochet in https://github.com/getlago/lago-api/pull/991
- feat(coupon): Add coupons adjustment amount to credit notes by @vincent-pochet in https://github.com/getlago/lago-api/pull/998
- fix(recurring-bm): fix period duration calculation by @lovrocolic in https://github.com/getlago/lago-api/pull/1003
- feat(min_charge): Refactor to store true up parent fee id by @rsempe in https://github.com/getlago/lago-api/pull/1000
- fix: Refresh draft credit note by @rsempe in https://github.com/getlago/lago-api/pull/1006
- feat(invoice): Add sub_total amounts to invoice by @vincent-pochet in https://github.com/getlago/lago-api/pull/986
- feat(coupon): Take coupons before VAT into account on credit notes by @vincent-pochet in https://github.com/getlago/lago-api/pull/1001
- feat: Allow 0 as rate on percentage charge model by @rsempe in https://github.com/getlago/lago-api/pull/1009
- feat(invoice): Remove invoices#amount_cents and invoices#credit_amount_cents by @vincent-pochet in https://github.com/getlago/lago-api/pull/990
- fix(invoices): Return 0 if creditable amount cents is 0 for fees by @jdenquin in https://github.com/getlago/lago-api/pull/1011
- feat(coupons): Apply coupons before VAT and bump invoice to v3 by @vincent-pochet in https://github.com/getlago/lago-api/pull/996
Full Changelog: https://github.com/getlago/lago-api/compare/v0.29.0-beta...v0.31.0-beta
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.30.0-beta Stable
released this
2023-04-28 06:39:13 +00:00 | 3662 commits to main since this releaseWhat's Changed
- feat(coupon): Replace legacy with version_number on invoices by @vincent-pochet in https://github.com/getlago/lago-api/pull/975
- feat(invoice): Add new fees_amount_cents to invoice by @vincent-pochet in https://github.com/getlago/lago-api/pull/980
- feat(invoice): Add new credit_notes_amount_cents to invoice by @vincent-pochet in https://github.com/getlago/lago-api/pull/982
- feat(invoice): Add new coupons_amount_cents to invoice by @vincent-pochet in https://github.com/getlago/lago-api/pull/981
- feat(invoice): Add new prepaid_credit_amount_cents to invoice by @vincent-pochet in https://github.com/getlago/lago-api/pull/983
- fix(redis): activejob-uniqueness should take care of redis password by @vincent-pochet in https://github.com/getlago/lago-api/pull/984
- misc(invoice): update some fr copy by @ansmonjol in https://github.com/getlago/lago-api/pull/985
- feat(min_charge): add
true_up_fee_idonFeeby @rsempe in https://github.com/getlago/lago-api/pull/988 - fix(customers): fix updating data that is sent in billing_configuration payload by @lovrocolic in https://github.com/getlago/lago-api/pull/987
- feat(invoice): Refactor invoice currency handling by @vincent-pochet in https://github.com/getlago/lago-api/pull/977
- feat(coupon): expose invoice version & split PDF by @vincent-pochet in https://github.com/getlago/lago-api/pull/979
- feat(min_charge): Assign true up fee to the usage fee by @rsempe in https://github.com/getlago/lago-api/pull/989
- feat(min_charge): Update invoice template to include true up fees by @rsempe in https://github.com/getlago/lago-api/pull/992
- feat(coupon): Add invoice v3 template by @vincent-pochet in https://github.com/getlago/lago-api/pull/993
- misc: Fix rubocop warnings by @rsempe in https://github.com/getlago/lago-api/pull/995
- feat(min_charge): Ability to create prorated true up fees by @rsempe in https://github.com/getlago/lago-api/pull/994
- feat (invoices): add one-off invoice fields to fees by @lovrocolic in https://github.com/getlago/lago-api/pull/997
- feat(coupons): Add before_vat flag to credits by @vincent-pochet in https://github.com/getlago/lago-api/pull/991
- feat(coupon): Add coupons adjustment amount to credit notes by @vincent-pochet in https://github.com/getlago/lago-api/pull/998
- fix(recurring-bm): fix period duration calculation by @lovrocolic in https://github.com/getlago/lago-api/pull/1003
- feat(min_charge): Refactor to store true up parent fee id by @rsempe in https://github.com/getlago/lago-api/pull/1000
- fix: Refresh draft credit note by @rsempe in https://github.com/getlago/lago-api/pull/1006
Full Changelog: https://github.com/getlago/lago-api/compare/v0.29.0-beta...v0.29.2-beta
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads