Skip to content

Releases: golemfactory/golem-js

v3.9.0

02 Oct 19:19

Choose a tag to compare

3.9.0 (2025-10-02)

Features

  • Change default network to hoodi (090de99)

v3.8.0

29 Sep 15:41
e06d5fe

Choose a tag to compare

3.8.0 (2025-09-29)

Bug Fixes

  • exe-unit: fixed setup timeout shutting down the internal executor regardless of success (0e274a1). Providing a timeout to getExeUnit would incorrectly shut down the internal executor after the specified time even if the activity deployed correctly, which would in turn shut down the whole exe-unit. This is now fixed

v3.5.0-beta.9

10 Sep 18:53
44b1b13

Choose a tag to compare

v3.5.0-beta.9 Pre-release
Pre-release

3.5.0-beta.9 (2025-09-10)

Features

  • golem-network: added getIdentity method to GolemNetwork object (#1073) (44b1b13)

v3.7.0

27 Aug 11:38

Choose a tag to compare

3.7.0 (2025-08-27)

Bug Fixes

  • improve handling of user-provided abort signal/timeout in ResourceRental.createExeUnit (fe7aa72)
  • log only demand id, not the entire object when it gets refreshed (5275c1d)

Features

  • implement cleanup for stale proposals left in cache to prevent memory leaks (c494ae0)

v3.5.0-beta.8

25 Aug 11:48
06043cc

Choose a tag to compare

v3.5.0-beta.8 Pre-release
Pre-release

3.5.0-beta.8 (2025-08-25)

Bug Fixes

  • improve handling of user-provided abort signal/timeout in ResourceRental.createExeUnit (7665e16)
  • log only demand id, not the entire object when it gets refreshed (ed6c117)

v3.5.0-beta.7

20 Aug 19:03
be6f579

Choose a tag to compare

v3.5.0-beta.7 Pre-release
Pre-release

3.5.0-beta.7 (2025-08-20)

Features

  • implement cleanup for stale proposals left in cache to prevent memory leaks (4b170a4)

v3.6.1

13 Aug 17:30

Choose a tag to compare

3.6.1 (2025-08-13)

Bug Fixes

  • catch error in draft proposal pipeline and retry with exponential backoff (b7d5be4)

v3.5.0-beta.6

12 Aug 11:24
817ada7

Choose a tag to compare

v3.5.0-beta.6 Pre-release
Pre-release

3.5.0-beta.6 (2025-08-12)

Bug Fixes

  • catch error in draft proposal pipeline and retry with exponential backoff (61df113)

v3.6.0

04 Aug 11:07
a641f3b

Choose a tag to compare

3.6.0 (2025-08-04)

Bug Fixes

  • allow returning null from OfferProposalSelector (0b0c0ce)
  • consistently throw GolemAbortError if any operation in rental.stopAndFinalize gets aborted (507e868)
  • handle error in case the user-defined proposal selector throws (e5789b2)

Features

  • add optional timeout parameters to agreement, activity and network operations (309f99f)
  • demand: add helper method to get the expiration of a demand (4f5c126)
  • resource-rental-pool: add api to access the underlying proposal pool and it's members (96798f3)

v3.5.0-beta.5

01 Aug 10:28
3d0859c

Choose a tag to compare

v3.5.0-beta.5 Pre-release
Pre-release

3.5.0-beta.5 (2025-08-01)

Bug Fixes

  • consistently throw GolemAbortError if any operation in rental.stopAndFinalize gets aborted (507e868)

Features

  • add optional timeout parameters to agreement, activity and network operations (309f99f)