Skip to content

v1.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Mar 22:02
· 330 commits to main since this release

v1.3.0 (2022-03-25)

Features

  • Add epoch and epoch slot values to Block record (#195)
  • Introduce AWS S3 sink (#221)
  • Graceful shutdown options (#216)
  • Add connection-retry logic with exponential backoff (#213)
  • CLI option to override configured cursor in daemon mode (#212)
  • Introduce AWS Lambda sink (#208)
  • Introduce AWS SQS Sink (#207)

Bug Fixes

  • Hotfix release by skipping arm64 container build
  • Implement missing S3 object naming conventions (#223)
  • Hide SQS sink under correct feature flag (#214)

Docs

  • Fix missing AWS sinks in mdbook index (#225)
  • Document AWS Sinks (#224)

Code Refactoring

  • Move sub-command definition to corresponding module (#209)

Continuous Integration

  • Add AWS e2e tests (#222)
  • Add more e2e tests (#219)
  • Introduce e2e testing workflow (#218)

Chore

  • deps: bump aws-sdk-sqs from 0.8.0 to 0.9.0 (#211)