Skip to content

Releases: golemfactory/golem-js

v1.0.3-alpha.1

20 Dec 15:27
9c218b4
Compare
Choose a tag to compare
v1.0.3-alpha.1 Pre-release
Pre-release

1.0.3-alpha.1 (2023-12-20)

Bug Fixes

  • payments: preventing double payments resulting from a race condi… (#735) (5e72876)

v2.0.0-beta.6

19 Dec 19:25
2406dcd
Compare
Choose a tag to compare
v2.0.0-beta.6 Pre-release
Pre-release

2.0.0-beta.6 (2023-12-19)

Bug Fixes

  • cleaning of terminated agreements (ea7b3ce)
  • we no longer accept debit notes if an invoice for an agreement is processed (bfa9c2a)
  • we no longer process invoices and debit notes from other concurrently running applications (91563e2)
  • ws_storage_provider: fixed missing header in gsb api (3609e09)

Code Refactoring

  • code-style: removing underscore from private properties (385bdc9)

BREAKING CHANGES

  • code-style: ActivityPoolService.isRunning is now a function, and
    not a getter. Job.isRunning is now a function, and not a getter.

v1.0.2

18 Dec 16:45
1175b1c
Compare
Choose a tag to compare

1.0.2 (2023-12-18)

Bug Fixes

  • cleaning of terminated agreements (ea7b3ce)
  • we no longer accept debit notes if an invoice for an agreement is processed (bfa9c2a)
  • we no longer process invoices and debit notes from other concurrently running applications (91563e2)

v1.0.2-alpha.1

18 Dec 15:53
e369bd5
Compare
Choose a tag to compare
v1.0.2-alpha.1 Pre-release
Pre-release

1.0.2-alpha.1 (2023-12-18)

Bug Fixes

  • cleaning of terminated agreements (ea7b3ce)
  • we no longer accept debit notes if an invoice for an agreement is processed (bfa9c2a)
  • we no longer process invoices and debit notes from other concurrently running applications (91563e2)

v2.0.0-beta.5

15 Dec 10:03
fe68fee
Compare
Choose a tag to compare
v2.0.0-beta.5 Pre-release
Pre-release

2.0.0-beta.5 (2023-12-15)

Features

  • use GolemError when throwing from the SDK (135f4e5)

v2.0.0-beta.4

06 Dec 15:25
c5a9fe1
Compare
Choose a tag to compare
v2.0.0-beta.4 Pre-release
Pre-release

2.0.0-beta.4 (2023-12-06)

Bug Fixes

  • rollup: fixed incorrect rollup configuration for eventsource (3d2d1ac)

v2.0.0-beta.3

06 Dec 10:27
8d7dcb3
Compare
Choose a tag to compare
v2.0.0-beta.3 Pre-release
Pre-release

2.0.0-beta.3 (2023-12-06)

Features

  • enum ResultState is exposed in typings (ac51cd1)

v2.0.0-beta.2

05 Dec 18:21
64b31f1
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release

2.0.0-beta.2 (2023-12-05)

Features

  • added support mid-agreement debit note interval configuration option (bda6a92)

v2.0.0-beta.1

05 Dec 13:36
36ec7f5
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

2.0.0-beta.1 (2023-12-05)

Bug Fixes

  • job: fix json decode error caused by incorrect activity parameter (cc1e0d6)

Features

  • job: implement jobs that run without a task executor underneath (97a9b7c)

BREAKING CHANGES

  • job: GolemNetwork and Job received a brand-new interface that doesn't use TaskExecutor underneath anymore. Use GolemNetwork.createJob, Job.startWork, Job.waitForResults and Job.cancel to easily manage individual tasks on the network.

v1.0.1

04 Dec 16:49
c827e77
Compare
Choose a tag to compare

1.0.1 (2023-12-04)

Bug Fixes

  • activity: issues with starting an activity are now possible to handle by users (ea4bcea)