Skip to content

Releases: golemfactory/golem-js

v3.3.0

04 Sep 11:40
5de2f32
Compare
Choose a tag to compare

3.3.0 (2024-09-04)

Bug Fixes

  • demand: defined minimum expiration value for demand (c91b270)
  • demand: removed default value for runtime version (b59f0db)
  • exe-unit: fixed exceeding max listeners when running multiple commands on the same exe unit (ef3112e)
  • gftp-server-adapter: fixed hash calculation for files larger than 2gb (92ffba7)
  • gftp: fixed gftp spawning issues on windows replacing native spawn with cross-spawn (94f95ff)
  • golem-network: fixed gftp close issue preventing clean shutdown of golem-network (7d0050e)
  • remote-process: expose RemoteProcess as public API object (f8c629d)
  • resource-rental: fixed multiple triggering of finalization (including teardown) (24c3044)

Features

  • demand: added the ability to define runtime version as demand options (a4d4a0a)
  • market-scan: added the ability to define runtime version in market scan (7d3be65)
  • market: added getEstimatedCost to ScannedOffer (326a9e7)

v3.3.0-beta.3

04 Sep 08:49
5de2f32
Compare
Choose a tag to compare
v3.3.0-beta.3 Pre-release
Pre-release

3.3.0-beta.3 (2024-09-04)

Bug Fixes

  • demand: removed default value for runtime version (b59f0db)

v3.3.0-beta.2

03 Sep 15:25
1e2c9de
Compare
Choose a tag to compare
v3.3.0-beta.2 Pre-release
Pre-release

3.3.0-beta.2 (2024-09-03)

Features

  • market: added getEstimatedCost to ScannedOffer (326a9e7)

v3.3.0-beta.1

03 Sep 13:07
186ac6b
Compare
Choose a tag to compare
v3.3.0-beta.1 Pre-release
Pre-release

3.3.0-beta.1 (2024-09-03)

Bug Fixes

  • demand: defined minimum expiration value for demand (c91b270)
  • exe-unit: fixed exceeding max listeners when running multiple commands on the same exe unit (ef3112e)
  • gftp-server-adapter: fixed hash calculation for files larger than 2gb (92ffba7)
  • gftp: fixed gftp spawning issues on windows replacing native spawn with cross-spawn (94f95ff)
  • golem-network: fixed gftp close issue preventing clean shutdown of golem-network (7d0050e)
  • remote-process: expose RemoteProcess as public API object (f8c629d)
  • resource-rental: fixed multiple triggering of finalization (including teardown) (24c3044)

Features

  • demand: added the ability to define runtime version as demand options (a4d4a0a)
  • market-scan: added the ability to define runtime version in market scan (7d3be65)

v3.2.0-beta.4

03 Sep 12:10
9fe76e7
Compare
Choose a tag to compare
v3.2.0-beta.4 Pre-release
Pre-release

3.2.0-beta.4 (2024-09-03)

Bug Fixes

  • gftp-server-adapter: fixed hash calculation for files larger than 2gb (92ffba7)
  • gftp: fixed gftp spawning issues on windows replacing native spawn with cross-spawn (94f95ff)
  • golem-network: fixed gftp close issue preventing clean shutdown of golem-network (7d0050e)
  • remote-process: expose RemoteProcess as public API object (f8c629d)

Features

  • demand: added the ability to define runtime version as demand options (a4d4a0a)
  • market-scan: added the ability to define runtime version in market scan (7d3be65)

v3.2.0-beta.3

28 Aug 11:29
a3658cf
Compare
Choose a tag to compare
v3.2.0-beta.3 Pre-release
Pre-release

3.2.0-beta.3 (2024-08-28)

Bug Fixes

  • resource-rental: fixed multiple triggering of finalization (including teardown) (24c3044)

v3.2.0

02 Aug 13:00
f966996
Compare
Choose a tag to compare

3.2.0 (2024-08-02)

Bug Fixes

  • exe-unit: fixed RemoteProcess.isFinished termination detection, no assumed timeout in waitFor (d5d16e2)
  • fixed TcpProxy implementation so that it works with non-http use-cases as well (8aabace)
  • fixed the issue blocking GolemNetwork.disconnecte because of missing gftp (50633ef)
  • market: exposed memoryGib and storageGib from ScannedOffer, deprecating old methods (c3682bd)

Features

  • market: add GPU support properties and payment platform addresses (56dd575)
  • market: added offerId to ScannedOffer (9416359)

v3.2.0-beta.2

02 Aug 11:36
15b067c
Compare
Choose a tag to compare
v3.2.0-beta.2 Pre-release
Pre-release

3.2.0-beta.2 (2024-08-02)

Bug Fixes

  • exe-unit: fixed RemoteProcess.isFinished termination detection, no assumed timeout in waitFor (d5d16e2)
  • fixed TcpProxy implementation so that it works with non-http use-cases as well (8aabace)

v3.2.0-beta.1

01 Aug 08:36
1fd6d6e
Compare
Choose a tag to compare
v3.2.0-beta.1 Pre-release
Pre-release

3.2.0-beta.1 (2024-08-01)

Bug Fixes

  • market: exposed memoryGib and storageGib from ScannedOffer, deprecating old methods (c3682bd)

Features

  • market: add GPU support properties and payment platform addresses (56dd575)
  • market: added offerId to ScannedOffer (9416359)

v3.1.1-beta.1

31 Jul 14:20
5adb483
Compare
Choose a tag to compare
v3.1.1-beta.1 Pre-release
Pre-release

3.1.1-beta.1 (2024-07-31)

Bug Fixes

  • fixed the issue blocking GolemNetwork.disconnecte because of missing gftp (50633ef)