Skip to content

v6.0.0

Compare
Choose a tag to compare
@bee-worker bee-worker released this 22 May 18:25
0618bbc

6.0.0 (2023-05-22)

  • Adds streaming upload support for single files
  • Fixes a segmentation fault when running tests in a project where bee-js is a dependency
  • Fixes incompatibilities between Node versions 16, 18 and 19
  • Fixes an issue with directory and website uploads, where the resulting tar file had more zero-byte padding than standard, causing a connection reset from Bee’s side
  • Fixes a bug where projects could not be installed as root where bee-js is a dependency
  • Fixes a bug related to code splitting, causing frontend projects built with webpack not being able to fully load bee-js
  • Can now be built with slim Docker images, Python is no longer a dependency during project build

⚠ BREAKING CHANGES

  • change http library (#842)

Features