Skip to content

v2.84.0

Choose a tag to compare

@vilenarios vilenarios released this 26 Jun 20:45
· 1 commit to master since this release
55ed0a7

v2.84.0 Release

Bug Fixes

  • Fixed file download crash by bumping arweave-dart to v4.0.2 (#2146)
  • Fixed empty explorer state after drive attach (#2145)
  • Fixed dateCreated null crash in file/folder entry refresh on first sync

Sync Performance

  • Prefetch next snapshot + streaming JSON parse — eliminates blocking download/parse during sync (#2141)
  • Bulk-load revision lookups instead of per-entity DB queries — reduces thousands of individual DB calls (#2142)
  • Added 15s total timeout on data fetch fallback chain to prevent hanging (#2143)

GraphQL Optimizations

  • Added drive owner to tx status and license GraphQL queries — bounds confirmation fan-out and uses type-safe ID filtering (#2144)
  • Made pinned-owner confirmation recovery best-effort to avoid blocking sync