Skip to content

blobs: v10.0.0

Choose a tag to compare

@token-generator-app token-generator-app released this 11 Jun 16:10
478d431

10.0.0 (2025-06-11)

⚠ POTENTIALLY BREAKING CHANGES

The set and setJSON methods now return a Promise that resolves with an object with the following properties:

  • modified (boolean): Whether the operation has actually modified an entry
  • etag (string): The etag of the entry, f the operation has actually modified an entry

Previously, these methods returned a Promise that resolved with undefined.

Features

  • add support for conditional writes (#303) (de3295f)
  • add support for conditional writes to BlobsServer (#306) (dad55a3)