Skip to content

Releases: thirdweb-dev/engine

v0.0.36

12 Apr 20:19
f2f2e40
Compare
Choose a tag to compare

What's Changed

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

v0.0.35

11 Apr 01:21
4a97c7a
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

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

v0.0.32

08 Apr 23:51
3516f61
Compare
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
Compare
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

v0.1.0-beta

11 Apr 23:56
c16b97b
Compare
Choose a tag to compare
v0.1.0-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.

What's Changed

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

v0.0.31

03 Apr 02:45
8a2558b
Compare
Choose a tag to compare

Full Changelog: v0.0.30...v0.0.31

What's Changed

New Contributors

Full Changelog: v0.0.30...v0.0.31

v0.0.30

02 Apr 17:59
56f1455
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.29...v0.0.30

v0.0.29

23 Mar 07:25
bc01d7d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.28...v0.0.29