Skip to content

Releases: golemfactory/golem-js

v2.0.0-beta.25

07 Feb 10:45
3cb1335
Compare
Choose a tag to compare
v2.0.0-beta.25 Pre-release
Pre-release

2.0.0-beta.25 (2024-02-07)

Bug Fixes

  • agreement_pool: added agreement pool size limit (4332f9d)

v2.0.0-beta.24

06 Feb 08:41
Compare
Choose a tag to compare
v2.0.0-beta.24 Pre-release
Pre-release

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

05 Feb 14:13
7d23529
Compare
Choose a tag to compare
v2.0.0-beta.23 Pre-release
Pre-release

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

01 Feb 14:24
334014f
Compare
Choose a tag to compare
v2.0.0-beta.22 Pre-release
Pre-release

2.0.0-beta.22 (2024-02-01)

Bug Fixes

  • task: fixed retrying and timeout measurement for task (b728835)

v2.0.0-beta.21

01 Feb 09:37
f053a0c
Compare
Choose a tag to compare
v2.0.0-beta.21 Pre-release
Pre-release

2.0.0-beta.21 (2024-02-01)

Bug Fixes

  • errors: fixed bug with repeated message for GolemPlatformError (0d66a99)

v2.0.0-beta.20

30 Jan 11:16
dd6f412
Compare
Choose a tag to compare
v2.0.0-beta.20 Pre-release
Pre-release

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

29 Jan 13:19
ef49454
Compare
Choose a tag to compare
v2.0.0-beta.19 Pre-release
Pre-release

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

29 Jan 12:16
b79e770
Compare
Choose a tag to compare
v2.0.0-beta.18 Pre-release
Pre-release

2.0.0-beta.18 (2024-01-29)

Code Refactoring

  • removing deprecated methods (b79e770)

BREAKING CHANGES

  • PaymentService.acceptDebitNote is no longer available, use acceptPayments instead.
  • Deprecated isSubprocess TaskExecutor option is now removed.
  • Deprecated TaskExecutor.end is now removed (use TaskExecutor.shutdown instead)
  • Deprecated TaskExecutor.beforeEach is now removed (use TaskExecutor.onActivityReady instead)
  • Deprecated WorkContext.rejectResult method is removed.

v2.0.0-beta.17

29 Jan 11:45
2424415
Compare
Choose a tag to compare
v2.0.0-beta.17 Pre-release
Pre-release

2.0.0-beta.17 (2024-01-29)

Bug Fixes

  • network: fixed adding an existing node to the network (42a5778)

v2.0.0-beta.16

26 Jan 17:20
d2445f2
Compare
Choose a tag to compare
v2.0.0-beta.16 Pre-release
Pre-release

2.0.0-beta.16 (2024-01-26)

Features

  • payment-processor: add a way to manually list and pay invoices (18eaccd)
  • payment-processor: fetch all invoices from yagna at the same time (c0fa1db)
  • payment: rename payment processor to invoice processor (a9fa117)