Skip to content

Releases: stripe/sync-engine

v0.25.0

13 Nov 22:35
c9dac92

Choose a tag to compare

0.25.0 (2023-11-13)

Features

  • add support for additional subscription/invoice events (#95) (c9dac92)
    • customer.subscription.trial_will_end
    • invoice.finalization_failed
    • invoice.payment_action_required
    • invoice.upcoming

v0.24.1

30 Oct 22:03
2d1fd12

Choose a tag to compare

0.24.1 (2023-10-30)

Bug Fixes

  • pass in backfillRelatedEntities flag in sync routes (#94) (2d1fd12)

v0.24.0

30 Oct 19:12
13936f6

Choose a tag to compare

0.24.0 (2023-10-30)

Features

  • optional backfill of related entities (#91) (13936f6)

v0.23.2

30 Oct 19:07
3784b7d

Choose a tag to compare

0.23.2 (2023-10-30)

  • Dependency Upgrades

v0.23.1

30 Oct 11:25
abfa564

Choose a tag to compare

0.23.1 (2023-10-30)

Bug Fixes

  • increase migration connection timeout (#90) (abfa564)

v0.23.0

18 Oct 22:15
43c670d

Choose a tag to compare

0.23.0 (2023-10-18)

Features

v0.22.0

18 Oct 22:10
c744103

Choose a tag to compare

0.22.0 (2023-10-18)

Features

v0.21.0

16 Oct 12:15
5e9450e

Choose a tag to compare

0.21.0 (2023-10-16)

Changes

  • Ability to configure Stripe API version (defaults to the previously hardcoded value, so no breaking change)
  • Upgrades Stripe-sdk to latest major version
  • Bunch of dependency upgrades for housekeeping
  • Upgrades GitHub checkout action to latest
  • Fix deprecation warning for Fastify router
  • Gracefully handle db/migrations directory not existing
  • Replace crypto dependency with node internal module

v0.20.2

04 Sep 10:52
5547eee

Choose a tag to compare

0.20.2 (2023-09-04)

Bug Fixes

v0.20.1

18 Jul 09:03
bb92b4b

Choose a tag to compare

0.20.1 (2023-07-18)

Bug Fixes