Skip to content

multicloudj: v0.3.6

Choose a tag to compare

@github-actions github-actions released this 05 Jun 18:01
b781f21

0.3.6 (2026-06-05)

Blob Store

  • add async blob store skeleton for Ali OSS (#445) (53cce24)
  • add ListObjectVersions API (#418) (e72e3da)
  • change the ListBlobVersions signature to long term with ListBlobVersionRequest as param (#456) (ed9003e)
  • Enable object lock for inmemory store (#466) (ba67974)
  • Enhance conformance test for blobstore directory operations (#449) (d9b4718)
  • fix GCP large upload truncation for byte[] uploads (#450) (6069776)
  • implement async delete and copy operations for Ali OSS (#451) (e167a74)
  • implement async directory operations for Ali OSS (#460) (bc4600b)
  • implement async list/listPage operation for Ali OSS (#454) (c791bac)
  • implement async metadata operations for Ali OSS (#452) (b1170a4)
  • implement async multipart upload operation for Ali OSS (#457) (c5e55fb)
  • implement async tags and presign URL operation for Ali OSS (#459) (b47f103)
  • implement async upload and download operations for Ali OSS (#447) (893cc37)
  • implement listBlobVersions for Ali OSS using v2 SDK paginator (#453) (3b0b630)
  • implement object lock/retention for Ali OSS (#471) (fe62077)
  • implement retry configuration for Ali OSS sync and async clients (#462) (2189864)
  • migrate Ali blobstore implementation to OSS SDK v2 (#436) (cbd2f32)

Document Store

  • add 4 new benchmarks + expand HighScore dataset (#443) (08ad2a7)
  • clean up benchmark suite to spike's final 14 benchmarks (#448) (6d3924a)
  • fix critical bugs in benchmark harness (#432) (cc0936b)

STS

  • add objectListPrefix support to GcpSts CAB expression (#437) (1114f2a)
  • onboard proxy configurations for sts interface (#467) (314e52a)
  • remove weak coverage tests sts test files (#469) (96f40cd)