Skip to content

Releases: golemfactory/golem-js

v1.0.0-beta.3

17 Nov 10:08
f94f8b2
Compare
Choose a tag to compare
v1.0.0-beta.3 Pre-release
Pre-release

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

17 Nov 10:06
2240307
Compare
Choose a tag to compare

0.12.3 (2023-11-17)

Bug Fixes

  • fixed issue with too long result polling interval leading to batch timeout (418874f)

v1.0.0-beta.2

16 Nov 22:31
d8a4b6f
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release

1.0.0-beta.2 (2023-11-16)

Bug Fixes

  • executor: deprecate map and forEach (ed16a81)

v0.12.2

16 Nov 21:44
8726925
Compare
Choose a tag to compare

0.12.2 (2023-11-16)

Bug Fixes

  • executor: deprecate map and forEach (ed16a81)

v1.0.0-beta.1

09 Nov 15:27
a3ea7f5
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

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 the run method re-throws the error.

v0.12.0-beta.4

07 Nov 11:03
2d598a3
Compare
Choose a tag to compare
v0.12.0-beta.4 Pre-release
Pre-release

0.12.0-beta.4 (2023-11-07)

Features

  • executor: customize the behavior of startupTimeout with exitOnNoProposals flag (df87620)

v0.12.1

30 Oct 10:40
fd7ccbc
Compare
Choose a tag to compare

0.12.1 (2023-10-30)

Bug Fixes

  • task executor end() can be called multiple times (43f54e0)
  • task executor end() can be called multiple times (e084f3b)

v0.12.0-beta.3

25 Oct 08:50
552d481
Compare
Choose a tag to compare
v0.12.0-beta.3 Pre-release
Pre-release

0.12.0-beta.3 (2023-10-25)

Bug Fixes

  • task executor end() can be called multiple times (43f54e0)
  • task executor end() can be called multiple times (e084f3b)

v0.12.0

20 Oct 09:25
9a9dd80
Compare
Choose a tag to compare

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)

Features

  • add option to disable installing signal handlers (59281af)
  • market: added the getHealthyProvidersWhiteList helper for requestors (26a72ee)

v0.12.0-beta.2

19 Oct 11:59
b0b8b8b
Compare
Choose a tag to compare
v0.12.0-beta.2 Pre-release
Pre-release

0.12.0-beta.2 (2023-10-19)

Features

  • add option to disable installing signal handlers (59281af)
  • add option to disable installing signal handlers (28f941d)