Skip to content

Releases: golemfactory/golem-js

v3.0.0-beta.37

06 Jun 07:58
b12d85d
Compare
Choose a tag to compare
v3.0.0-beta.37 Pre-release
Pre-release

3.0.0-beta.37 (2024-06-06)

Bug Fixes

  • fixed acquiring proposal in draft proposal pool (53e7ef5)
  • market: remapped rentHours to AgreementOptions when creating an agreement (462367d)

Features

  • market: added proposalSelector option to allow user to select best offer from those available (572734d)
  • market: differentiate market-proposals: offer-proposal, offer-counter-proposal (c024708)
  • market: implemented agreement and offer events (f8fe41f)

v3.0.0-beta.36

05 Jun 14:49
8fa80cf
Compare
Choose a tag to compare
v3.0.0-beta.36 Pre-release
Pre-release

3.0.0-beta.36 (2024-06-05)

Features

v3.0.0-beta.35

04 Jun 09:16
1d89cb0
Compare
Choose a tag to compare
v3.0.0-beta.35 Pre-release
Pre-release

3.0.0-beta.35 (2024-06-04)

Bug Fixes

  • activity: moved yagna activity dependencies in script-executor to adapter (b350a59)

v3.0.0-beta.34

03 Jun 12:14
6fbcb83
Compare
Choose a tag to compare
v3.0.0-beta.34 Pre-release
Pre-release

3.0.0-beta.34 (2024-06-03)

Bug Fixes

  • ability to load env variables for subnet tag and payment network (0d6b1ae)
  • activity: fixed streaming batch via EventSource and runAndStream example (44287a6)
  • test: fixed allocation config in e2e tests (6b4d8bd)

Features

  • add useHttps option to demand workload (10d9158)
  • derive budget and expiration time from components in deployment (3a7d724)
  • remove maxAgreements market option and use concurrency to estimate budget (5bd7c46)

v3.0.0-beta.33

29 May 14:19
9425cda
Compare
Choose a tag to compare
v3.0.0-beta.33 Pre-release
Pre-release

3.0.0-beta.33 (2024-05-29)

Features

  • market: added config options for setting the ProposalFilter (bd9fde5)

v3.0.0-beta.32

29 May 09:24
0987362
Compare
Choose a tag to compare
v3.0.0-beta.32 Pre-release
Pre-release

3.0.0-beta.32 (2024-05-29)

Features

  • move lease related methods to lease module (040a18e)
  • remove start method from agreement payment process and start it automatically (4eb8a12)

v3.0.0-beta.31

29 May 08:47
4b6910c
Compare
Choose a tag to compare
v3.0.0-beta.31 Pre-release
Pre-release

3.0.0-beta.31 (2024-05-29)

Bug Fixes

  • fix the infinite loop issue in lease process pool ready (2bf60aa)
  • payment: added the possibility to define partial payment options (d5dffbb)

v3.0.0-beta.30

28 May 11:40
a5099e5
Compare
Choose a tag to compare
v3.0.0-beta.30 Pre-release
Pre-release

3.0.0-beta.30 (2024-05-28)

Features

  • add context to invoice and dn filters and cleanup their interfaces (81a3bda)
  • remove agreement pool service and update job tests (524cf64)
  • remove invoice dto (b81b7ee)

v3.0.0-beta.29

28 May 10:04
9573d09
Compare
Choose a tag to compare
v3.0.0-beta.29 Pre-release
Pre-release

3.0.0-beta.29 (2024-05-28)

Bug Fixes

  • prevent errors when signing agreements in glm.oneof and lease process pool (7922f7b)

v3.0.0-beta.28

24 May 10:44
3e16fe6
Compare
Choose a tag to compare
v3.0.0-beta.28 Pre-release
Pre-release

3.0.0-beta.28 (2024-05-24)

Bug Fixes

  • network: fixed race condition bug during removal of network calls by adding async-lock (54c83f5)

Features

  • network: added vpn support for lease process and deployment api (8f9de79)