Skip to content

Commit 4a72972

Browse files
ZhiXiao-LinRoy Lin
andauthored
chore(release): v2.4.0 (#148)
Bump workspace version 2.3.0 -> 2.4.0 and finalize the CHANGELOG for the post-2.3.0 hardening release: three adversarial audits (operability 24, untrusted-input security 4, concurrency/atomicity 4), all fixed and validated end-to-end on real microVMs (composed-main CI Integration, a 2h/4584-op zero-leak soak, and complex stateful containers). No breaking API changes. Co-authored-by: Roy Lin <roylin@a3s.box>
1 parent e646da7 commit 4a72972

3 files changed

Lines changed: 16 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@ All notable changes to A3S Box will be documented in this file.
44

55
## [Unreleased]
66

7+
## [2.4.0] — 2026-06-17
8+
79
Post-2.3.0 hardening: three adversarial audits — production-operability (24
810
findings), untrusted-input security (4), and concurrency/atomicity (4) — all
9-
fixed and validated on real microVMs. No breaking API changes.
11+
fixed and validated on real microVMs (composed-main real-VM CI Integration, a
12+
2-hour / 4584-op endurance soak with zero leak, and complex stateful containers:
13+
volume persistence, a stateful database across restart, and a web server). No
14+
breaking API changes.
1015

1116
### Security
1217

src/Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ resolver = "2"
2222
h2 = { path = "third_party/h2" }
2323

2424
[workspace.package]
25-
version = "2.3.0"
25+
version = "2.4.0"
2626
edition = "2021"
2727
authors = ["A3S Lab Team"]
2828
license = "MIT"

0 commit comments

Comments
 (0)