-
v0.5.3-alpha Pre-release
released this
2022-08-12 09:36:53 +00:00 | 4317 commits to main since this releaseWhat's Changed
- fix: Add Segment write key into Dockerfile by @jdenquin in https://github.com/getlago/lago-api/pull/377
- fix: Fix boundaries for full period payed in advance by @vincent-pochet in https://github.com/getlago/lago-api/pull/378
- fix(stripe): ensure payment method is up to date by @vincent-pochet in https://github.com/getlago/lago-api/pull/379
- feat: Allow alternate S3 compatible storages by @vincent-pochet in https://github.com/getlago/lago-api/pull/380
- fix(customer): Fix removal of stripe customer id by @vincent-pochet in https://github.com/getlago/lago-api/pull/381
Full Changelog: https://github.com/getlago/lago-api/compare/v0.5.1-alpha...v0.5.3-alpha
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.5.2-alpha Pre-release
released this
2022-08-10 14:56:42 +00:00 | 4323 commits to main since this releaseDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v0.5.1-alpha Pre-release
released this
2022-08-09 08:50:05 +00:00 | 4324 commits to main since this releaseWhat's Changed
- fix(multiple_plans): Set customer_id to unique_id by @rsempe in https://github.com/getlago/lago-api/pull/370
- fix(invoices): Fix permissions for invoices show and download on API by @vincent-pochet in https://github.com/getlago/lago-api/pull/371
- fix(current_usage): Fix customer current usage in API when not found by @vincent-pochet in https://github.com/getlago/lago-api/pull/372
- fix(multiple_plans): Force filling customer id to invoices by @rsempe in https://github.com/getlago/lago-api/pull/373
Full Changelog: https://github.com/getlago/lago-api/compare/v0.5.0-alpha...v0.5.1-alpha
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.5.0-alpha Pre-release
released this
2022-08-08 10:29:43 +00:00 | 4331 commits to main since this releaseWhat's Changed
- fix: handle case when invoice is negative for upgraded subscriptions by @lovrocolic in https://github.com/getlago/lago-api/pull/336
- feat: Add Wallets Migration and GraphQL Endpoints by @jdenquin in https://github.com/getlago/lago-api/pull/337
- feat: wallets mutations logic by @jdenquin in https://github.com/getlago/lago-api/pull/338
- Force setting RAILS_ENV to test in rails_helper by @rsempe in https://github.com/getlago/lago-api/pull/341
- Integrate Ruby library for Segment by @rsempe in https://github.com/getlago/lago-api/pull/342
- Set membership context on each request by @rsempe in https://github.com/getlago/lago-api/pull/343
- fix: canceled next subscription when terminating a downgraded one by @vincent-pochet in https://github.com/getlago/lago-api/pull/345
- feat(segment): Add some tracking on Segment by @rsempe in https://github.com/getlago/lago-api/pull/344
- feat(segment): Add some tracking on Segment (part 2) by @rsempe in https://github.com/getlago/lago-api/pull/347
- feat(segment): Add some tracking on Segment (part 3) by @rsempe in https://github.com/getlago/lago-api/pull/348
- feat: Add wallet transactions by @jdenquin in https://github.com/getlago/lago-api/pull/340
- feat(segment): Identify user on signup and signin by @rsempe in https://github.com/getlago/lago-api/pull/349
- feat: graphql customer active wallet boolean by @jdenquin in https://github.com/getlago/lago-api/pull/351
- misc: Fix not up-to-date schema by @rsempe in https://github.com/getlago/lago-api/pull/353
- feat: Update Subscription data model to support anniversary date by @vincent-pochet in https://github.com/getlago/lago-api/pull/352
- feat: active storage: make non-aws users happy by @namehorn in https://github.com/getlago/lago-api/pull/355
- Revert "feat: active storage: make non-aws users happy" by @jdenquin in https://github.com/getlago/lago-api/pull/357
- feat: multiple plans feature (except invoice part) by @lovrocolic in https://github.com/getlago/lago-api/pull/350
- refactor: Use named parameters for BaseService::Result#fail! by @rsempe in https://github.com/getlago/lago-api/pull/358
- fix: make Segment optional by @prognostikos in https://github.com/getlago/lago-api/pull/359
- feat: Add Wallet Consumed Amount by @jdenquin in https://github.com/getlago/lago-api/pull/356
- refactor: Extract events validation from service by @rsempe in https://github.com/getlago/lago-api/pull/361
- fix(multiple_plans): Use subscription for cache key on customer usage by @rsempe in https://github.com/getlago/lago-api/pull/362
- feat: Add new date service to compute bounds for subscription and charge fees by @vincent-pochet in https://github.com/getlago/lago-api/pull/360
- feat: Invoice logic refactoring for multiple plans by @rsempe in https://github.com/getlago/lago-api/pull/363
- feat: Bill anniversary subscriptions by @vincent-pochet in https://github.com/getlago/lago-api/pull/366
- fix: HOTFIX for task to assign subscription to events by @vincent-pochet in https://github.com/getlago/lago-api/pull/368
- fix: remove result raises error on result not success by @jdenquin in https://github.com/getlago/lago-api/pull/369
New Contributors
- @rsempe made their first contribution in https://github.com/getlago/lago-api/pull/341
- @namehorn made their first contribution in https://github.com/getlago/lago-api/pull/355
Full Changelog: https://github.com/getlago/lago-api/compare/v0.4.0-alpha...v0.5.0-alpha
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.4.1-alpha Pre-release
released this
2022-08-05 09:56:20 +00:00 | 4428 commits to main since this releasefix: api plan with graduated creation
Full Changelog: https://github.com/getlago/lago-api/compare/v0.4.0-alpha...v0.4.1-alpha
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v0.4.0-alpha Pre-release
released this
2022-07-13 14:22:10 +00:00 | 4429 commits to main since this releaseWhat's Changed
- feat: #292 coupons API endpoints by @lovrocolic in https://github.com/getlago/lago-api/pull/308
- feat: #293 add add-ons api endpoints by @lovrocolic in https://github.com/getlago/lago-api/pull/309
- feat: #294 add invoice show and index endpoints by @lovrocolic in https://github.com/getlago/lago-api/pull/311
- fix: Fix event timestamp when none provided by @vincent-pochet in https://github.com/getlago/lago-api/pull/318
- feat: #299 expose invoice status to graphql by @jdenquin in https://github.com/getlago/lago-api/pull/301
- fix: GraphQL validation for country code at organization level by @vincent-pochet in https://github.com/getlago/lago-api/pull/314
- feat: #295 add organization update endpoint by @lovrocolic in https://github.com/getlago/lago-api/pull/310
- feat: #312 add plans endpoints by @lovrocolic in https://github.com/getlago/lago-api/pull/315
- [FEAT]: Customer current usage on current billing period by @vincent-pochet in https://github.com/getlago/lago-api/pull/305
- misc: Remove useless app folder and improve config by @vincent-pochet in https://github.com/getlago/lago-api/pull/321
- build(deps): bump rails-html-sanitizer from 1.4.2 to 1.4.3 by @dependabot in https://github.com/getlago/lago-api/pull/324
- fix: country validation on customer and organization by @vincent-pochet in https://github.com/getlago/lago-api/pull/326
- feat: Expose customer usage into API and cache result by @vincent-pochet in https://github.com/getlago/lago-api/pull/322
- feat: Expose current version number into GraphQL by @vincent-pochet in https://github.com/getlago/lago-api/pull/320
- feat: Enable add charge if subscription by @vincent-pochet in https://github.com/getlago/lago-api/pull/327
- Use the documented variable LAGO_RSA_PRIVATE_KEY by @prognostikos in https://github.com/getlago/lago-api/pull/302
- feat: Add PDF invoice generation by @jdenquin in https://github.com/getlago/lago-api/pull/319
- fix: Webhook string response by @jdenquin in https://github.com/getlago/lago-api/pull/329
- fix: parse json for stripe webhook event by @jdenquin in https://github.com/getlago/lago-api/pull/330
- fix: Ensure charges are not billed on an upgrade to a pay in advance plan by @vincent-pochet in https://github.com/getlago/lago-api/pull/328
- misc: add sentry sidekiq support by @jdenquin in https://github.com/getlago/lago-api/pull/331
- feat: api pdf generation by @jdenquin in https://github.com/getlago/lago-api/pull/325
- feat: Add filters for invoice endpoint by @lovrocolic in https://github.com/getlago/lago-api/pull/332
- misc: rails minor update by @jdenquin in https://github.com/getlago/lago-api/pull/333
- fix: pdf org legal name by @jdenquin in https://github.com/getlago/lago-api/pull/334
Full Changelog: https://github.com/getlago/lago-api/compare/v0.3.0-alpha...v0.4.0-alpha
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.3.1-alpha Pre-release
released this
2022-07-04 15:02:09 +00:00 | 4454 commits to main since this releaseWhat's Changed
- fix: Hotfix event timestamp when none provided by @vincent-pochet in https://github.com/getlago/lago-api/pull/318
Full Changelog: https://github.com/getlago/lago-api/compare/v0.3.0-alpha...v0.3.1-alpha
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.3.0-alpha Pre-release
released this
2022-07-01 08:38:42 +00:00 | 4455 commits to main since this releaseWhat's Changed
- feat: Add ability to assign stripe customer id with API by @vincent-pochet in https://github.com/getlago/lago-api/pull/258
- feat: #259 add endpoint for updating invoice status by @lovrocolic in https://github.com/getlago/lago-api/pull/261
- feat: enable configuration for webhook attempts by @prognostikos in https://github.com/getlago/lago-api/pull/265
- Add Event show action to the API by @prognostikos in https://github.com/getlago/lago-api/pull/269
- feat: Add all currencies supported by Stripe in the list of accepted currencies by @vincent-pochet in https://github.com/getlago/lago-api/pull/264
- feat: Create customer on stripe by @vincent-pochet in https://github.com/getlago/lago-api/pull/268
- feat: #272 #274 Add Fields for Invoice Settings by @jdenquin in https://github.com/getlago/lago-api/pull/273
- feat: Create charge on stripe when invoice is created by @vincent-pochet in https://github.com/getlago/lago-api/pull/271
- feat: Listen to stripe webhooks to update invoice status by @vincent-pochet in https://github.com/getlago/lago-api/pull/276
- fix: Log errors on clock service by @vincent-pochet in https://github.com/getlago/lago-api/pull/279
- feat: #277 Support weekly billing interval by @lovrocolic in https://github.com/getlago/lago-api/pull/283
- feat: #282 feat add organization logo uploader by @jdenquin in https://github.com/getlago/lago-api/pull/284
- feat: #291 add billable metrics api endpoints by @lovrocolic in https://github.com/getlago/lago-api/pull/298
Full Changelog: https://github.com/getlago/lago-api/compare/v0.2.0-alpha...v0.3.0-alpha
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.2.0-alpha Pre-release
released this
2022-06-16 09:50:43 +00:00 | 4474 commits to main since this releaseWhat's Changed
- feat: #242 add basic logic for percentage charge model by @lovrocolic in https://github.com/getlago/lago-api/pull/248
- feat: #237 feat bill charges monthly on a yearly plan by @jdenquin in https://github.com/getlago/lago-api/pull/249
- feat: Add invoice type to invoice by @vincent-pochet in https://github.com/getlago/lago-api/pull/256
- feat: #251 send webhook notification if event creation failed by @lovrocolic in https://github.com/getlago/lago-api/pull/252
- feat: Create Stripe connection for organizations by @vincent-pochet in https://github.com/getlago/lago-api/pull/254
- feat: prefer LAGO_FRONT_URL and enable urls with non-standard ports by @prognostikos in https://github.com/getlago/lago-api/pull/260
New Contributors
- @prognostikos made their first contribution in https://github.com/getlago/lago-api/pull/260
Full Changelog: https://github.com/getlago/lago-api/compare/v0.1.2-alpha...v0.2.0-alpha
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
V0.1.2-alpha Pre-release
released this
2022-06-03 13:30:06 +00:00 | 4483 commits to main since this releaseWhat's Changed
- 221: apply add on to customer by @lovrocolic in https://github.com/getlago/lago-api/pull/224
- feat: Improve reseeding and add event seeds by @vincent-pochet in https://github.com/getlago/lago-api/pull/240
- fix: Add missing object type field in webhooks by @vincent-pochet in https://github.com/getlago/lago-api/pull/244
- fix: Delivered webhooks with empty response bodies should not fail by @vincent-pochet in https://github.com/getlago/lago-api/pull/245
- fix: #246 bug object type root object is missing on webhook by @jdenquin in https://github.com/getlago/lago-api/pull/247
Full Changelog: https://github.com/getlago/lago-api/compare/v0.1.1-alpha...v0.1.2-alpha
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads