Skip to content

Release v1.20.0

Latest

Choose a tag to compare

@AnthonyCvn AnthonyCvn released this 16 Jun 08:14
v1.20.0
bc72b22

Added

  • Add lifecycle compress action support and rename lifecycle age field from maxAge/max_age to olderThan/older_than to match the ReductStore API, PR-180
  • Add lifecycle policy API support, PR-175

Changed

  • Extend LifecycleInfo with lifecycle type and lastRun datetime support for the server last_run field, PR-181

Fixed

  • Fix duplicate Content-Length for buffer/string writes and use x-reduct-content-length for stream writes to support browser streaming (requires server ≥1.20), PR-179

Security

  • Restore OIDC token write permission for the publish job while keeping default workflow permissions restricted, PR-176
  • Restrict GitHub Actions GITHUB_TOKEN default permissions to contents: read in CI workflow and remove unnecessary OIDC write access.
  • Pin docker/login-action in CI workflow to an immutable commit SHA (updated to v4.1.0), issue #170