-
v1.9.0 Stable
released this
2024-08-19 08:45:47 +00:00 | 2178 commits to main since this releaseWhat's Changed
- feat(tresholds): Add create and update services by @ivannovosad in https://github.com/getlago/lago-api/pull/2380
- feat(tax-integration): add failed invoices count by @lovrocolic in https://github.com/getlago/lago-api/pull/2382
- fix(anrok): add error_details include to invoice serialization by @annvelents in https://github.com/getlago/lago-api/pull/2381
- misc(release): adding arm macos runner by @jdenquin in https://github.com/getlago/lago-api/pull/2385
- feat(tresholds): Add usage tresholds params to controllers by @ivannovosad in https://github.com/getlago/lago-api/pull/2384
- feat (tax-integrations): add new service for syncing void invoice with anrok by @lovrocolic in https://github.com/getlago/lago-api/pull/2386
- feat (tax-integrations): add support for negate action by @lovrocolic in https://github.com/getlago/lago-api/pull/2389
- feature(ProgressiveBilling) - Add lifetime usage model by @nudded in https://github.com/getlago/lago-api/pull/2387
- Fix: add kept default scope to error_details by @annvelents in https://github.com/getlago/lago-api/pull/2392
- feat (tax-integrations): add support for tax integration generic error webhook by @lovrocolic in https://github.com/getlago/lago-api/pull/2393
- misc(release): Release workflow by @jdenquin in https://github.com/getlago/lago-api/pull/2390
- perf(active_storage) - add index that went missing when the record_id column changed type by @nudded in https://github.com/getlago/lago-api/pull/2402
- fix: Prevent creating subscription fee in advance for yearly plan started in the past by @rsempe in https://github.com/getlago/lago-api/pull/2388
- feat (tax-integrations): dispatch webhook for all failed responses by @lovrocolic in https://github.com/getlago/lago-api/pull/2403
- fix: incorrect country on credit note template by @vincent-pochet in https://github.com/getlago/lago-api/pull/2404
- fix: Correct computation for paid in advance events by @rsempe in https://github.com/getlago/lago-api/pull/2405
- fix(plan): Add presence validation for plan interval by @ivannovosad in https://github.com/getlago/lago-api/pull/2408
- fix(bulk_events) - Add #blank? check to
Events::CreateBatchServiceby @nudded in https://github.com/getlago/lago-api/pull/2409 - misc: allow finance role to create invoices by @ansmonjol in https://github.com/getlago/lago-api/pull/2400
- perf - fix N+1 queries on #index actions by @nudded in https://github.com/getlago/lago-api/pull/2410
- fix(data-exports): Improve CSV export memory usage by @ancorcruz in https://github.com/getlago/lago-api/pull/2399
- Feat(Wallet): Add metadata to wallet transactions by @brunomiguelpinto in https://github.com/getlago/lago-api/pull/2406
- Remove casting in Event.{from|to}_datetime scopes by @nudded in https://github.com/getlago/lago-api/pull/2415
- feat(ProgressiveBilling) - add
LifetimeUsages::CalculateServiceby @nudded in https://github.com/getlago/lago-api/pull/2401 - fix(export-invoices): fix finalized data export email subject typo by @ancorcruz in https://github.com/getlago/lago-api/pull/2416
- feat(dunning): Introduce PayableGroup model by @rsempe in https://github.com/getlago/lago-api/pull/2346
- feat(vat): Support EU VAT Exceptions by @jdenquin in https://github.com/getlago/lago-api/pull/2412
- feat(dunning): Introduce PaymentRequest entity by @rsempe in https://github.com/getlago/lago-api/pull/2417
- fix (tax-integrations): fix mutation for fetching one-off invoice taxes by @lovrocolic in https://github.com/getlago/lago-api/pull/2423
- feat(dunning): Ability to fetch payment requests from API by @rsempe in https://github.com/getlago/lago-api/pull/2420
- feat(ProgressiveBilling): Flag invoiced lifetime usage for refresh by @vincent-pochet in https://github.com/getlago/lago-api/pull/2394
- feat(ProgressiveBilling): Add new threshold reached webhook by @vincent-pochet in https://github.com/getlago/lago-api/pull/2407
- feat(ProgressiveBilling): Flag usage refresh for event by @vincent-pochet in https://github.com/getlago/lago-api/pull/2395
- feat(ProgressiveBilling) add
LifetimeUsages::UsageThresholds::CheckServiceby @nudded in https://github.com/getlago/lago-api/pull/2419 - feat(dunning): Add resolver for payment requests by @rsempe in https://github.com/getlago/lago-api/pull/2424
- feat (tax-integrations): add flow for syncing void/dispute lost invoices by @lovrocolic in https://github.com/getlago/lago-api/pull/2414
- feat(ProgressiveBilling): create an invoice for a threshold by @vincent-pochet in https://github.com/getlago/lago-api/pull/2413
- Feat(anrok): allow to save special provider tax types by @annvelents in https://github.com/getlago/lago-api/pull/2421
Full Changelog: https://github.com/getlago/lago-api/compare/v1.8.2...v1.9.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.8.2 Stable
released this
2024-08-07 09:52:08 +00:00 | 2220 commits to main since this releaseWhat's Changed
- chore(services): Rename FinalizeService to RefreshDraftAndFinalizeService by @julienbourdeau in https://github.com/getlago/lago-api/pull/2302
- misc(devex) - Add support for asdf. expand .gitignore with .zed/ and config/master.key by @nudded in https://github.com/getlago/lago-api/pull/2328
- feat(invoices): Add open status by @julienbourdeau in https://github.com/getlago/lago-api/pull/2330
- Fix export invoices query object filters by @ancorcruz in https://github.com/getlago/lago-api/pull/2327
- feat(anrok): add model for error_details by @annvelents in https://github.com/getlago/lago-api/pull/2311
- Feat(anrok): create integration error details service by @annvelents in https://github.com/getlago/lago-api/pull/2316
- Feat: anrok - add error detail to invoice serialization by @annvelents in https://github.com/getlago/lago-api/pull/2329
- misc: change format of error_details description we send to FE by @annvelents in https://github.com/getlago/lago-api/pull/2333
- fix: GoCardless payment creation exception when no mandate available by @ancorcruz in https://github.com/getlago/lago-api/pull/2331
- refactor(wallet): change ApplyPaidCreditsService argument by @julienbourdeau in https://github.com/getlago/lago-api/pull/2325
- fix: invoices query payment_dispute_lost filter by @ancorcruz in https://github.com/getlago/lago-api/pull/2339
- fix(tax-integrations): add small improvements to the retry service by @lovrocolic in https://github.com/getlago/lago-api/pull/2337
- feat(wallet): Add
invoice_require_successful_paymentattributes on wallet-related models by @julienbourdeau in https://github.com/getlago/lago-api/pull/2326 - fix: invoices query payment_overdue filter by @ancorcruz in https://github.com/getlago/lago-api/pull/2340
- feat: Add Migration Scripts for Separate Migration Docker Container by @brunomiguelpinto in https://github.com/getlago/lago-api/pull/2304
- fix(db): Rename
invoice_require_successful_paymentto add S by @julienbourdeau in https://github.com/getlago/lago-api/pull/2343 - fix: Serialize nested collections with a symbol key by @ancorcruz in https://github.com/getlago/lago-api/pull/2344
- misc: refactor query object to align with new design by @ancorcruz in https://github.com/getlago/lago-api/pull/2313
- misc(events): Add new optimized index by @jdenquin in https://github.com/getlago/lago-api/pull/2345
- misc(migrations) - Add extra check to make sure schema.rb is up to date. by @nudded in https://github.com/getlago/lago-api/pull/2347
- Feat(anrok): add handling discarded errors when retrying invoice by @annvelents in https://github.com/getlago/lago-api/pull/2341
- feat(netsuite): Add lago customer link to netsuite by @ivannovosad in https://github.com/getlago/lago-api/pull/2350
- feat(netsuite): Add lago invoice link to netsuite by @ivannovosad in https://github.com/getlago/lago-api/pull/2353
- feat(netsuite): Add due date to netsuite invoice by @ivannovosad in https://github.com/getlago/lago-api/pull/2356
- Fix: Event ingestions when using a non default schema by @roeeklinger in https://github.com/getlago/lago-api/pull/2314
- fix: invoices query search and filtering by customer external id by @ancorcruz in https://github.com/getlago/lago-api/pull/2355
- fix(export invoices): Re arrange CSV column order, add new columns and fix row order by issuing date by @ancorcruz in https://github.com/getlago/lago-api/pull/2348
- misc - Bump ruby version to 3.3.4 by @nudded in https://github.com/getlago/lago-api/pull/2354
- feat(netsuite): Do not send line items with 0 amount cents by @ivannovosad in https://github.com/getlago/lago-api/pull/2359
- misc(events) - Setup more aggressive autovacuum_vacuum_scale_factor setting for events by @nudded in https://github.com/getlago/lago-api/pull/2360
- misc - Missing gemfile.lock update after ruby upgrade by @nudded in https://github.com/getlago/lago-api/pull/2365
- fix(redis) - set redlock_options even if REDIS_PASSWORD is not provided by @nudded in https://github.com/getlago/lago-api/pull/2367
- feat (tax-integration): add new webhook type for fee tax failure by @lovrocolic in https://github.com/getlago/lago-api/pull/2351
- feat(billing): Retry finalize jobs on Sequence error by @julienbourdeau in https://github.com/getlago/lago-api/pull/2364
- fix(netsuite): Do not send taxes columns if tax not mapped by @ivannovosad in https://github.com/getlago/lago-api/pull/2369
- Feat(anrok): add finalize_all_invoices job and service by @annvelents in https://github.com/getlago/lago-api/pull/2358
- misc(tracing) - Add custom spans to Services & GraphQLController by @nudded in https://github.com/getlago/lago-api/pull/2357
- misc(tracing) - add trace_id and span_id to lograge custom_options by @nudded in https://github.com/getlago/lago-api/pull/2370
- feat(tresholds): Add models by @ivannovosad in https://github.com/getlago/lago-api/pull/2368
- misc(tracing) - Capture and pass context inside Parallel execution blocks by @nudded in https://github.com/getlago/lago-api/pull/2372
- feat(wallet): Finalized open topup invoice only after payment successful by @julienbourdeau in https://github.com/getlago/lago-api/pull/2336
- fix(export invoice fees): reshuffle column order, add missing ones and change some headers in the CSV export by @ancorcruz in https://github.com/getlago/lago-api/pull/2352
- chore(deps): bump rexml from 3.2.8 to 3.3.3 by @dependabot in https://github.com/getlago/lago-api/pull/2361
- fix(wrong-month-abbreviation): use month full names instead by @ancorcruz in https://github.com/getlago/lago-api/pull/2373
- feat(tresholds): Add serializers by @ivannovosad in https://github.com/getlago/lago-api/pull/2371
- fix(wrong-month-abbreviation): Change abbreviation month names by @rsempe in https://github.com/getlago/lago-api/pull/2375
- fix(wrong-month-abbreviation): Do not prepend day number by 0 for fr and es locales by @rsempe in https://github.com/getlago/lago-api/pull/2376
- misc(tresholds): Rename progressive_billing_tresholds to usage_tresholds by @ivannovosad in https://github.com/getlago/lago-api/pull/2379
New Contributors
- @nudded made their first contribution in https://github.com/getlago/lago-api/pull/2328
- @roeeklinger made their first contribution in https://github.com/getlago/lago-api/pull/2314
Full Changelog: https://github.com/getlago/lago-api/compare/v1.8.1...v1.8.2
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.6.5 Stable
released this
2024-07-24 09:32:55 +00:00 | 2304 commits to main since this releasefix: Set ready_to_be_refreshed only when updating a plan (#2323) @rsempe
Full Changelog: https://github.com/getlago/lago-api/compare/v1.6.4...v1.6.5
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v1.8.1 Stable
released this
2024-07-23 12:17:48 +00:00 | 2268 commits to main since this releaseWhat's Changed
- feat (tax-integrations): Add invoice retry service by @lovrocolic in https://github.com/getlago/lago-api/pull/2312
- feat (tax-integration): add mutation for retrying failed invoice by @lovrocolic in https://github.com/getlago/lago-api/pull/2317
- feat: Add Upgrade Verification Task by @brunomiguelpinto in https://github.com/getlago/lago-api/pull/2289
- fix(invoices): Add index on status by @jdenquin in https://github.com/getlago/lago-api/pull/2320
- feat (tax-integration): add gql support for retrying all failed invoices by @lovrocolic in https://github.com/getlago/lago-api/pull/2318
- feat (tax-integrations): add api support for failed invoice retry by @lovrocolic in https://github.com/getlago/lago-api/pull/2322
- feat(anrok): add migration for IntegrationErrorDetails by @annvelents in https://github.com/getlago/lago-api/pull/2305
- deps: bump sidekiq from 7.1.4 to 7.1.5 by @willymwai in https://github.com/getlago/lago-api/pull/2321
- feat(invoice): Introduce visible/invisible invoice status by @julienbourdeau in https://github.com/getlago/lago-api/pull/2315
- feat(console): Hard delete invoice in console by @julienbourdeau in https://github.com/getlago/lago-api/pull/2319
- feat(webhook): Always dispatch webhook job by @julienbourdeau in https://github.com/getlago/lago-api/pull/2297
- fix: Set ready_to_be_refreshed only when updating a plan by @rsempe in https://github.com/getlago/lago-api/pull/2323
New Contributors
- @willymwai made their first contribution in https://github.com/getlago/lago-api/pull/2321
Full Changelog: https://github.com/getlago/lago-api/compare/v1.8.0...v1.8.1
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.8.0 Stable
released this
2024-07-19 19:48:15 +00:00 | 2280 commits to main since this releaseWhat's Changed
- feat(gql): Add regroup_paid_fees to ChargeInput by @julienbourdeau in https://github.com/getlago/lago-api/pull/2292
- fix(redis): Timeout error on unique jobs by @jdenquin in https://github.com/getlago/lago-api/pull/2291
- fix(fees): Add pay_in_advance_event_transaction_id index with deleted_at by @jdenquin in https://github.com/getlago/lago-api/pull/2294
- fix(subscriptions): Add missing index on previous_subscription_id and… by @jdenquin in https://github.com/getlago/lago-api/pull/2295
- Feat(invoice.payment_status): add prefix to invoice payment status enum by @annvelents in https://github.com/getlago/lago-api/pull/2299
- feat(event): Add pay_in_advance flag in grouped charges view by @vincent-pochet in https://github.com/getlago/lago-api/pull/2300
- feat(analytics): Ability to expire cache when fetching customer analytics by @rsempe in https://github.com/getlago/lago-api/pull/2301
- fix(xero): Fix syncing xero accounts by @ivannovosad in https://github.com/getlago/lago-api/pull/2290
- misc: Stop tracking clickhouse schema by @vincent-pochet in https://github.com/getlago/lago-api/pull/2309
- feat(event): Compute aggregation using Clickhouse pre-aggregation by @vincent-pochet in https://github.com/getlago/lago-api/pull/2286
- feat(anrok): Add failed status to invoice by @annvelents in https://github.com/getlago/lago-api/pull/2296
- feat(tax-integrations): update provider tax core logic by @lovrocolic in https://github.com/getlago/lago-api/pull/2306
- misc: add prefix to payment status enum on fee by @annvelents in https://github.com/getlago/lago-api/pull/2303
- misc: Cleanup remaining group logic by @vincent-pochet in https://github.com/getlago/lago-api/pull/2310
- feat(xero): Add payments services by @ivannovosad in https://github.com/getlago/lago-api/pull/2207
- fix(export invoices): multi value invoices filters and improve graphql type name by @ancorcruz in https://github.com/getlago/lago-api/pull/2308
- fix(export-invoices): allow no pagination for Query objects by @ancorcruz in https://github.com/getlago/lago-api/pull/2307
New Contributors
- @annvelents made their first contribution in https://github.com/getlago/lago-api/pull/2299
Full Changelog: https://github.com/getlago/lago-api/compare/v1.7.0...v1.8.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.7.0 Stable
released this
2024-07-15 09:27:15 +00:00 | 2299 commits to main since this releaseWhat's Changed
- feat(event): Add clickhouse pre-aggregation config by @vincent-pochet in https://github.com/getlago/lago-api/pull/2252
- misc: Remove deprecated group handling by @vincent-pochet in https://github.com/getlago/lago-api/pull/2257
- misc: Remove deprecated API fields by @vincent-pochet in https://github.com/getlago/lago-api/pull/2261
- misc: Force external_subscription_id when creating events by @rsempe in https://github.com/getlago/lago-api/pull/2270
- feat(applied-taxes): add logic for creating applied taxes based on external provider by @lovrocolic in https://github.com/getlago/lago-api/pull/2267
Full Changelog: https://github.com/getlago/lago-api/compare/v1.6.4...v1.7.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.6.4 Stable
released this
2024-07-12 13:00:58 +00:00 | 2305 commits to main since this releaseWhat's Changed
- fix(stripe): Add invoice description to payment url payload by @ivannovosad in https://github.com/getlago/lago-api/pull/2278
- fix: Fix flaky test for commitment fees amount sort by @brunomiguelpinto in https://github.com/getlago/lago-api/pull/2284
- fix(analytics): Prevent fetching deleted customer analytics by @rsempe in https://github.com/getlago/lago-api/pull/2285
- feat: Add partial index to fees on charge_id and invoice_id by @brunomiguelpinto in https://github.com/getlago/lago-api/pull/2283
Full Changelog: https://github.com/getlago/lago-api/compare/v1.6.3...v1.6.4
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.6.3 Stable
released this
2024-07-11 14:22:19 +00:00 | 2309 commits to main since this releaseWhat's Changed
- fix(stripe): nil result on small amount by @vincent-pochet in https://github.com/getlago/lago-api/pull/2279
- feat(dunning): Add customer portal analytics resources by @rsempe in https://github.com/getlago/lago-api/pull/2236
- misc: remove groups from event post validation by @vincent-pochet in https://github.com/getlago/lago-api/pull/2280
- misc: Add LAGO_CLICKHOUSE_MIGRATIONS_ENABLED env by @vincent-pochet in https://github.com/getlago/lago-api/pull/2281
Full Changelog: https://github.com/getlago/lago-api/compare/v1.6.2...v1.6.3
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.6.2 Stable
released this
2024-07-11 09:57:57 +00:00 | 2315 commits to main since this releaseWhat's Changed
- fix(integrations): Fix creating a deleted customer by @ivannovosad in https://github.com/getlago/lago-api/pull/2265
- fix (integration-customers): adapt integration customer queries by @lovrocolic in https://github.com/getlago/lago-api/pull/2269
- feat(events): Track event sent without external_subscription_id for /estimate_fees by @julienbourdeau in https://github.com/getlago/lago-api/pull/2271
- fix: disable transaction on migration by @brunomiguelpinto in https://github.com/getlago/lago-api/pull/2273
- fix: add disable_ddl_transaction by @brunomiguelpinto in https://github.com/getlago/lago-api/pull/2274
- feat(export-invoice-fees): Export invoice fees to CSV by @ancorcruz in https://github.com/getlago/lago-api/pull/2268
- fix(export-invoices): Namespace DataExports graphQL enum types by @ancorcruz in https://github.com/getlago/lago-api/pull/2275
- fix(migrations): Split add_column and index by @julienbourdeau in https://github.com/getlago/lago-api/pull/2276
- fix(migrations): Split add_column and index by @julienbourdeau in https://github.com/getlago/lago-api/pull/2277
Full Changelog: https://github.com/getlago/lago-api/compare/v1.6.1...v1.6.2
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.6.1 Stable
released this
2024-07-09 13:33:11 +00:00 | 2324 commits to main since this releaseWhat's Changed
- feat(xero): Add services and payloads for contacts by @ivannovosad in https://github.com/getlago/lago-api/pull/2211
- chore(factories): Don't use Faker names for random codes by @julienbourdeau in https://github.com/getlago/lago-api/pull/2222
- misc: Prevent fetching non-authorized resources by @rsempe in https://github.com/getlago/lago-api/pull/2227
- feat(anrok-integration): add support for customer shipping address on the API side by @lovrocolic in https://github.com/getlago/lago-api/pull/2217
- misc(sidekiq): New approach for cron monitoring by @vincent-pochet in https://github.com/getlago/lago-api/pull/2225
- misc(currency) add IRR by @vincent-pochet in https://github.com/getlago/lago-api/pull/2230
- fix(bm): Handle colon in billable metric code by @vincent-pochet in https://github.com/getlago/lago-api/pull/2234
- feat(export invoices): Create data export by @ancorcruz in https://github.com/getlago/lago-api/pull/2226
- chore(schema): Commit fresh schema.rb by @julienbourdeau in https://github.com/getlago/lago-api/pull/2237
- feat (netsuite-integration): Add BE support for netsuite TBA by @lovrocolic in https://github.com/getlago/lago-api/pull/2238
- fix(wallet): Prevent from having duplicate Invoices::PrepaidCreditJob by @rsempe in https://github.com/getlago/lago-api/pull/2243
- fix(trial): Handle timezone correct to bill subscription on billing day by @julienbourdeau in https://github.com/getlago/lago-api/pull/2244
- fix(netsuite-integration): limit netsuite payload rate by @lovrocolic in https://github.com/getlago/lago-api/pull/2242
- feat(fees): Invoice non-invoiceable fees at the end of the period by @julienbourdeau in https://github.com/getlago/lago-api/pull/2171
- feat(event): Add view to allow caching of charge/filters for billable_metrics by @vincent-pochet in https://github.com/getlago/lago-api/pull/2231
- feat(charges): Add
regroup_paid_feesto Charge by @julienbourdeau in https://github.com/getlago/lago-api/pull/2232 - Add all available filters to /api/v1/invoices endpoint by @ancorcruz in https://github.com/getlago/lago-api/pull/2250
- feat: Add Discard Handling for AuthenticationError by @brunomiguelpinto in https://github.com/getlago/lago-api/pull/2239
- chore(perf): Add missing frozen_string_literal comment by @julienbourdeau in https://github.com/getlago/lago-api/pull/2251
- feat(papertrail): Add Lago Version to papertrail metadata by @julienbourdeau in https://github.com/getlago/lago-api/pull/2240
- fix: Startup script does not always perform migrations by @vincent-pochet in https://github.com/getlago/lago-api/pull/2246
- feat(event): Pre-aggregation grouped_by with charge filters by @vincent-pochet in https://github.com/getlago/lago-api/pull/2255
- feat(export invoices): add mutation to request data export for invoices by @ancorcruz in https://github.com/getlago/lago-api/pull/2245
- fix(signup): Use correct env var to check if signup is disabled by @jdenquin in https://github.com/getlago/lago-api/pull/2256
- feat: Enable Regroup Fees Feature by @brunomiguelpinto in https://github.com/getlago/lago-api/pull/2253
- feat(export invoices): CSV export by @ancorcruz in https://github.com/getlago/lago-api/pull/2248
- feat (tax-integrations): Add anrok fetch services by @lovrocolic in https://github.com/getlago/lago-api/pull/2247
- fix(grouped-usage): Fix graphql grouped usage when no display name by @jdenquin in https://github.com/getlago/lago-api/pull/2259
- feat: add link to payment methods by @vincent-pochet in https://github.com/getlago/lago-api/pull/2235
- feat(dx): Add
findhelper in Rails console by @julienbourdeau in https://github.com/getlago/lago-api/pull/2258 - feat(deprecation): Add reset methods by @julienbourdeau in https://github.com/getlago/lago-api/pull/2262
- fix: Ensure Consistent Return of
resultObject on Stripe Exceptions by @brunomiguelpinto in https://github.com/getlago/lago-api/pull/2263 - feat: Add ability to soft delete fees by @brunomiguelpinto in https://github.com/getlago/lago-api/pull/2233
- fix: Normalize CSV Comparison in Tests to Ignore Quotes by @brunomiguelpinto in https://github.com/getlago/lago-api/pull/2264
- misc(events): Add option to remove event validations job by @jdenquin in https://github.com/getlago/lago-api/pull/2266
- fix(dates-service): Fix terminated dates service for min commitment calculations by @ivannovosad in https://github.com/getlago/lago-api/pull/2260
Full Changelog: https://github.com/getlago/lago-api/compare/v1.6.0...v1.6.1
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads