mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
* VAULT-20405 chunk decompression to prevent loading full decompressed data into memory at once * Add changelog
4 lines
150 B
Plaintext
4 lines
150 B
Plaintext
```release-note:improvement
|
|
sdk/decompression: DecompressWithCanary will now chunk the decompression in memory to prevent loading it all at once.
|
|
```
|