Releases: supabase/stripe-sync-engine
Releases · supabase/stripe-sync-engine
v0.8.2
0.8.2 (2022-04-07)
Bug Fixes
v0.8.1
0.8.1 (2022-03-22)
Bug Fixes
- mark deleted sub item on upsert subscription (6816b66)
- retrieve not deleted sub item only (dd2017b)
v0.8.0
0.8.0 (2022-02-17)
Features
- create invoices indexs for customer and subscription columns (4da9584)
v0.7.0
0.7.0 (2022-02-11)
Bug Fixes
- created param to use stripe.RangeQueryParam (2f56764)
- get params from request.body (e72ebc7)
- json content type parser for not webhook routes (baa241d)
- linter error (f646373)
- linter error again (4da342c)
- null request.body (6a158b9)
Features
- new sync routes supports all/daily/weekly/monthly (3ab38ad)
- support SyncBackfillParams (7d393e9)
- update sync routes with query params (2076260)
v0.6.0
0.6.0 (2022-02-08)
Bug Fixes
Features
- backfill sync customers and invoices (2db9fff)
v0.5.0
0.5.0 (2022-01-20)
Bug Fixes
- array object field fails to upsert (9129dae)
Features
- generic solution to format array field (1d097fb)
v0.4.0
0.4.0 (2022-01-20)
Bug Fixes
Features
- add a reference to the subscription (f6731db)
- add deleted flag (4466498)
- add migration script to move all subscription.items into subscription_items table (ceda376)
- add subscription item util methods (0d53423)
- add subscription items table (b6549f2)
- sync subscription test data (6b37650)
- upsert subscription items on receiving subscription webhook (d503ca3)
v0.3.0
0.3.0 (2022-01-07)
Features
- add updated_at on all tables (a250578)
v0.2.0
0.2.0 (2021-12-30)
Features
v0.1.4
0.1.4 (2021-12-30)
Bug Fixes