Skip to content

Releases: thirdweb-dev/engine

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

v0.0.28

15 Mar 23:30
8111007
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.27...v0.0.28

v0.0.27

15 Mar 03:37
25229e6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.26...v0.0.27

v0.0.26

06 Mar 01:01
3a4c638
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.25...v0.0.26