-
v0.29.1-beta Stable
released this
2023-04-20 09:18:38 +00:00 | 3688 commits to main since this releaseDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v0.29.0-beta Stable
released this
2023-04-14 15:32:59 +00:00 | 3691 commits to main since this releaseWhat's Changed
- feat (coupons): add billable metric limitations for coupons by @lovrocolic in https://github.com/getlago/lago-api/pull/970
- feat(min_charge): Add min_amount_cents to Charge for graphql by @rsempe in https://github.com/getlago/lago-api/pull/971
- feat(min_charge): Add service to create the true-up fee by @rsempe in https://github.com/getlago/lago-api/pull/973
- fix(instant_charge): event properties might be nil by @vincent-pochet in https://github.com/getlago/lago-api/pull/974
- fix(plan): Scope charge lookup to plan charges by @vincent-pochet in https://github.com/getlago/lago-api/pull/976
- feat (localization): add german translations by @lovrocolic in https://github.com/getlago/lago-api/pull/972
- fix (localization): fix german translations by @lovrocolic in https://github.com/getlago/lago-api/pull/978
Full Changelog: https://github.com/getlago/lago-api/compare/v0.28.1-beta...v0.29.0-beta
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.28.1-beta Stable
released this
2023-04-12 13:54:32 +00:00 | 3701 commits to main since this releaseWhat's Changed
- HOTFIX: naming and migration for wallet balance and currency by @vincent-pochet in https://github.com/getlago/lago-api/pull/962
- feat(min_charge): Add min_amount_cents to charges by @rsempe in https://github.com/getlago/lago-api/pull/963
- misc: Upgrade ruby to 3.2.2 by @vincent-pochet in https://github.com/getlago/lago-api/pull/964
- misc(db): Add 'prepared_statements' for production DB config by @omeraplak in https://github.com/getlago/lago-api/pull/965
- feat(billable_metric): allow to filter by aggregation_type by @ansmonjol in https://github.com/getlago/lago-api/pull/967
- feat(min_charge): Create and update a charge with min_amount_cents by @rsempe in https://github.com/getlago/lago-api/pull/968
- chore(deps): bump nokogiri from 1.14.2 to 1.14.3 by @dependabot in https://github.com/getlago/lago-api/pull/966
- misc(docker): add compatibiliy for docker multiarch by @jdenquin in https://github.com/getlago/lago-api/pull/961
- misc(doc): remove fern def by @jdenquin in https://github.com/getlago/lago-api/pull/969
New Contributors
- @omeraplak made their first contribution in https://github.com/getlago/lago-api/pull/965
Full Changelog: https://github.com/getlago/lago-api/compare/v0.28.0-beta...v0.28.1-beta
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.28.0-beta Stable
released this
2023-04-06 13:46:48 +00:00 | 3712 commits to main since this releaseWhat's Changed
- feat(instant_charge): Add service to update invoice status by @vincent-pochet in https://github.com/getlago/lago-api/pull/930
- feat(instant_charge): Add and update fees#payment_status by @vincent-pochet in https://github.com/getlago/lago-api/pull/932
- feat(instant_charge): expose more details in fee serializer by @vincent-pochet in https://github.com/getlago/lago-api/pull/934
- feat(instant_charge): add API end-point to update fee payment_status by @vincent-pochet in https://github.com/getlago/lago-api/pull/935
- misc(mailer): prevent orga info display when data is not present by @ansmonjol in https://github.com/getlago/lago-api/pull/943
- fix(invoice): prevent invoice template from raising error when billable metric is deleted by @lovrocolic in https://github.com/getlago/lago-api/pull/944
- misc(events): update validations when creating batch events by @lovrocolic in https://github.com/getlago/lago-api/pull/941
- feat(instant_charge): Add GET /api/v1/fees route by @vincent-pochet in https://github.com/getlago/lago-api/pull/939
- feat(password_reset): Add new model and resolver by @ansmonjol in https://github.com/getlago/lago-api/pull/945
- feat(password_reset): Add password request, create and reset flows by @ansmonjol in https://github.com/getlago/lago-api/pull/942
- imp(fees): Add dates boundaries into serializer by @jdenquin in https://github.com/getlago/lago-api/pull/946
- fix(invoices): Race conditions on finalized invoices by @jdenquin in https://github.com/getlago/lago-api/pull/947
- feat(add-subscription): Allow to create with external ID by @ansmonjol in https://github.com/getlago/lago-api/pull/948
- bug(password-reset): fix displayed links in email by @ansmonjol in https://github.com/getlago/lago-api/pull/950
- misc: Add test scenarios for billing job by @vincent-pochet in https://github.com/getlago/lago-api/pull/952
- fix: Do not bill subscription if not active by @rsempe in https://github.com/getlago/lago-api/pull/955
- feat: Turn balance float amounts into cents by @vincent-pochet in https://github.com/getlago/lago-api/pull/951
- fix: Do not create an invoice when recurring and no active subscriptions by @rsempe in https://github.com/getlago/lago-api/pull/958
- hofix: Issue in wallet migration with deleted customers by @vincent-pochet in https://github.com/getlago/lago-api/pull/959
- misc(gh): remove fern actions by @jdenquin in https://github.com/getlago/lago-api/pull/960
Full Changelog: https://github.com/getlago/lago-api/compare/v0.27.0-beta...v0.28.0-beta
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.27.0-beta Stable
released this
2023-03-28 09:10:52 +00:00 | 3736 commits to main since this releaseWhat's Changed
- misc(Customer): merge single object and object types by @ansmonjol in https://github.com/getlago/lago-api/pull/905
- fix(credit-notes): Truncate item amount on termination by @vincent-pochet in https://github.com/getlago/lago-api/pull/917
- feat(bm): Prevent update if attached to plan by @vincent-pochet in https://github.com/getlago/lago-api/pull/914
- fix: Correct percentage calculation for fixed amount by @rsempe in https://github.com/getlago/lago-api/pull/916
- misc: Update email regex to be consistent with the frontend by @rsempe in https://github.com/getlago/lago-api/pull/915
- chore(deps): bump rack from 2.2.6.3 to 2.2.6.4 by @dependabot in https://github.com/getlago/lago-api/pull/919
- feat(email): Add Organization email settings by @jdenquin in https://github.com/getlago/lago-api/pull/918
- fix: Ensure migrations with tasks from prior v0.24.0-beta passes by @vincent-pochet in https://github.com/getlago/lago-api/pull/920
- feat(instant_charge): Ability to have an instant charge by @rsempe in https://github.com/getlago/lago-api/pull/892
- feat(instant_charge): Allow instant fee creation without persistence by @vincent-pochet in https://github.com/getlago/lago-api/pull/921
- feat(instant_charge): Add fee estimate instant service by @vincent-pochet in https://github.com/getlago/lago-api/pull/922
- feat (customer portal): add graphql support for generating customer portal url by @lovrocolic in https://github.com/getlago/lago-api/pull/925
- feat(instant_charge): Add API route to estimate instant fees amount by @vincent-pochet in https://github.com/getlago/lago-api/pull/923
- feat (customer portal): Add api endpoint for fetching customer portal url by @lovrocolic in https://github.com/getlago/lago-api/pull/931
- feat (customer portal): add customer portal auth and setup invoices query by @lovrocolic in https://github.com/getlago/lago-api/pull/926
- fix(charge_models): Change Integer types to BigInt by @vincent-pochet in https://github.com/getlago/lago-api/pull/933
- fix(invoice template): fix invoice template header overflow by @lovrocolic in https://github.com/getlago/lago-api/pull/936
- fix: add licence check in generate customer portal url service by @lovrocolic in https://github.com/getlago/lago-api/pull/937
- feat(emails): Add Invoice Finalized Mailer by @jdenquin in https://github.com/getlago/lago-api/pull/924
- feat(emails): Add Credit Note Mailer by @jdenquin in https://github.com/getlago/lago-api/pull/929
- fix (payment providers): remove null constraint on refunds for payment_provider_id field by @lovrocolic in https://github.com/getlago/lago-api/pull/938
- misc: Update and fix contribution guide by @vincent-pochet in https://github.com/getlago/lago-api/pull/940
Full Changelog: https://github.com/getlago/lago-api/compare/v0.26.0-beta...v0.27.0-beta
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.26.0-beta Stable
released this
2023-03-10 14:17:31 +00:00 | 3763 commits to main since this releaseWhat's Changed
- chore(wallet): remove unused resolver and associated type by @ansmonjol in https://github.com/getlago/lago-api/pull/880
- feat(instant_charge): Ability to have instant charges by @rsempe in https://github.com/getlago/lago-api/pull/868
- feat(instant_charge): Add API route to show a fee by @vincent-pochet in https://github.com/getlago/lago-api/pull/866
- feat(instant_charge): Add instant to Charge via GraphQL by @rsempe in https://github.com/getlago/lago-api/pull/869
- misc: Add Rubocop GraphQL to improve GraphQL definitions by @vincent-pochet in https://github.com/getlago/lago-api/pull/883
- publish java client to
io.github.lago-api:lagoby @dsinghvi in https://github.com/getlago/lago-api/pull/882 - feat (customer_metadata): handle metadata for graphQL create and update by @lovrocolic in https://github.com/getlago/lago-api/pull/855
- fix(events): Fix debugger with deleted customers by @vincent-pochet in https://github.com/getlago/lago-api/pull/888
- misc: delete cable config and mark GraphQL schemas as generated by @vincent-pochet in https://github.com/getlago/lago-api/pull/889
- feat(instant_charge): Allow fees#invoice_id to be null by @vincent-pochet in https://github.com/getlago/lago-api/pull/890
- feat(instant_charge): Enqueue job to process an instant charge for a new event by @vincent-pochet in https://github.com/getlago/lago-api/pull/887
- feat(rubocop): update rubocop rules for graphQL by @lovrocolic in https://github.com/getlago/lago-api/pull/886
- feat(instant_charge): Compute instant aggregation by @vincent-pochet in https://github.com/getlago/lago-api/pull/893
- feat(instant_charge): Add instant aggregation service on billable metrics by @vincent-pochet in https://github.com/getlago/lago-api/pull/891
- feat(instant_charge): Add instant aggregation service on charges by @rsempe in https://github.com/getlago/lago-api/pull/895
- imp(invoices): Support line break on invoice footer by @jdenquin in https://github.com/getlago/lago-api/pull/894
- chore(BillableMetrics): remove unused type by @ansmonjol in https://github.com/getlago/lago-api/pull/897
- chore(AddOn): remove unused single type by @ansmonjol in https://github.com/getlago/lago-api/pull/898
- feat(instant_charge): Add instant_event_id to fees to track instant fee source by @vincent-pochet in https://github.com/getlago/lago-api/pull/899
- feat(instant_charge): Add instant fee creation service by @vincent-pochet in https://github.com/getlago/lago-api/pull/896
- chore(Coupon): remove unused single type by @ansmonjol in https://github.com/getlago/lago-api/pull/900
- misc(Plan): remove unused single type by @ansmonjol in https://github.com/getlago/lago-api/pull/902
- feat(instant_charge): Deliver webhooks for created fees by @vincent-pochet in https://github.com/getlago/lago-api/pull/901
- feat (invoice_metadata): Add model setup for invoice metadata by @lovrocolic in https://github.com/getlago/lago-api/pull/873
- feat(instant_charge): Fetch fee from subscriptions instead of invoices by @rsempe in https://github.com/getlago/lago-api/pull/906
- feat (localization): Add norwegian locale by @lovrocolic in https://github.com/getlago/lago-api/pull/904
- chore(deps): bump rack from 2.2.6.2 to 2.2.6.3 by @dependabot in https://github.com/getlago/lago-api/pull/907
- fix(instant_charge): Fix scope for show fee route by @vincent-pochet in https://github.com/getlago/lago-api/pull/908
- feat(instant_charge): exclude instant charges from monthly billing by @vincent-pochet in https://github.com/getlago/lago-api/pull/909
- feat(emails): Add SMTP settings by @jdenquin in https://github.com/getlago/lago-api/pull/910
- fix (customers): save correctly customer billing configuration upon customer creation by @lovrocolic in https://github.com/getlago/lago-api/pull/911
- feat(instant_charge): Add scenarios by @vincent-pochet in https://github.com/getlago/lago-api/pull/903
- misc(Rubocop): Disable ExtractType rule by @ansmonjol in https://github.com/getlago/lago-api/pull/913
- feat (coupons): add few more coupon validations by @lovrocolic in https://github.com/getlago/lago-api/pull/912
Full Changelog: https://github.com/getlago/lago-api/compare/v0.25.0-beta...v0.26.0-beta
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.25.0-beta Stable
released this
2023-03-02 14:32:36 +00:00 | 3798 commits to main since this releaseWhat's Changed
- misc(fern): Fix java client repository name by @dsinghvi in https://github.com/getlago/lago-api/pull/871
- fix: update invoice and credit note customer name by @lovrocolic in https://github.com/getlago/lago-api/pull/874
- generate OpenAPI for
getlago/lago-openapi-v2by @dsinghvi in https://github.com/getlago/lago-api/pull/872 - fix(invoices): Prevent double billing when refreshing draft invoices by @vincent-pochet in https://github.com/getlago/lago-api/pull/875
- chore: Update PULL_REQUEST_TEMPLATE.md by @ansmonjol in https://github.com/getlago/lago-api/pull/877
- chore(wallet_transaction): remove unused resolver and associated type by @ansmonjol in https://github.com/getlago/lago-api/pull/878
- fix(invoice): Prevent double billing with timezone by @vincent-pochet in https://github.com/getlago/lago-api/pull/879
Full Changelog: https://github.com/getlago/lago-api/compare/v0.24.0-beta...v0.25.0-beta
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.24.0-beta Stable
released this
2023-02-28 14:48:43 +00:00 | 3805 commits to main since this releaseWhat's Changed
- feat (metadata): add basic model setup for customer metadata by @lovrocolic in https://github.com/getlago/lago-api/pull/852
- feat(applied coupons): extend applied coupon serializer by @lovrocolic in https://github.com/getlago/lago-api/pull/843
- feat(storage): Add S3 Path style option by @jdenquin in https://github.com/getlago/lago-api/pull/854
- feat(rounding): Change ceil to round by @rsempe in https://github.com/getlago/lago-api/pull/850
- feat(rounding): Add precise amount cents to credit note items by @rsempe in https://github.com/getlago/lago-api/pull/851
- bug (plans): fix update plan charges condition by @lovrocolic in https://github.com/getlago/lago-api/pull/856
- fix(stripe): Ignore not found refund webhook by @vincent-pochet in https://github.com/getlago/lago-api/pull/857
- misc: Add paper_trail by @rsempe in https://github.com/getlago/lago-api/pull/847
- fix(credit-notes): Take max creditable amount when terminating subscription by @vincent-pochet in https://github.com/getlago/lago-api/pull/859
- fix: Fix seeds task with precise amount cents by @rsempe in https://github.com/getlago/lago-api/pull/861
- fix(webhooks): [BUG] Change webhook type for invoice retry action by @lovrocolic in https://github.com/getlago/lago-api/pull/863
- fix(coupons): Fix deleted coupon display on invoice by @vincent-pochet in https://github.com/getlago/lago-api/pull/864
- feat(webhooks): Save webhooks logs by @jdenquin in https://github.com/getlago/lago-api/pull/833
- 🌿 Introduce Fern by @dsinghvi in https://github.com/getlago/lago-api/pull/858
- feat(webhooks): Resend webhooks by @jdenquin in https://github.com/getlago/lago-api/pull/862
- fix: Do not duplicate events on debugger by @rsempe in https://github.com/getlago/lago-api/pull/870
New Contributors
- @dsinghvi made their first contribution in https://github.com/getlago/lago-api/pull/858
Full Changelog: https://github.com/getlago/lago-api/compare/v0.23.0-beta...v0.24.0-beta
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.23.0-beta Stable
released this
2023-02-21 08:39:48 +00:00 | 3822 commits to main since this releaseWhat's Changed
- feat (organization): refactor organization graphql parameters by @lovrocolic in https://github.com/getlago/lago-api/pull/813
- feat (localization): add support for customer documentLocale in graphQL by @lovrocolic in https://github.com/getlago/lago-api/pull/817
- fix(specs): Fix a flaky test on subscriptions date by @jdenquin in https://github.com/getlago/lago-api/pull/820
- fix(invoices): Round VAT at invoice level by @vincent-pochet in https://github.com/getlago/lago-api/pull/821
- misc: Clean up calculate fee specs to make it clearer by @vincent-pochet in https://github.com/getlago/lago-api/pull/822
- fix(usage): Round VAT at invoice level by @vincent-pochet in https://github.com/getlago/lago-api/pull/824
- fix(webhooks): Change Webhooks organization reference type by @jdenquin in https://github.com/getlago/lago-api/pull/826
- misc: Extract coupon logic from calculate fees service by @rsempe in https://github.com/getlago/lago-api/pull/825
- misc: Add default value for vat_rate on fees and invoices by @rsempe in https://github.com/getlago/lago-api/pull/828
- fix(credit_notes): Round VAT at credit note level by @vincent-pochet in https://github.com/getlago/lago-api/pull/829
- feat(invoice): allow to update an invoice via graphQl by @ansmonjol in https://github.com/getlago/lago-api/pull/830
- feat(webhooks): Refactor Webhooks to use the new format into job by @jdenquin in https://github.com/getlago/lago-api/pull/819
- misc(invites): set order on created_at by @ansmonjol in https://github.com/getlago/lago-api/pull/832
- feat(webhooks): Add Search capability by @jdenquin in https://github.com/getlago/lago-api/pull/814
- fix(credit_notes): Round VAT at credit note level by @vincent-pochet in https://github.com/getlago/lago-api/pull/831
- misc: Merge API and GraphQL AppliedAddOn create services by @vincent-pochet in https://github.com/getlago/lago-api/pull/834
- misc: Squash migrations before first release by @rsempe in https://github.com/getlago/lago-api/pull/835
- misc: Merge API and GraphQL AppliedCoupon create services by @vincent-pochet in https://github.com/getlago/lago-api/pull/836
- misc: Extract .call to BaseService by @rsempe in https://github.com/getlago/lago-api/pull/838
- misc: Merge API and GraphQL BillableMetric update services by @vincent-pochet in https://github.com/getlago/lago-api/pull/839
- misc: Merge API and GraphQL Invoice generate services by @vincent-pochet in https://github.com/getlago/lago-api/pull/841
- fix (applied coupons): fix delete applied coupon logic by using lago id as identifier by @lovrocolic in https://github.com/getlago/lago-api/pull/837
- feat(localization): apply preferred locale on documents by @lovrocolic in https://github.com/getlago/lago-api/pull/827
- misc: Merge API and GraphQL Subscription create services by @vincent-pochet in https://github.com/getlago/lago-api/pull/842
- fix(stripe): Ignore not found payment webhook when no invoice by @vincent-pochet in https://github.com/getlago/lago-api/pull/845
- fix(stripe): Ignore not found customer webhook when no customer by @vincent-pochet in https://github.com/getlago/lago-api/pull/846
- misc: Merge API and GraphQL Organization update services by @vincent-pochet in https://github.com/getlago/lago-api/pull/844
- misc: Merge API and GraphQL Coupons update services by @vincent-pochet in https://github.com/getlago/lago-api/pull/840
- fix(stripe): Capture error when removing webhook url by @vincent-pochet in https://github.com/getlago/lago-api/pull/849
Full Changelog: https://github.com/getlago/lago-api/compare/v0.22.1-beta...v0.23.0-beta
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.22.1-beta Stable
released this
2023-02-10 13:47:05 +00:00 | 3852 commits to main since this releaseWhat's Changed
- feat (localization): update org document locale from the API by @lovrocolic in https://github.com/getlago/lago-api/pull/811
- feat (localization): support managing customer document locale through the API by @lovrocolic in https://github.com/getlago/lago-api/pull/812
- fix(credit_notes): Fix downgrade credit notes when timezone by @vincent-pochet in https://github.com/getlago/lago-api/pull/818
Full Changelog: https://github.com/getlago/lago-api/compare/v0.22.0-beta...v0.22.1-beta
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads