Releases: golemfactory/golem-js
Releases · golemfactory/golem-js
v3.9.0
02 Oct 19:19
Compare
Sorry, something went wrong.
No results found
3.9.0 (2025-10-02)
Features
Change default network to hoodi (090de99 )
v3.8.0
29 Sep 15:41
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Features
golem-network: added getIdentity method to GolemNetwork object (#1073 ) (44b1b13 )
v3.7.0
27 Aug 11:38
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Features
implement cleanup for stale proposals left in cache to prevent memory leaks (4b170a4 )
v3.6.1
13 Aug 17:30
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Bug Fixes
catch error in draft proposal pipeline and retry with exponential backoff (61df113 )
v3.6.0
04 Aug 11:07
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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 )