Skip to content

Commit 764ff23

Browse files
lwshangviviveeveeadamspofford-dfinity
authored
chore: Promote 0.30.2 (#4464)
* chore: Release 0.30.2-beta.0 (#4444) * fix(ic-certified-assets): set the `ic_env` cookie only if the canister environment changed (#4446) (#4447) * chore: Release 0.30.2-beta.1 (#4448) Signed-off-by: Adam Spofford <adam.spofford@dfinity.org> * chore: Release 0.30.2-beta.1 (#4457) * chore: Release 0.30.2 (#4463) Signed-off-by: Linwei Shang <linwei.shang@dfinity.org> * update manifest.json --------- Signed-off-by: Adam Spofford <adam.spofford@dfinity.org> Signed-off-by: Linwei Shang <linwei.shang@dfinity.org> Co-authored-by: Vivienne Siffert <severin.siffert@dfinity.org> Co-authored-by: Adam Spofford <93943719+adamspofford-dfinity@users.noreply.github.com>
1 parent 052f52b commit 764ff23

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,13 @@ This incorporates the following executed proposals:
4545

4646
# 0.30.2
4747

48+
### Improve frontend canister sync logic
49+
50+
Previously, committing frontend canister changes happened in multiple batches defined by simple heuristics that would likely not exceed the ingress message size limit.
51+
Now, the ingress message size limit is respected more explicitly, and also a limit of total content size per batch since all content in the batch newly gets hashed in the canister.
52+
53+
## Dependencies
54+
4855
### Frontend canister
4956

5057
Sets the `ic_env` cookie for all HTML files only if the canister environment changed in the `commit_batch` method.
@@ -55,13 +62,6 @@ Use canister self-calls to avoid hitting instruction limits during `commit_batch
5562
- https://github.com/dfinity/sdk/pull/4450
5663
- https://github.com/dfinity/sdk/pull/4446
5764

58-
### Improve frontend canister sync logic
59-
60-
Previously, committing frontend canister changes happened in multiple batches defined by simple heuristics that would likely not exceed the ingress message size limit.
61-
Now, the ingress message size limit is respected more explicitly, and also a limit of total content size per batch since all content in the batch newly gets hashed in the canister.
62-
63-
## Dependencies
64-
6565
### Motoko
6666

6767
Updated Motoko to [0.16.3](https://github.com/dfinity/motoko/releases/tag/0.16.3)

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/manifest.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"tags": {
3-
"latest": "0.30.1"
3+
"latest": "0.30.2"
44
},
55
"versions": [
66
"0.5.0",
@@ -85,6 +85,7 @@
8585
"0.29.0",
8686
"0.29.1",
8787
"0.29.2",
88-
"0.30.1"
88+
"0.30.1",
89+
"0.30.2"
8990
]
9091
}

src/dfx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dfx"
3-
version = "0.30.1"
3+
version = "0.30.2"
44
authors.workspace = true
55
edition.workspace = true
66
repository.workspace = true

0 commit comments

Comments
 (0)