Releases: golemfactory/golem-js
Releases · golemfactory/golem-js
v1.0.3-alpha.1
1.0.3-alpha.1 (2023-12-20)
Bug Fixes
v2.0.0-beta.6
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
v1.0.2-alpha.1
1.0.2-alpha.1 (2023-12-18)
Bug Fixes
v2.0.0-beta.5
v2.0.0-beta.4
2.0.0-beta.4 (2023-12-06)
Bug Fixes
- rollup: fixed incorrect rollup configuration for eventsource (3d2d1ac)
v2.0.0-beta.3
v2.0.0-beta.2
2.0.0-beta.2 (2023-12-05)
Features
- added support mid-agreement debit note interval configuration option (bda6a92)
v2.0.0-beta.1
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
andJob
received a brand-new interface that doesn't useTaskExecutor
underneath anymore. UseGolemNetwork.createJob
,Job.startWork
,Job.waitForResults
andJob.cancel
to easily manage individual tasks on the network.