Skip to content

Releases: supabase/stripe-sync-engine

v0.8.2

07 Apr 11:26
6973c9c
Compare
Choose a tag to compare

0.8.2 (2022-04-07)

Bug Fixes

v0.8.1

22 Mar 10:23
Compare
Choose a tag to compare

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

17 Feb 10:36
Compare
Choose a tag to compare

0.8.0 (2022-02-17)

Features

  • create invoices indexs for customer and subscription columns (4da9584)

v0.7.0

11 Feb 08:56
Compare
Choose a tag to compare

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

08 Feb 09:59
Compare
Choose a tag to compare

0.6.0 (2022-02-08)

Bug Fixes

Features

  • backfill sync customers and invoices (2db9fff)

v0.5.0

20 Jan 11:33
Compare
Choose a tag to compare

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

20 Jan 03:26
Compare
Choose a tag to compare

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

07 Jan 16:47
cd9f4e2
Compare
Choose a tag to compare

0.3.0 (2022-01-07)

Features

  • add updated_at on all tables (a250578)

v0.2.0

30 Dec 15:08
c48c6d2
Compare
Choose a tag to compare

0.2.0 (2021-12-30)

Features

  • self-managed migrations (eb68ae5)

v0.1.4

30 Dec 13:25
29dcdc9
Compare
Choose a tag to compare

0.1.4 (2021-12-30)

Bug Fixes

  • add example for release (38914f0)