Releases: getlago/lago-javascript-client
Releases · getlago/lago-javascript-client
Release list
v1.50.0
What's Changed
- fix: add fetchJsonPublicKey, fix fetchPublicKey text parsing by @mikeh-lago in #93
- misc(release): Bump version to 1.50.0 by @lovrocolic in #94
Full Changelog: v1.49.0...v1.50.0
v1.49.0
What's Changed
- misc(release): Bump version to 1.49.0 by @ancorcruz in #92
Full Changelog: v1.48.0...v1.49.0
v1.48.0
What's Changed
- feat(presentation_group_keys): Support presentation group keys feature by @tiagolupepic in #90
- release: Bump to v1.48.0 version by @groyoh in #91
New Contributors
- @tiagolupepic made their first contribution in #90
Full Changelog: v1.47.1...v1.48.0
v1.47.1
This release rolls up everything since v1.46.0 (v1.46.1 and v1.47.0 were tagged but never published to npm).
Features
- Rate limit observability (#86): expose rate limit headers via a new
onRateLimitInfocallback. Hook into the SDK to monitor remaining quota, reset times, and usage thresholds without parsing headers yourself. - TypeScript webhook payload types (#88): import strongly typed webhook event payloads via
LagoWebhookPayloads,LagoWebhookPayload,WebhookOf<T>, andLagoWebhookType. All 50 webhook events covered, generated from the OpenAPI spec, with discriminated-union narrowing onwebhook_type. See the README under "Webhook payload types".
v1.47.0
What's Changed
- feat: expose rate limit headers via onRateLimitInfo callback by @mikeh-lago in #86
- Bump version to 1.47.0 by @mikeh-lago in #87
Full Changelog: v1.46.1...v1.47.0
v1.46.1
v1.46.0
Add HTTP 429 rate limit retry with automatic backoff and 20s max delay cap
v1.45.0
v1.44.0
What's Changed
- misc(version): Bump version to 1.44.0 by @vincent-pochet in #81
Full Changelog: v1.43.0...v1.44.0