Skip to content

Releases: ethersphere/bee-js

v10.1.2

16 Dec 08:57
3822666

Choose a tag to compare

10.1.2 (2025-12-15)

Bug Fixes

  • do not allow decreasing depth in getExtensionCost (#1115) (7a22194)

v10.1.1

08 Oct 10:42
2788727

Choose a tag to compare

10.1.1 (2025-10-08)

Bug Fixes

  • allow fetching stamps with custom effective size calculations (#1105) (494c0a5)

v10.1.0

02 Oct 08:52
15a59e4

Choose a tag to compare

10.1.0 (2025-10-01)

Features

  • add helpers to parse Size and Duration from string (#1092) (7ab5604)

v10.0.1

30 Sep 13:51
e181fbe

Choose a tag to compare

10.0.1 (2025-09-30)

Bug Fixes

  • add fallback in bytes ctor when class information is lost (#1090) (ae0306e)

v10.0.0

25 Aug 07:16
0b3365e

Choose a tag to compare

10.0.0 (2025-08-22)

Migration guide

Chequebook Address

const { chequebookAddress } = await bee.getChequebookAddress() // now an instance of EthAddress
chequebookAddress.toString() // call toString to get the earlier string representation

⚠ BREAKING CHANGES

  • add required onClose handler for pss and gsoc (#1075)

Features

  • add erasure code and encryption parameters to storage methods (#1057) (0ac68d4)
  • add generic extend storage method (#1061) (cc49b40)
  • add required onClose handler for pss and gsoc (#1075) (93419b3)
  • significantly improve jsdocs (#1085) (1482a85)

Bug Fixes

  • depend on batchTTL instead of amount in storage methods (#1070) (6f3d7a4)
  • handle negative amount in extendStorage (#1084) (808d9af)
  • handle negative depth delta gracefully in extendStorage (#1069) (1c5121f)

v9.8.1

11 Aug 23:28
9dd3113

Choose a tag to compare

9.8.1 (2025-08-11)

Bug Fixes

  • fix reference length bug in manifest unmarshalling (#1065) (4a5d2b8)

v9.8.0

11 Aug 20:32
5dd7e10

Choose a tag to compare

9.8.0 (2025-08-11)

Features

v9.7.1

11 Aug 16:03
7146642

Choose a tag to compare

9.7.1 (2025-08-11)

Bug Fixes

  • allow setting index and error document in streamDirectory (#1059) (3a745e8)

v9.7.0

04 Aug 20:05
7b41f23

Choose a tag to compare

9.7.0 (2025-08-04)

Features

v9.6.1

30 Jul 13:31
d1ed701

Choose a tag to compare

9.6.1 (2025-07-30)

Bug Fixes