Skip to content

Commit d70a6dc

Browse files
committed
chore(release): v0.34.2
Release for setting the max chunk size to 4MB.
1 parent 666a831 commit d70a6dc

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
*When editing this file, please respect a line length of 100.*
99

10+
## [0.34.2] - 2025-10-08
11+
12+
### Changed
13+
- Max chunk size is now set to 4MB by default. This is the default currently being used in
14+
production and we are setting it here to avoid mistakes when building binaries that depend on self
15+
encryption.
16+
1017
## [0.34.1] - 2025-09-09
1118

1219
### Fixed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "GPL-3.0"
1111
name = "self_encryption"
1212
readme = "README.md"
1313
repository = "https://github.com/maidsafe/self_encryption"
14-
version = "0.34.1"
14+
version = "0.34.2"
1515

1616
[features]
1717
default = []

nodejs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ crate-type = ["cdylib"]
1212
hex = "0.4.3"
1313
napi = { version = "2.12.2", default-features = false, features = ["napi4", "napi6", "tokio_rt", "serde-json"] }
1414
napi-derive = "2.12.2"
15-
self_encryption = { version = "0.34.1", path = ".." }
15+
self_encryption = { version = "0.34.2", path = ".." }
1616

1717
[build-dependencies]
1818
napi-build = "2.0.1"

0 commit comments

Comments
 (0)