Releases: golemfactory/golem-js
Releases · golemfactory/golem-js
v3.0.0-beta.57
3.0.0-beta.57 (2024-07-01)
Bug Fixes
- catch api errors when using scan iterators (a9c77ed)
- improve error handling in market scan (3a24944)
- workaround for yagna 0.15 breaking change in eventType (b0abb7e)
Features
- add log line when trying to sign an agreement (2801200)
- bump minimum yagna version to 0.15.2 (370e6c6)
- market scan (1d649d6)
- remove properties from scan spec builder and add payment platform (0c45feb)
BREAKING CHANGES
- Minimum supported Yagna version is now 0.15.2
v3.0.0-beta.56
3.0.0-beta.56 (2024-07-01)
Bug Fixes
- include the last stream execute result in streamingBatch (c3c4964)
- resource-rental-pool: fixed destroying rentals by drainAndClear method (cc95dbd)
Code Refactoring
- refactor exe script executor to use an observable-based pipeline instead of Readable (639ba70)
BREAKING CHANGES
- RemoteProcess stdout and stderr have been changed from
Readable
toSubject
s
v3.0.0-beta.55
v3.0.0-beta.54
3.0.0-beta.54 (2024-06-28)
Bug Fixes
- market: fixed demand refresh logic that produced unusable counter-offers and agreements (0430368)
v3.0.0-beta.53
3.0.0-beta.53 (2024-06-28)
Bug Fixes
- fix test after merge (9c6aac8)
- interrupt signing new rentals when glm disconnects or pool drains (a1eba2a)
Features
v3.0.0-beta.52
3.0.0-beta.52 (2024-06-21)
Features
- added
signalOrTimeout
param forgetExeUnit()
andstopAndFinalize()
inResourceRental
(af76abd)
Performance Improvements
- speed up yagna shutdown (ecffa7f)
v3.0.0-beta.51
3.0.0-beta.51 (2024-06-20)
Code Refactoring
- exe-unit: renamed
before
method tosetup
and addedteardown
method (1cd8f00) - work-context: rename WorkContext to ExeUnit (70c8ed0)
Features
- added setup and teardown functions as options to exe-unit (1fd6eac)
BREAKING CHANGES
- exe-unit: The current use of the
WorkContext.before()
method
should be replaced withExeUnit.setup()
- work-context: The API object WorkContext (ctx) has been renamed to ExeUnit.
All references to WorkContext must be updated.
v3.0.0-beta.50
3.0.0-beta.50 (2024-06-20)
Features
v3.0.0-beta.49
3.0.0-beta.49 (2024-06-19)
Features
v3.0.0-beta.48
3.0.0-beta.48 (2024-06-19)
Bug Fixes
- prevent error silencing if refreshing activity/allocation fails during another action (15aa074)
- refetch allocation details before releasing it (6db6176)
- rename
offerProposalRejectedByFilter
toofferProposalRejectedByProposalFilter
(709ea0f) - rename activityInitialized to workContextInitialized (b139a0d)