bee-js

Javascript client library for connecting to Bee decentralised storage

BSD-3-CLAUSE License

Downloads
6.2K
Stars
60
Committers
15
bee-js - v6.9.0 Latest Release

Published by bee-worker 7 months ago

6.9.0 (2024-03-27)

Features

bee-js - v6.8.1

Published by bee-worker 8 months ago

6.8.1 (2024-03-13)

Bug Fixes

bee-js - v6.8.0

Published by bee-worker 8 months ago

6.8.0 (2024-03-12)

Features

bee-js - v6.7.4

Published by bee-worker 8 months ago

6.7.4 (2024-02-27)

Bug Fixes

  • do not dispose arraybuffer in browser (#906) (1524f74)
bee-js - v6.7.3

Published by bee-worker 9 months ago

6.7.3 (2024-02-08)

Bug Fixes

bee-js - v6.7.2

Published by bee-worker 9 months ago

6.7.2 (2024-01-17)

Bug Fixes

bee-js - v6.7.1

Published by bee-worker 9 months ago

6.7.1 (2024-01-17)

Bug Fixes

bee-js - v6.7.0

Published by bee-worker 11 months ago

6.7.0 (2023-12-04)

Features

Bug Fixes

bee-js - v6.6.0

Published by bee-worker 11 months ago

6.6.0 (2023-11-28)

Features

bee-js - v6.5.1

Published by bee-worker 12 months ago

6.5.1 (2023-11-13)

Bug Fixes

bee-js - v6.5.0

Published by bee-worker 12 months ago

6.5.0 (2023-11-05)

Features

bee-js - v6.4.1

Published by bee-worker 12 months ago

6.4.1 (2023-10-31)

Bug Fixes

bee-js - v6.4.0

Published by bee-worker about 1 year ago

6.4.0 (2023-08-31)

Features

bee-js - v6.3.0

Published by bee-worker about 1 year ago

6.3.0 (2023-08-30)

Features

bee-js - v6.2.0

Published by bee-worker about 1 year ago

6.2.0 (2023-08-03)

Features

  • add new redistribution state properties (#862) (c049101)
bee-js - v6.1.0

Published by bee-worker about 1 year ago

6.1.0 (2023-08-01)

Features

  • add http adapter option to bee and bee debug (#860) (ff78e0d)
bee-js - v6.0.0

Published by bee-worker over 1 year ago

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

bee-js - v5.2.0

Published by bee-worker over 1 year ago

5.2.0 (2023-02-20)

Features

bee-js - v5.1.2

Published by bee-worker over 1 year ago

5.1.2 (2023-01-31)

This release updates Ky (the http library) and restructures its internal usage in order to keep the backward compatibility with CommonJS builds.

bee-js - v5.1.1

Published by bee-worker almost 2 years ago

5.1.1 (2022-12-21)

This is small release that brings compatibility with Bee 1.10.0 release.

Bug Fixes