Skip to content

Release 4.3.3

Compare
Choose a tag to compare
@cheeseandcereal cheeseandcereal released this 17 Jan 00:15
· 35 commits to production since this release
79d73af

This is a small bugfix release/update for Dragonchain. Updating is recommended, but not required

As usual, the helm chart is provided packaged in dragonchain's helm repo, and has been signed with @cheeseandcereal's pgp key 0xC16C6CC0 which is available on keybase and various PGP key servers.

Changelog

  • Bugs:
    • Adds Content-Type header to all verification notifications
    • Add retry logic to catch failed job_processor jobs
    • Fixes double quote error on VERIFICATION_NOTIFICATION json deployment
    • Fix bug where an L1 processing a receipt from an L5 could result in dropping some receipts
  • Packaging:
    • Update redisearch, base58, and boto3 dependencies
    • Un-pin python to version 3.8.X
    • Update redisearch in helm chart to 1.4.20
  • Development:
    • Fix tests for python 3.8.1
    • Use helm 3 (specifically 3.0.2) for dependency container and lint checking