Skip to content

Commit 0b3365e

Browse files
chore(master): release 10.0.0 (#1068)
* chore(master): release 10.0.0 * test: update test coverage --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9d112d2 commit 0b3365e

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
# Changelog
22

33

4+
## [10.0.0](https://github.com/ethersphere/bee-js/compare/v9.8.1...v10.0.0) (2025-08-22)
5+
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
* add required onClose handler for pss and gsoc ([#1075](https://github.com/ethersphere/bee-js/issues/1075))
10+
11+
### Features
12+
13+
* add erasure code and encryption parameters to storage methods ([#1057](https://github.com/ethersphere/bee-js/issues/1057)) ([0ac68d4](https://github.com/ethersphere/bee-js/commit/0ac68d485e83851f5b5990b01cebd9e9bad4f284))
14+
* add generic extend storage method ([#1061](https://github.com/ethersphere/bee-js/issues/1061)) ([cc49b40](https://github.com/ethersphere/bee-js/commit/cc49b403557566c9d175ab00c6c888ee0db5b615))
15+
* add required onClose handler for pss and gsoc ([#1075](https://github.com/ethersphere/bee-js/issues/1075)) ([93419b3](https://github.com/ethersphere/bee-js/commit/93419b368d3c432e325e07b16598a095c126e802))
16+
* significantly improve jsdocs ([#1085](https://github.com/ethersphere/bee-js/issues/1085)) ([1482a85](https://github.com/ethersphere/bee-js/commit/1482a854c186e2f8c8f8e02decf7732ebafa2ab8))
17+
18+
19+
### Bug Fixes
20+
21+
* depend on batchTTL instead of amount in storage methods ([#1070](https://github.com/ethersphere/bee-js/issues/1070)) ([6f3d7a4](https://github.com/ethersphere/bee-js/commit/6f3d7a409485ae7ca66e21566d99f9539007bf8f))
22+
* handle negative amount in extendStorage ([#1084](https://github.com/ethersphere/bee-js/issues/1084)) ([808d9af](https://github.com/ethersphere/bee-js/commit/808d9afaca4ac651b95f62cff080afc5d4b64f7d))
23+
* handle negative depth delta gracefully in extendStorage ([#1069](https://github.com/ethersphere/bee-js/issues/1069)) ([1c5121f](https://github.com/ethersphere/bee-js/commit/1c5121fd542662709f704795f01b4992594af8b6))
24+
425
## [9.8.1](https://github.com/ethersphere/bee-js/compare/v9.8.0...v9.8.1) (2025-08-11)
526

627

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ethersphere/bee-js",
3-
"version": "9.8.1",
3+
"version": "10.0.0",
44
"description": "Javascript client for Bee",
55
"keywords": [
66
"bee",

0 commit comments

Comments
 (0)