Skip to content

v1.4.1: 16MiB blob support & configurable secondary storage

Latest
Compare
Choose a tag to compare
@epociask epociask released this 05 Sep 18:33
· 32 commits to main since this release
7959e8a

What's Changed

  • 16 MiB blob support
  • Explicit support for read fallback and cache targeting using secondary storage provides (currently just supports S3). This allows users to differentiate between a cache target vs. a read fallback.
  • Minor bug fixes

PRs

  • refactor(metrics): remove dependency on optimism metrics by @samlaf in #94
  • docs: fix file misnaming by @charmful0x in #103
  • change disperseBlob response timeout to 60sec by @bxue-l2 in #105
  • feat: Support explict modes for read fallbacks and caching by @epociask in #104
  • chore: Update large blob test to use 16mb by @epociask in #108
  • fix: Commitment decoding bug && server handler tests by @epociask in #112

New Contributors

Full Changelog: v1.4.0...v1.4.1