Releases: golemfactory/golem-js
Releases · golemfactory/golem-js
v3.5.0
3.5.0 (2024-11-22)
Features
- deployment added experimental volume support for golem-js (634d2b0)
- plugins: introduced golem-network plugin api (331dc17)
v3.5.0-beta.2
Features
- plugins: introduced golem-network plugin api (331dc17)
v3.5.0-beta.1
Features
- added experimental volume support for golem-js (634d2b0)
v3.4.3
3.4.3 (2024-10-21)
Bug Fixes
v3.4.2
3.4.2 (2024-10-16)
Bug Fixes
- fallback to built-in WebSocket constructor when running in the browser (instead of using "ws") (f0f26ce)
- market: fixed the ProposalDTO type that was wronlgy typed as partial (fc2fd81)
v3.4.2-beta.1
Bug Fixes
- fallback to built-in WebSocket constructor when running in the browser (instead of using "ws") (f0f26ce)
- market: fixed the ProposalDTO type that was wronlgy typed as partial (fc2fd81)
v3.4.1
3.4.1 (2024-10-14)
Bug Fixes
- dependencies: prune of unnecessary library dependencies (1e9adaa)
- dependencies: updated dependencies to get feature and security fixes (57c7774)
- payment: fix the issue when 'glm' token would always be used instead of 'tglm' (0d3076a)
v3.4.0-beta.2
Bug Fixes
- dependencies: prune of unnecessary library dependencies (1e9adaa)
- dependencies: updated dependencies to get feature and security fixes (57c7774)
- payment: fix the issue when 'glm' token would always be used instead of 'tglm' (0d3076a)
v3.4.0
3.4.0 (2024-10-11)
Bug Fixes
- remove commonjs hint from package.json to allow webpack to decide how to bundle browser package (5b2b1e9)
- tcp-proxy: throw an error when users try to use proxy in browser (9ef96fd)
Features
- change the default storage provider from
gftp
to ws
(083a0eb)
v3.4.0-beta.1
Features
- change the default storage provider from
gftp
to ws
(083a0eb)