Releases: golemfactory/golem-js
Releases · golemfactory/golem-js
v2.0.0-beta.25
v2.0.0-beta.24
2.0.0-beta.24 (2024-02-06)
Features
- min supported yagna version 0.13.2 and goerli default network (e9bedff)
v2.0.0-beta.23
2.0.0-beta.23 (2024-02-05)
Bug Fixes
- task-executor: propagate issues with invoice and debit note filter to user (0e2136c)
BREAKING CHANGES
- task-executor: The TaskExecutor will now be cancelled when an issue
will be raised with processing the payments - including errors in the
invoice and debit note filters.
v2.0.0-beta.22
2.0.0-beta.22 (2024-02-01)
Bug Fixes
- task: fixed retrying and timeout measurement for task (b728835)
v2.0.0-beta.21
2.0.0-beta.21 (2024-02-01)
Bug Fixes
- errors: fixed bug with repeated message for GolemPlatformError (0d66a99)
v2.0.0-beta.20
2.0.0-beta.20 (2024-01-30)
Bug Fixes
- payment: fixed payment service termination (socket-hang-up bug) (d59404c)
v2.0.0-beta.19
2.0.0-beta.19 (2024-01-29)
Features
- errors: new structure and hierarchy of errors thrown by modules (3988086)
v2.0.0-beta.18
2.0.0-beta.18 (2024-01-29)
Code Refactoring
- removing deprecated methods (b79e770)
BREAKING CHANGES
PaymentService.acceptDebitNote
is no longer available, useacceptPayments
instead.- Deprecated
isSubprocess
TaskExecutor option is now removed. - Deprecated
TaskExecutor.end
is now removed (useTaskExecutor.shutdown
instead) - Deprecated
TaskExecutor.beforeEach
is now removed (useTaskExecutor.onActivityReady
instead) - Deprecated
WorkContext.rejectResult
method is removed.
v2.0.0-beta.17
2.0.0-beta.17 (2024-01-29)
Bug Fixes
- network: fixed adding an existing node to the network (42a5778)