Releases: golemfactory/golem-js
Releases · golemfactory/golem-js
v1.0.0-beta.3
1.0.0-beta.3 (2023-11-17)
Features
- executor: remove map and foreach (7ac21f3)
BREAKING CHANGES
- executor: executor.map and executor.foreach have been removed
v0.12.3
v1.0.0-beta.2
v0.12.2
v1.0.0-beta.1
1.0.0-beta.1 (2023-11-09)
Features
- executor: throw an error when a task fails (65bfed5)
- logger: removed table from all loggers (e935f5a)
BREAKING CHANGES
- executor: Executor no longer terminates itself on task error.
Instead therun
method re-throws the error.
v0.12.0-beta.4
0.12.0-beta.4 (2023-11-07)
Features
- executor: customize the behavior of startupTimeout with exitOnNoProposals flag (df87620)
v0.12.1
v0.12.0-beta.3
0.12.0-beta.3 (2023-10-25)
Bug Fixes
v0.12.0
0.12.0 (2023-10-20)
Bug Fixes
- executor: added error when no proposals are received (aaae02f)
- fixed the condition for CPU/s to allow 'equal' situation (356da42)
- gftp: fixed bug with stream write after end (d932cf1)
- payment: fixed waiting for the invoices (0b10de5)
- work_context: added transfer and getIp commands to the work context api (f943a37)