v1.4.0
What's Changed
- feat(accounting-integrations): add credit note type in collection mapping by @lovrocolic in #2027
- fix(events): Fix event serialize when not saved in PG by @jdenquin in #2028
- chore(deps): bump rexml from 3.2.5 to 3.2.8 by @dependabot in #2029
- chore: rubocop by @julienbourdeau in #2024
- fix: Attempt to fix flacky test in unique count scenario by @vincent-pochet in #2030
- fix(gql): Missing billing_configuration solution for OrganizationType by @julienbourdeau in #2032
- misc(clickhouse): Turn on SSL support for clickhouse by @vincent-pochet in #2035
- Integrations invoices models only by @ivannovosad in #2012
- chore(gql): move organization types to organizations subfolder by @julienbourdeau in #2034
- misc(okta): add okta in integration enum by @jdenquin in #2038
- feat(accounting-integrations): Add service that push Lago invoice in accounting provider by @lovrocolic in #2033
- chore(puma): Tweak puma configuration by @jdenquin in #2037
- misc: add Okta as an integration type union by @ansmonjol in #2041
- misc: membership role cannot be null by @ansmonjol in #2040
- fix(integrations): Address customer QA returns by @ivannovosad in #2042
- feat(tests): Test dates service with tz change during grace period by @julienbourdeau in #2016
- fix(integrations): Add an association and indices by @ivannovosad in #2044
- misc: Enable TrailingCommaInHashLiteral rubocop rule by @rsempe in #2031
- misc: Ignore TrailingCommaInHashLiteral commit for blame by @rsempe in #2046
- fix(custom_agg): Improve scenarios to match real use cases by @vincent-pochet in #2015
- feat(gql): Add admin_count custom metadata for organization members by @julienbourdeau in #2039
- feat(webhook): Break down SendWebhookJob into 2 jobs (one creates the models, the other sends HTTP) by @julienbourdeau in #1993
- fix(integrations): Fix integration customer update service by @ivannovosad in #2047
- feat(wallet): Do not refresh wallets balance without cache by @rsempe in #2048
- fix(webhooks): change webhook payload format by @lovrocolic in #2053
- feat (accounting-integrations): add logic for creating integration sales order by @lovrocolic in #2049
- Integrations invoices jobs by @ivannovosad in #2020
- feat(integrations): Add graphql for syncing invoices by @ivannovosad in #2043
- feat(rbac): Allow role to be edited in graphql by @julienbourdeau in #2052
- fix(integration): Fix sync services and netsuite graphql type by @ivannovosad in #2057
- chore(tests): Add cache metadata to configure Rails.cache driver by @julienbourdeau in #2055
- misc: Stop using quantified events by @vincent-pochet in #1987
- bug: admin_count should count active memberships by @ansmonjol in #2060
- feat: Introduce Deprecation tracking by @julienbourdeau in #2056
- feat(wallet): Handle method and target_ongoing_balance for recurring transaction rule by @rsempe in #2051
- feat(okta): Add Okta integration uniqueness by @jdenquin in #2059
- feat(integrations): return external_id in invoice graphql object by @lovrocolic in #2058
- misc: Auto retry PDF generate jobs in case of HTTP errors by @vincent-pochet in #2064
- misc: Preload taxes for charge fees creation by @vincent-pochet in #2063
- fix(integrations): Add integration id to integration customer input by @ivannovosad in #2066
- fix(gocardless): Ignore refund not found when not comming from lago by @vincent-pochet in #2067
- misc: Enable TrailingCommaInBlockArgs rubocop rule by @rsempe in #2068
- misc: Enable TrailingCommaInArrayLiteral rubocop rule by @rsempe in #2070
- fix(integrations): Send webhook after create invoice fails by @ivannovosad in #2069
- fix (integrations): add possibility to filter bm and add-ons in graphql resolvers by @lovrocolic in #2071
- feat(wallet): Extract validation of RecurringTransactionRule by @rsempe in #2072
- feat(clickhouse): Rewrite count query without CTE by @vincent-pochet in #2073
- misc: add disable wallet refresh env var by @lovrocolic in #2062
- feat(wallet): Remove duplication on wallet rules validation by @rsempe in #2074
- feat: Parrallelize charge usage computation by @vincent-pochet in #2076
- fix(current-usage): Manage connection pools with parallel threads by @vincent-pochet in #2077
- feat(integrations): Include integration customers in customer created webhook by @ivannovosad in #2075
- feat(integrations): Add credit notes to graphql by @brunomiguelpinto in #2080
- feat(integrations): Allow to sync invoice even if no item is mapped by @ivannovosad in #2079
- feat(wallet): Extract creation of wallet transaction rule by @rsempe in #2083
- misc(clickhouse): Define pool number by @jdenquin in #2089
- fix(subscription): Pending subscription cancel status by @brunomiguelpinto in #2082
- fix(integrations): Sync credit notes add should_sync_credit_note? by @ivannovosad in #2084
- misc: Add a rake task to expire the cache of a given subscription by @vincent-pochet in #2081
- feat(tax-integration): add anrok model changes by @lovrocolic in #2095
- fix(webhook): Deserialize payload for older webhooks by @julienbourdeau in #2092
- fix(integrations): Sync credit notes add service by @ivannovosad in #2085
- fix(subscription): fix handling of started_at/ended_at by @vincent-pochet in #2096
- feat(wallet): Refresh wallet balance on update by @rsempe in #2094
- fix(integrations): Sync credit notes - create job by @ivannovosad in #2086
- feat(invoice): Hide subscription fee when 0 by @vincent-pochet in #2093
- fix(integrations): Sync credit notes graphql by @ivannovosad in #2088
- feat(wallet): Add started_at to recurring_transaction_rules by @rsempe in #2098
- feat(email): Use
img
tag to display Lago logo in emails by @julienbourdeau in #2023 - feat(integrations): Fix credit notes amount by @ivannovosad in #2099
- feat(pdf): Use
img
tag for Lago logo in invoices by @julienbourdeau in #2021
New Contributors
- @brunomiguelpinto made their first contribution in #2080
Full Changelog: v1.3.0...v1.4.0