Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Releasing v1.5.1

Compare
Choose a tag to compare
@itzmeanjan itzmeanjan released this 27 Jan 15:12
· 224 commits to main since this release
5fe5c25

Changes

  • Always attempt to publish block data πŸš€
  • Even if its processing fails in mid in certain iteration, when taken from retry queue attempt to publish it βœ…
  • Better console logging πŸ€–
  • Improved performance by using uuid as primary key of delivery_history table, instead of bigserial 🦾