Skip to content

Releases: thirdweb-dev/engine

v0.0.39

23 Apr 19:03
f795f45

Choose a tag to compare

What's Changed

Full Changelog: v0.0.38...v0.0.39

v0.0.38

19 Apr 22:17
0fb1556

Choose a tag to compare

What's Changed

Full Changelog: v0.0.37...v0.0.38

v0.0.37

18 Apr 20:03
3115375

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.36...v0.0.37

v0.1.2-beta

12 Apr 19:55
bb07297

Choose a tag to compare

v0.1.2-beta Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.1-beta...v0.1.2-beta

v0.0.36

12 Apr 20:19
f2f2e40

Choose a tag to compare

What's Changed

Full Changelog: v0.0.35...v0.0.36

v0.0.35

11 Apr 01:21
4a97c7a

Choose a tag to compare

What's Changed

  • fix: Cancel tx if populating a tx to retry fails by @arcoraven in #493

Full Changelog: v0.0.34...v0.0.35

v0.0.34

10 Apr 18:28
3068b1d

Choose a tag to compare

What's Changed

  • chore: Allow cancelling txs that already errored by @arcoraven in #491

Full Changelog: v0.0.33...v0.0.34

v0.0.33

09 Apr 19:46
b703dd3

Choose a tag to compare

What's Changed

Full Changelog: v0.0.32...v0.0.33

v0.0.32

08 Apr 23:51
3516f61

Choose a tag to compare

What's Changed

Full Changelog: v0.0.31...v0.0.32

v0.1.1-beta

12 Apr 00:37
c16b97b

Choose a tag to compare

v0.1.1-beta Pre-release
Pre-release

Warning: Unstable Build

This branch is an experimental branch that migrates worker logic to Redis.
While we welcome early feedback, this branch is not intended for stable, production use.

The goal of this branch is to improve reliability and performance of Engine in multiple areas by migrating synchronous logic and existing workers to Redis workers. Specifically:

  • Improve enqueue throughput by writing jobs to Redis instead of Postgres.
  • Improve reliability of webhooks and tx submission throughput by moving webhook calls to workers with built-in retries.
  • Improve overall maintainability by having simpler, single-purpose workers.

Full Changelog: v0.1.0-beta...v0.1.1-beta