Releases: thirdweb-dev/engine
Releases · thirdweb-dev/engine
v0.0.39
What's Changed
- chore: update support link by @warengonzaga in #501
- chore: Cancel userOps after 1 hour by @arcoraven in #507
Full Changelog: v0.0.38...v0.0.39
v0.0.38
v0.0.37
What's Changed
- Fix: Deploy Published Contract Flow by @farhanW3 in #499
- chore: add updated template for the railway by @warengonzaga in #490
- Build fixes by @farhanW3 in #500
- Fix for Issue 502 by @farhanW3 in #505
New Contributors
- @warengonzaga made their first contribution in #490
Full Changelog: v0.0.36...v0.0.37
v0.1.2-beta
What's Changed
Full Changelog: v0.1.1-beta...v0.1.2-beta
v0.0.36
v0.0.35
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
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
v0.0.32
v0.1.1-beta
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