-
v1.0.0 Stable
released this
2024-03-11 10:54:10 +00:00 | 2806 commits to main since this releaseWhat's Changed
- feat(filter): Expose charge filters into GraphQL API by @vincent-pochet in https://github.com/getlago/lago-api/pull/1735
- feat(filter): Add relation between charge filter and cached aggregation by @vincent-pochet in https://github.com/getlago/lago-api/pull/1739
- misc: Add a test case for the 29th of february by @vincent-pochet in https://github.com/getlago/lago-api/pull/1740
- misc: Remove wait time for subscription billing by @vincent-pochet in https://github.com/getlago/lago-api/pull/1741
- feat(filter): Expose filter with fees and usage in GraphQL by @vincent-pochet in https://github.com/getlago/lago-api/pull/1742
- feat(stripe-payment-methods): update stripe payment provider method list by @lovrocolic in https://github.com/getlago/lago-api/pull/1738
- feat(filter): Sort bm filters and values by @rsempe in https://github.com/getlago/lago-api/pull/1745
- feat(filter): Expose charge filters in API by @vincent-pochet in https://github.com/getlago/lago-api/pull/1743
- feat(filter): Add relation between charge_filter and bm filters by @rsempe in https://github.com/getlago/lago-api/pull/1746
- Revert "feat(filter): Add support for filter in plan override" by @vincent-pochet in https://github.com/getlago/lago-api/pull/1747
- feat(filter): Add support for filter in plan override by @vincent-pochet in https://github.com/getlago/lago-api/pull/1749
- misc: Remove unused code related to QuantifiedEvent by @rsempe in https://github.com/getlago/lago-api/pull/1750
- feat(filter): Add missing charge filter id relations by @rsempe in https://github.com/getlago/lago-api/pull/1752
- feat(filter): Preload charge filter and groups in past usage fees by @vincent-pochet in https://github.com/getlago/lago-api/pull/1753
- misc: Add test for pay in advance subscription with free trial by @rsempe in https://github.com/getlago/lago-api/pull/1756
- mics(graph) change type name by @ansmonjol in https://github.com/getlago/lago-api/pull/1757
- feat(filter): Add post validation logic for events by @vincent-pochet in https://github.com/getlago/lago-api/pull/1751
- feat(filter): Remove *_filters#lago_id in API by @vincent-pochet in https://github.com/getlago/lago-api/pull/1758
- fix(sub-termination): update automatic credit note creation logic by @lovrocolic in https://github.com/getlago/lago-api/pull/1755
- fix: Credit note calculation with trial period by @rsempe in https://github.com/getlago/lago-api/pull/1759
- fix(stripe): Prevent stripe error form behing reraised by @vincent-pochet in https://github.com/getlago/lago-api/pull/1762
- fix(filter): Billable metric creation and update from GraphQL by @vincent-pochet in https://github.com/getlago/lago-api/pull/1764
- misc: Add github action to test DB migrations by @vincent-pochet in https://github.com/getlago/lago-api/pull/1761
- fix(weighted-sum): Fix TypeError with grouped weighted sum by @vincent-pochet in https://github.com/getlago/lago-api/pull/1765
- fix: Rollback post validation job with filters by @vincent-pochet in https://github.com/getlago/lago-api/pull/1766
- feat(filter): Add match all value for charge_filters by @vincent-pochet in https://github.com/getlago/lago-api/pull/1767
- fix: cover edge case when pending subscriptions need to be canceled by @lovrocolic in https://github.com/getlago/lago-api/pull/1763
- feat(filter): Remove seeds for groups by @rsempe in https://github.com/getlago/lago-api/pull/1768
- feat(filter): Prevent from having empty filter display name by @rsempe in https://github.com/getlago/lago-api/pull/1770
- feat(filter): Prevent from having empty filter display name by @vincent-pochet in https://github.com/getlago/lago-api/pull/1772
- misc: Prevent from having Adyen authentication deadjobs by @rsempe in https://github.com/getlago/lago-api/pull/1771
- feat(sso): Add Google Auth Support by @jdenquin in https://github.com/getlago/lago-api/pull/1744
- misc: Add index on ast_hour_events_mv#organization_id by @vincent-pochet in https://github.com/getlago/lago-api/pull/1773
Full Changelog: https://github.com/getlago/lago-api/compare/v0.57.1-beta...v1.0.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.57.1-beta Stable
released this
2024-03-01 13:06:10 +00:00 | 2841 commits to main since this releaseWhat's Changed
- fix: Add Net::HTTPBadResponse in the webhook error retry list by @vincent-pochet in https://github.com/getlago/lago-api/pull/1714
- Syncronize with db/schema.rb generated by rails db:migrate by @dorianmariecom in https://github.com/getlago/lago-api/pull/1718
- Add arm64-darwin-23 platform to Gemfile.lock by @dorianmariecom in https://github.com/getlago/lago-api/pull/1716
- feat(minimum-spending): Add graphql commitment type by @ivannovosad in https://github.com/getlago/lago-api/pull/1640
- fix(stripe): Handle validation error in PaymentProviders::Stripe::HandleEventJob by @vincent-pochet in https://github.com/getlago/lago-api/pull/1722
- misc: Add ruby-lsp-rails in the gemfile by @vincent-pochet in https://github.com/getlago/lago-api/pull/1723
- Fix flaky test for invoice finalize service by @dorianmariecom in https://github.com/getlago/lago-api/pull/1720
- require a SEGMENT_WRITE_KEY by @dorianmariecom in https://github.com/getlago/lago-api/pull/1717
- fix(groupe-by): Ensure all groups appears on invoice by @vincent-pochet in https://github.com/getlago/lago-api/pull/1724
- fix(webhook): retry Errno::EPIPE errors by @vincent-pochet in https://github.com/getlago/lago-api/pull/1725
- feat(filter): Discard filter and its values by @vincent-pochet in https://github.com/getlago/lago-api/pull/1727
- misc(currency) add JOD by @ansmonjol in https://github.com/getlago/lago-api/pull/1729
- build(deps): bump rails from 7.0.8 to 7.0.8.1 by @dependabot in https://github.com/getlago/lago-api/pull/1731
- fix (credit-notes): handle NaN issue in draft invoice refresh part by @lovrocolic in https://github.com/getlago/lago-api/pull/1733
- feat(unique-count): Refactor UniqueCountService and event ingestion by @vincent-pochet in https://github.com/getlago/lago-api/pull/1709
- feat(edit-plan-amount-cents): Allow editing plan amount cents by @lovrocolic in https://github.com/getlago/lago-api/pull/1726
- feat(filter): Add validations for charge filters and values by @vincent-pochet in https://github.com/getlago/lago-api/pull/1728
- feat(filter): Add creation and update logic for charge filters by @vincent-pochet in https://github.com/getlago/lago-api/pull/1730
- fix(credit-notes): recalculate credit note item upon draft invoice refresh by @lovrocolic in https://github.com/getlago/lago-api/pull/1734
- fix: Deliver email with SendEmailJob by @vincent-pochet in https://github.com/getlago/lago-api/pull/1736
- misc: fix flaky test by @lovrocolic in https://github.com/getlago/lago-api/pull/1737
New Contributors
- @dorianmariecom made their first contribution in https://github.com/getlago/lago-api/pull/1718
Full Changelog: https://github.com/getlago/lago-api/compare/v0.57.0-beta...v0.57.1-beta
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.57.0-beta Stable
released this
2024-02-22 10:37:57 +00:00 | 2863 commits to main since this releaseWhat's Changed
- feat(unique-count): Implement basic unique count for PostgresStore by @rsempe in https://github.com/getlago/lago-api/pull/1692
- misc: Fix typo sanitized_property_name by @rsempe in https://github.com/getlago/lago-api/pull/1693
- feat(unique-count): Add prorated unique count method by @rsempe in https://github.com/getlago/lago-api/pull/1694
- feat(unique-count): Add unique count to ClickhouseStore by @vincent-pochet in https://github.com/getlago/lago-api/pull/1697
- feat(unique-count): Add grouped unique count to PostgresStore by @rsempe in https://github.com/getlago/lago-api/pull/1696
- feat(unique-count): Add grouped prorated unique count to PostgresStore by @rsempe in https://github.com/getlago/lago-api/pull/1698
- feat(unique-count): Add prorated unique count to ClickhouseStore by @vincent-pochet in https://github.com/getlago/lago-api/pull/1700
- feat(unique-count): Add grouped_unique_count to ClickhouseStore by @rsempe in https://github.com/getlago/lago-api/pull/1701
- fix (charge models): adjust volume charge model logic by @lovrocolic in https://github.com/getlago/lago-api/pull/1699
- feat(unique-count): Add grouped_prorated_unique_count to ClickhouseStore by @rsempe in https://github.com/getlago/lago-api/pull/1702
- feat(unique-count): Prorated unique count queries by @vincent-pochet in https://github.com/getlago/lago-api/pull/1704
- fix (jobs-inside-transaction): add setup for after commit everywhere and fix customer.vies_check webhook by @lovrocolic in https://github.com/getlago/lago-api/pull/1703
- feat (plan-changes): Adjust boundaries upon subscription upgrade by @lovrocolic in https://github.com/getlago/lago-api/pull/1695
- fix(fees): Fix creating yearly in-arrears subscription fee by @ivannovosad in https://github.com/getlago/lago-api/pull/1707
- feat(unique_count): Reafact queries and add prorated breakdown by @vincent-pochet in https://github.com/getlago/lago-api/pull/1708
- fix: Updating plan with new charge by @rsempe in https://github.com/getlago/lago-api/pull/1706
- feat(unique_count): Add active_unique_property to event stores by @vincent-pochet in https://github.com/getlago/lago-api/pull/1710
- fix(subscriptions): fix edit subscription attached to parent plan by @lovrocolic in https://github.com/getlago/lago-api/pull/1711
- fix (invoices): group invoices upon downgrade and upgrade by @lovrocolic in https://github.com/getlago/lago-api/pull/1712
- fix: Fix a small edge case with datetime diff computation by @vincent-pochet in https://github.com/getlago/lago-api/pull/1713
Full Changelog: https://github.com/getlago/lago-api/compare/v0.56.0-beta...v0.57.0-beta
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.56.0-beta Stable
released this
2024-02-13 09:37:24 +00:00 | 2883 commits to main since this releaseWhat's Changed
- feat(payment-url): generate payment url for stripe and adyen by @lovrocolic in https://github.com/getlago/lago-api/pull/1628
- feat(grouped_by): Add support for unique count by @vincent-pochet in https://github.com/getlago/lago-api/pull/1668
- build(deps): bump nokogiri from 1.15.4 to 1.16.2 by @dependabot in https://github.com/getlago/lago-api/pull/1673
- test(subscriptions): more list-subscriptions tests by @stephentgrammer in https://github.com/getlago/lago-api/pull/1663
- fix (invoice-number): use organization timezone in per org numbering by @lovrocolic in https://github.com/getlago/lago-api/pull/1671
- fix(one-off-invoices): support string as well for one-off units by @lovrocolic in https://github.com/getlago/lago-api/pull/1675
- feat(grouped-by): Fix unique count aggregation by @vincent-pochet in https://github.com/getlago/lago-api/pull/1679
- fix(clickhouse): Fix clickhouse strings by @jdenquin in https://github.com/getlago/lago-api/pull/1680
- fix: Group scope for clickhouse store by @rsempe in https://github.com/getlago/lago-api/pull/1681
- fix(invoice-pdf): handle invoice pdf template issues by @lovrocolic in https://github.com/getlago/lago-api/pull/1677
- feat(grouped-by): Prorated unique count aggregation by @vincent-pochet in https://github.com/getlago/lago-api/pull/1670
- feat(minimum-spending): Add support for plan overrides by @ivannovosad in https://github.com/getlago/lago-api/pull/1629
- feat(grouped-by): Quantified event processing after event creation by @vincent-pochet in https://github.com/getlago/lago-api/pull/1672
- fix(customers): Fix provider emails by @jdenquin in https://github.com/getlago/lago-api/pull/1682
- fix(invoice-pdf): add new PDF template updates by @lovrocolic in https://github.com/getlago/lago-api/pull/1684
- misc(html-invoices): Add route for showing invoices as html by @ivannovosad in https://github.com/getlago/lago-api/pull/1667
- misc(puma): Upgrade to 6.x by @jdenquin in https://github.com/getlago/lago-api/pull/1683
- fix: add guard operators to prevent fail if email is not defined by @lovrocolic in https://github.com/getlago/lago-api/pull/1686
- fix(currency): Add missing KWD currency by @vincent-pochet in https://github.com/getlago/lago-api/pull/1687
- feat(grouped_by): Filter charge models properties by @vincent-pochet in https://github.com/getlago/lago-api/pull/1678
- feat(grouped-by): Cleanup and fixes to finalize the feature by @vincent-pochet in https://github.com/getlago/lago-api/pull/1685
- fix(weighted-sum): Turn kafka timestamp into a string by @vincent-pochet in https://github.com/getlago/lago-api/pull/1690
- misc: small refactoring regarding caching and event stores by @vincent-pochet in https://github.com/getlago/lago-api/pull/1691
- fix(graphql): Fix potential travers on memberships by @jdenquin in https://github.com/getlago/lago-api/pull/1688
- fix(payment): Fix Adyen invoice payment by @ivannovosad in https://github.com/getlago/lago-api/pull/1689
New Contributors
- @stephentgrammer made their first contribution in https://github.com/getlago/lago-api/pull/1663
Full Changelog: https://github.com/getlago/lago-api/compare/v0.55.0-beta...v0.56.0-beta
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.55.0-beta Stable
released this
2024-02-02 14:47:39 +00:00 | 2908 commits to main since this releaseWhat's Changed
- Update Dockerfile to fix health check reliant on curl binary by @zeeshanmuhammad in https://github.com/getlago/lago-api/pull/1621
- feat(group-by): handle group for in pay in advance charges by @vincent-pochet in https://github.com/getlago/lago-api/pull/1620
- feat(filter): Add grouped_by logic on events aggregation by @vincent-pochet in https://github.com/getlago/lago-api/pull/1624
- feat(group-by): Change grouped_by type for fees and cached_aggregation by @vincent-pochet in https://github.com/getlago/lago-api/pull/1626
- fix: decrease adyen chekout url expiration time by @lovrocolic in https://github.com/getlago/lago-api/pull/1627
- feat(minimum-spending): Add controllers for plan commitments by @ivannovosad in https://github.com/getlago/lago-api/pull/1622
- feat(grouped-by) Refact AdjustedFees for grouped by by @vincent-pochet in https://github.com/getlago/lago-api/pull/1630
- fix(clickhouse): Refact clickhouse grouped_max to prevent flaky tests by @vincent-pochet in https://github.com/getlago/lago-api/pull/1631
- feat(clickhouse): Configure Kafka topic with env var by @jdenquin in https://github.com/getlago/lago-api/pull/1632
- fix(payment-methods): Fix updating payment provider payment methods by @ivannovosad in https://github.com/getlago/lago-api/pull/1633
- fix(grouped-by): Current usage for grouped charges by @vincent-pochet in https://github.com/getlago/lago-api/pull/1636
- feat(grouped-by) Adapt sum aggregation to return grouped aggregation by @vincent-pochet in https://github.com/getlago/lago-api/pull/1634
- feat(grouped-by): Current usage for in advance aggregation by @vincent-pochet in https://github.com/getlago/lago-api/pull/1637
- feat(grouped-by): Add grouped count aggregation by @vincent-pochet in https://github.com/getlago/lago-api/pull/1638
- feat(grouped-by): Add grouped prorated sum logic by @vincent-pochet in https://github.com/getlago/lago-api/pull/1639
- feat(grouped-by): Adapt max aggregation to return grouped aggregation by @vincent-pochet in https://github.com/getlago/lago-api/pull/1641
- feat(grouped-by): Adapt latest aggregation to return grouped aggregation by @vincent-pochet in https://github.com/getlago/lago-api/pull/1642
- fix(grouped-by): GraphQL current usage was invalid by @vincent-pochet in https://github.com/getlago/lago-api/pull/1645
- fix(event): Add missing organization scope to event stores by @vincent-pochet in https://github.com/getlago/lago-api/pull/1647
- feat(clickhouse): Clickhouse migration paths by @jdenquin in https://github.com/getlago/lago-api/pull/1646
- fix(grouped-by): Fix usage API when a group is set by @vincent-pochet in https://github.com/getlago/lago-api/pull/1650
- Add database check by @odnobit in https://github.com/getlago/lago-api/pull/1643
- feat(grouped-by): Add full logic on weighted sum aggregation by @vincent-pochet in https://github.com/getlago/lago-api/pull/1649
- misc: Add started_at value to the default subscription factory by @rsempe in https://github.com/getlago/lago-api/pull/1651
- feat(organizations): Add Show endpoint by @jdenquin in https://github.com/getlago/lago-api/pull/1654
- feat (document-template): Adjust credit note and invoice templates by @lovrocolic in https://github.com/getlago/lago-api/pull/1653
- misc: add scenario that checks boundaries in February for leap year by @lovrocolic in https://github.com/getlago/lago-api/pull/1655
- feat(minimum-spending): Calculate minimum commitment amount cents by @ivannovosad in https://github.com/getlago/lago-api/pull/1648
- fix(grouped-by): Current usage with in advance aggregation by @vincent-pochet in https://github.com/getlago/lago-api/pull/1652
- feat(grouped-by): Basic refactoring for unique count aggregation by @vincent-pochet in https://github.com/getlago/lago-api/pull/1656
- misc(ruby): update to 3.2.3 by @jdenquin in https://github.com/getlago/lago-api/pull/1657
- feat(events) Modify events batch length limit by @odnobit in https://github.com/getlago/lago-api/pull/1659
- fix: update scenario billing specs by @lovrocolic in https://github.com/getlago/lago-api/pull/1658
- fix: update grouped_by display helper by @lovrocolic in https://github.com/getlago/lago-api/pull/1661
- feat(prepaid-credits): Add service for refreshing wallets by @rsempe in https://github.com/getlago/lago-api/pull/1618
- fix(grouped-by): temporary fallback for unique-count until it is finalized by @vincent-pochet in https://github.com/getlago/lago-api/pull/1662
- misc: update ruby-version file by @lovrocolic in https://github.com/getlago/lago-api/pull/1660
- fix: remove zero units fees from PDF template by @lovrocolic in https://github.com/getlago/lago-api/pull/1664
- fix: Set organization_sequential_id only on invoice creation by @rsempe in https://github.com/getlago/lago-api/pull/1665
- fix: Ensure subscription activation clock job cannot be enqueued twice by @vincent-pochet in https://github.com/getlago/lago-api/pull/1666
New Contributors
- @zeeshanmuhammad made their first contribution in https://github.com/getlago/lago-api/pull/1621
- @odnobit made their first contribution in https://github.com/getlago/lago-api/pull/1643
Full Changelog: https://github.com/getlago/lago-api/compare/v0.54.2-beta...v0.55.0-beta
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.54.2-beta Stable
released this
2024-01-22 14:21:48 +00:00 | 2958 commits to main since this releaseWhat's Changed
- feat(edit-draft-invoice): Apply adjusted fee on subscription fee by @lovrocolic in https://github.com/getlago/lago-api/pull/1574
- feat(edit-draft-invoice): Apply adjusted fee on charge fee by @lovrocolic in https://github.com/getlago/lago-api/pull/1586
- feat (edit-draft-invoice): add adjusted fee bool field in fee graphql object by @lovrocolic in https://github.com/getlago/lago-api/pull/1587
- misc: Clean migration data task by @rsempe in https://github.com/getlago/lago-api/pull/1623
Full Changelog: https://github.com/getlago/lago-api/compare/v0.54.1-beta...v0.54.2-beta
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.54.1-beta Stable
released this
2024-01-19 16:02:04 +00:00 | 2962 commits to main since this releaseWhat's Changed
- misc(configuration): configure log level by @jdenquin in https://github.com/getlago/lago-api/pull/1614
- fix: Initial migration is broken with missing task by @vincent-pochet in https://github.com/getlago/lago-api/pull/1615
- feat(minimum-spending): Add serializers by @ivannovosad in https://github.com/getlago/lago-api/pull/1613
- feat(filter): Discard filters with billable metrics by @vincent-pochet in https://github.com/getlago/lago-api/pull/1608
- feat(filter): Handle billable metric filters in GraphQL and API by @vincent-pochet in https://github.com/getlago/lago-api/pull/1609
- feat(group-by): add grouped_by_value logic to event stores by @vincent-pochet in https://github.com/getlago/lago-api/pull/1617
- feat(group-by): Expose grouped_by for fees in GraphQL API by @vincent-pochet in https://github.com/getlago/lago-api/pull/1616
- feat(filter): Create or update service for billable metric filters by @vincent-pochet in https://github.com/getlago/lago-api/pull/1606
Full Changelog: https://github.com/getlago/lago-api/compare/v0.54.0-beta...v0.54.1-beta
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.54.0-beta Stable
released this
2024-01-17 15:40:28 +00:00 | 2970 commits to main since this releaseWhat's Changed
- fix(invoices): Fix money rounding by @jdenquin in https://github.com/getlago/lago-api/pull/1577
- fix: Prevent from having NaN precise_coupons_amount_cents by @rsempe in https://github.com/getlago/lago-api/pull/1578
- fix(charge-usage): Fix sorting by group name by @ivannovosad in https://github.com/getlago/lago-api/pull/1579
- feat(edit-draft-invoice): add adjusted fee destroy mutation by @lovrocolic in https://github.com/getlago/lago-api/pull/1573
- feat(edit-draft-invoice): add group_id to adjusted fees table by @lovrocolic in https://github.com/getlago/lago-api/pull/1581
- fix(invoice): Quarterly boundaries with anniversary on the 31st by @vincent-pochet in https://github.com/getlago/lago-api/pull/1569
- misc: Remove unused code by @rsempe in https://github.com/getlago/lago-api/pull/1582
- misc(bullet): Install bullet gem and fix some N+1 queries by @ivannovosad in https://github.com/getlago/lago-api/pull/1584
- Make it possible to configure when subscription termination alert is sent by setting env var by @edwardmp in https://github.com/getlago/lago-api/pull/1575
- misc: Add ready_to_be_refreshed to invoices by @rsempe in https://github.com/getlago/lago-api/pull/1588
- fix: Migration should perform when starting the api by @vincent-pochet in https://github.com/getlago/lago-api/pull/1589
- fix: Migration amount details rate by @rsempe in https://github.com/getlago/lago-api/pull/1590
- build(deps): bump puma from 5.6.7 to 5.6.8 by @dependabot in https://github.com/getlago/lago-api/pull/1591
- misc: refactor money with precision helper method by @lovrocolic in https://github.com/getlago/lago-api/pull/1592
- fix(subscription): Add missing validation rule for billing time by @vincent-pochet in https://github.com/getlago/lago-api/pull/1593
- feat(unit-price): Add unit price to prepaid credit fees by @rsempe in https://github.com/getlago/lago-api/pull/1594
- feat(unit-price): Add unit price to pay in advance charge fees by @rsempe in https://github.com/getlago/lago-api/pull/1595
- feat(unit-price) add amount_details attribute to Fee object by @ansmonjol in https://github.com/getlago/lago-api/pull/1580
- misc: Improve clickhouse migration filter task by @vincent-pochet in https://github.com/getlago/lago-api/pull/1596
- feat(unit-price): Update title for subscriptions on invocie template by @rsempe in https://github.com/getlago/lago-api/pull/1599
- feat(psp-accounts): Connect several PSP accounts in Lago by @ivannovosad in https://github.com/getlago/lago-api/pull/1527
- fix(credit-note-email): adapt mail delivery for credit note created by @lovrocolic in https://github.com/getlago/lago-api/pull/1603
- feat(prepaid-credits): Add clock for refreshing wallets credits by @rsempe in https://github.com/getlago/lago-api/pull/1602
- misc: Rename CustomerUsage#usage to CustomerUsage#call by @rsempe in https://github.com/getlago/lago-api/pull/1604
- feat(filter): Add new models and relations by @vincent-pochet in https://github.com/getlago/lago-api/pull/1600
- fix(analytics): Fix invoiced usage query by @ivannovosad in https://github.com/getlago/lago-api/pull/1597
- feat(events): Batch Event endpoint by @jdenquin in https://github.com/getlago/lago-api/pull/1598
- feat(minimum-spending): Add models by @ivannovosad in https://github.com/getlago/lago-api/pull/1605
- fix(webhook): Fix payment provider webhook. by @ivannovosad in https://github.com/getlago/lago-api/pull/1610
- fix(invoice-pdf): Refactor invoice PDF template by @lovrocolic in https://github.com/getlago/lago-api/pull/1611
- feat(high-usage): Configure kafka topic by @jdenquin in https://github.com/getlago/lago-api/pull/1612
Full Changelog: https://github.com/getlago/lago-api/compare/v0.53.3-beta...v0.54.0-beta
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.53.3-beta Stable
released this
2023-12-27 10:38:37 +00:00 | 3011 commits to main since this releaseWhat's Changed
- feat(event): Plug invoice create generating invoice for in advance aggregation by @vincent-pochet in https://github.com/getlago/lago-api/pull/1561
- feat(invoices): Do not send invoice when amount is zero by @jdenquin in https://github.com/getlago/lago-api/pull/1559
- fix(invoice): Monthly boundaries with aniversary on the 31st by @vincent-pochet in https://github.com/getlago/lago-api/pull/1567
- fix(taxes): Remove GB from EU taxes by @jdenquin in https://github.com/getlago/lago-api/pull/1570
- feat (edit-draft-invoice): add adjusted fee mutation by @lovrocolic in https://github.com/getlago/lago-api/pull/1568
- feat(stripe): do not mark invoice as failed when amount is too small by @jdenquin in https://github.com/getlago/lago-api/pull/1571
- feat(taxes): Add EU VAT terms by @jdenquin in https://github.com/getlago/lago-api/pull/1572
Full Changelog: https://github.com/getlago/lago-api/compare/v0.53.2-beta...v0.53.3-beta
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.53.2-beta Stable
released this
2023-12-22 08:58:58 +00:00 | 3018 commits to main since this releaseWhat's Changed
- fix(webhooks): Handle Errno::ECONNREFUSED error class for retry by @vincent-pochet in https://github.com/getlago/lago-api/pull/1562
- hotfix(invoice): Add missing return condition in BillPaidCreditJob by @vincent-pochet in https://github.com/getlago/lago-api/pull/1564
- fix(webhooks): Handle OpenSSL::SSL::SSLError error class for retry by @vincent-pochet in https://github.com/getlago/lago-api/pull/1563
- fix(unit-price): Fix true-up fees on pdf template by @rsempe in https://github.com/getlago/lago-api/pull/1565
Full Changelog: https://github.com/getlago/lago-api/compare/v0.53.1-beta...v0.53.2-beta
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads