Skip to content

Tags: stripe/sync-engine

Tags

v0.48.5

Toggle v0.48.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: dockerfile (#297)

v0.48.4

Toggle v0.48.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump deps/Node (#296)

v0.48.3

Toggle v0.48.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): bump fastify from 5.7.4 to 5.8.1 in the npm_and_yarn gro…

…up across 1 directory (#282)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kevin Grüneberg <k.grueneberg1994@gmail.com>

v0.48.2

Toggle v0.48.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(sync-engine): Removes unique constraint from features & active en…

…titlements (#262)

v0.48.1

Toggle v0.48.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update: add support to flexible billing mode (#250)

v0.48.0

Toggle v0.48.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Added support for invoice payment object (#245)

v0.47.0

Toggle v0.47.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(release): switch back to npm publish (#243)

v0.46.0

Toggle v0.46.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: stream batched items to db during backfill (#229)

Streams and upserts in chunks as items arrive, instead of collecting all first.

- Chunks of 250 items
- Upsert runs while fetch continues
- Logging: removes mid-sync count log (total unknown until done)

v0.45.1

Toggle v0.45.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: add application name to postgres connection (#221)

v0.45.0

Toggle v0.45.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add 'paused' value to stripe.subscription_status enum (#197)