Releases: MystenLabs/walrus
devnet-v1.38.0
Storage node
#2715:
remove deprecated get_recovery_symbol endpoint, which has not been used for several months
Aggregator
#2687:
Significant reduction in memory usage when reading blobs with strict consistency check.
#2676:
Includes a new endpoint /v1alpha/blobs/concat handling GET and POST methods. This endpoint streams the given blobs back as one concatenated response. This is an alpha endpoint and is not yet stable. We're looking for feedback!
#2724:
introduce a new aggregator API to read byte ranges of a blob
Publisher
#2687:
Significant reduction in memory usage and slight performance improvements when storing large blobs.
#2717:
Reduce number of Sui RPC requests and slightly decrease upload latency.
CLI
#2687:
Significant reduction in memory usage and slight performance improvements when storing blobs, computing the blob ID, and reading blobs with strict consistency check.
#2710:
Add optional static parameters n_shards and max_epochs_ahead to the client_config.yaml to reduce CLI start-up time. You can obtain the latest version of the config file at http://docs.wal.app/setup/client_config.yaml.
#2717:
Reduce number of Sui RPC requests and decrease latency when storing blobs.
Full Log: https://github.com/MystenLabs/walrus/commits/devnet-v1.38.0
testnet-v1.37.0
Aggregator
#2624:
Warning: The default consistency check changes slightly in this release (v1.37). The previous "strict" consistency check can be enabled by using the query option strict_consistency_check=true. See the encoding documentation for the details of the different consistency checks.
CLI
#2624:
Warning: The default consistency check changes slightly in this release (v1.37). The previous "strict" consistency check can be enabled by using the CLI option --strict-consistency-check. See the encoding documentation for the details of the different consistency checks.
Full Log: https://github.com/MystenLabs/walrus/commits/testnet-v1.37.0
mainnet-v1.37.0
Aggregator
#2624:
Warning: The default consistency check changes slightly in this release (v1.37). The previous "strict" consistency check can be enabled by using the query option strict_consistency_check=true. See the encoding documentation for the details of the different consistency checks.
CLI
#2624:
Warning: The default consistency check changes slightly in this release (v1.37). The previous "strict" consistency check can be enabled by using the CLI option --strict-consistency-check. See the encoding documentation for the details of the different consistency checks.
Full Log: https://github.com/MystenLabs/walrus/commits/mainnet-v1.37.0
devnet-v1.37.0
Aggregator
#2624:
Warning: The default consistency check changes slightly in this release (v1.37). The previous "strict" consistency check can be enabled by using the query option strict_consistency_check=true. See the encoding documentation for the details of the different consistency checks.
CLI
#2624:
Warning: The default consistency check changes slightly in this release (v1.37). The previous "strict" consistency check can be enabled by using the CLI option --strict-consistency-check. See the encoding documentation for the details of the different consistency checks.
Full Log: https://github.com/MystenLabs/walrus/commits/devnet-v1.37.0
mainnet-v1.35.2
Storage node
#2576:
The http_client_request_duration_* metrics now omit the server_address and server_port labels for fast, successful responses.
Aggregator
#2622:
Add a new query option skip_consistency_check=true to skip blob consistency checks. This should only be used if the writer of the corresponding blob is trusted. See the encoding documentation for the details of the different consistency checks.
#2576:
The http_client_request_duration_* metrics now omit the server_address and server_port labels for fast, successful responses.
Publisher
#2576:
The http_client_request_duration_* metrics now omit the server_address and server_port labels for fast, successful responses.
CLI
#2622:
Add a new CLI option --skip-consistency-check. to skip blob consistency checks. This should only be used if the writer of the corresponding blob is trusted. See the encoding documentation for the details of the different consistency checks.
Full Log: https://github.com/MystenLabs/walrus/commits/mainnet-v1.35.2
testnet-v1.36.1
Storage node
#2576:
The http_client_request_duration_* metrics now omit the server_address and server_port labels for fast, successful responses.
Aggregator
#2622:
Add a new query option skip_consistency_check=true to skip blob consistency checks. This should only be used if the writer of the corresponding blob is trusted. See the encoding documentation for the details of the different consistency checks.
#2576:
The http_client_request_duration_* metrics now omit the server_address and server_port labels for fast, successful responses.
Publisher
#2576:
The http_client_request_duration_* metrics now omit the server_address and server_port labels for fast, successful responses.
CLI
#2622:
Add a new CLI option --skip-consistency-check. to skip blob consistency checks. This should only be used if the writer of the corresponding blob is trusted. See the encoding documentation for the details of the different consistency checks.
Full Log: https://github.com/MystenLabs/walrus/commits/testnet-v1.36.1
mainnet-v1.36.1
Storage node
#2576:
The http_client_request_duration_* metrics now omit the server_address and server_port labels for fast, successful responses.
Aggregator
#2622:
Add a new query option skip_consistency_check=true to skip blob consistency checks. This should only be used if the writer of the corresponding blob is trusted. See the encoding documentation for the details of the different consistency checks.
#2576:
The http_client_request_duration_* metrics now omit the server_address and server_port labels for fast, successful responses.
Publisher
#2576:
The http_client_request_duration_* metrics now omit the server_address and server_port labels for fast, successful responses.
CLI
#2622:
Add a new CLI option --skip-consistency-check. to skip blob consistency checks. This should only be used if the writer of the corresponding blob is trusted. See the encoding documentation for the details of the different consistency checks.
Full Log: https://github.com/MystenLabs/walrus/commits/mainnet-v1.36.1
devnet-v1.36.0
Storage node
#2576:
The http_client_request_duration_* metrics now omit the server_address and server_port labels for fast, successful responses.
Aggregator
#2622:
Add a new query option skip_consistency_check=true to skip blob consistency checks. This should only be used if the writer of the corresponding blob is trusted. See the encoding documentation for the details of the different consistency checks.
#2576:
The http_client_request_duration_* metrics now omit the server_address and server_port labels for fast, successful responses.
Publisher
#2576:
The http_client_request_duration_* metrics now omit the server_address and server_port labels for fast, successful responses.
CLI
#2622:
Add a new CLI option --skip-consistency-check. to skip blob consistency checks. This should only be used if the writer of the corresponding blob is trusted. See the encoding documentation for the details of the different consistency checks.
Full Log: https://github.com/MystenLabs/walrus/commits/devnet-v1.36.0
testnet-v1.35.1
Aggregator
#2549:
Major reduction in memory usage for large blobs.
#2592:
Warning: The default consistency check will change slightly in v1.37. The current strict consistency check can be enabled by the new query option strict_consistency_check=true. See the encoding documentation for the details of the different consistency checks.
CLI
#2549:
Major reduction in memory usage when reading large blobs.
#2561:
Added range of slivers for store-quilt command in the output.
#2592:
Warning: The default consistency check will change slightly in v1.37. The current strict consistency check can be enabled by the new CLI option --strict-consistency-check. See the encoding documentation for the details of the different consistency checks.
Full Log: https://github.com/MystenLabs/walrus/commits/testnet-v1.35.1
mainnet-v1.35.1
Aggregator
#2549:
Major reduction in memory usage for large blobs.
#2592:
Warning: The default consistency check will change slightly in v1.37. The current strict consistency check can be enabled by the new query option strict_consistency_check=true. See the encoding documentation for the details of the different consistency checks.
CLI
#2549:
Major reduction in memory usage when reading large blobs.
#2561:
Added range of slivers for store-quilt command in the output.
#2592:
Warning: The default consistency check will change slightly in v1.37. The current strict consistency check can be enabled by the new CLI option --strict-consistency-check. See the encoding documentation for the details of the different consistency checks.