Releases: thirdweb-dev/insight
Releases · thirdweb-dev/insight
v1.1.30-beta
What's Changed
Full Changelog: v1.1.29-beta...v1.1.30-beta
v1.1.29-beta
What's Changed
Full Changelog: v1.1.28-beta...v1.1.29-beta
v1.1.28-beta
postgres async delete (#270)
v1.1.27-beta
v1.1.26-beta
Np/debug (#265) * debug logs * more debug logs
v1.1.25-beta
debug logs (#264)
v1.1.24-beta
async commit + wh (#263) * readonly clickhouse * parallel commit + wh * minor change
v1.1.23-beta
feat: add parallel publisher mode (#262) * fix: initialize publish cursor in parallel mode * fix: ensure publisher leads committer * feat: gate staging cleanup on publish and commit * refactor: simplify publisher initialization * refactor: simplify publish loop * chore: inline last committed block accessors * get block range from staging instead * minor query update --------- Co-authored-by: nischit <nischitpra@gmail.com>
Cleanup staging block data on reboot
v1.1.22-beta cleanup blocks on committer start (#260)
v1.1.21-beta
Postgres multi-rows updates (#257) * Batch multi-rows queries for postgres * gofmt