From db9a9a60a62c1383c58da89e3e42422687ada89d Mon Sep 17 00:00:00 2001 From: Severin Siffert Date: Wed, 9 Oct 2024 14:25:53 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19db6531da..93b307b6d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,11 @@ Valid settings are: - `--log-viewer` flag with `dfx canister create` - `canisters[].initialization_values.log_visibility.allowed_viewers` in `dfx.json` +### feat: batch upload assets + +The frontend canister sync now tries to batch multiple small content chunks into a single call using the `create_chunks` method added earlier. +This should lead to significantly faster upload times for frontends with many small files. + # 0.24.1 ### feat: More PocketIC flags supported