Skip to content

mainnet-v1.47.1

Choose a tag to compare

@ebmifa ebmifa released this 29 Apr 20:33
· 30 commits to 7ecb6720aadd5bde11b7b59eaa647b0cbd201e76 since this release
ef889c8

Storage node

#3256: enable storage pool support in storage node

Aggregator

#3284: The GET /v1/blobs/{blob_id} endpoint now returns
HTTP 503 with reason BLOB_UNAVAILABLE when a blob is temporarily
unretrievable (for example, mid-upload, mid-expiry, or when too many
storage nodes are unreachable to reconstruct the blob or determine a
definitive status). Previously these cases returned HTTP 500. The
terminal 404 BLOB_NOT_FOUND response for blobs that do not exist
is unchanged. Clients and CDNs should treat 503 as retryable with
backoff.

#3084: Blob attribute headers (such as Content-Type) are now correctly included on range request responses when reading blobs by object ID.


Full Log: https://github.com/MystenLabs/walrus/commits/mainnet-v1.47.1