Skip to content

Releases: golemfactory/golem-js

v3.0.0-beta.27

23 May 14:02
129e7e5
Compare
Choose a tag to compare
v3.0.0-beta.27 Pre-release
Pre-release

3.0.0-beta.27 (2024-05-23)

Bug Fixes

  • assume glm token when network is polygon (8f41c44)

Features

  • implement many-of in golem-network (524d914)
  • many-of: combine demand and concurrency into one argument (d87d90b)
  • remove unused market and deployment options and flatten payment options (8f0db1a)

v3.0.0-beta.26

21 May 17:15
6db5d84
Compare
Choose a tag to compare
v3.0.0-beta.26 Pre-release
Pre-release

3.0.0-beta.26 (2024-05-21)

Features

  • fetch payment related properties and constraints from yagna based on allocation (8609356)
  • include api error body in golem error message (d2cedc7)

v3.0.0-beta.25

17 May 09:00
2ff1bfc
Compare
Choose a tag to compare
v3.0.0-beta.25 Pre-release
Pre-release

3.0.0-beta.25 (2024-05-17)

Code Refactoring

  • payment: removed deprecated payment service implementation (cd24c90)

Features

  • payment: observe invoices and debit notes on the payment module (54c6ab7)

BREAKING CHANGES

  • payment: The original PaymentService and related config claesses are now removed

v3.0.0-beta.24

16 May 13:22
3164c58
Compare
Choose a tag to compare
v3.0.0-beta.24 Pre-release
Pre-release

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

Features

  • add timeoutMs option to lease process pool ready method (0ff57e6)
  • combine agreement and activity pools into leaseprocesspool (4ccff3a)

v3.0.0-beta.23

15 May 09:42
aaa4a3b
Compare
Choose a tag to compare
v3.0.0-beta.23 Pre-release
Pre-release

3.0.0-beta.23 (2024-05-15)

Code Refactoring

  • market: removed deprecated version of Proposal class and left only the new one: OfferProposal (aaa4a3b)

BREAKING CHANGES

  • market: The Proposal class is now renamed to OfferProposal

v3.0.0-beta.22

09 May 13:42
e276ea2
Compare
Choose a tag to compare
v3.0.0-beta.22 Pre-release
Pre-release

3.0.0-beta.22 (2024-05-09)

Code Refactoring

  • market: remove old Demand class and leave the new implementation (e276ea2)

BREAKING CHANGES

  • market: This refactor removes several deprecated types and
    modules from the market module in an effort to enhance code readability
    and maintainability. This includes the deletion of classes such as
    Package, DemandConfig, and various DemandDirectorConfig classes.

v3.0.0-beta.21

08 May 08:39
fcbf93f
Compare
Choose a tag to compare
v3.0.0-beta.21 Pre-release
Pre-release

3.0.0-beta.21 (2024-05-08)

Code Refactoring

  • market: removing deprecated types from market module (825acda)

BREAKING CHANGES

  • market: Removed MarketService along with related Config and
    Options types

v3.0.0-beta.20

07 May 09:01
bfc9e80
Compare
Choose a tag to compare
v3.0.0-beta.20 Pre-release
Pre-release

3.0.0-beta.20 (2024-05-07)

Features

  • added support for 'file://' protocol in demand spec and fixed examples (d4d800b)
  • added support for 'file://' protocol in demand spec and fixed examples (4c13a4b)
  • bumped min yagna version and added support for payment protocol version 2 (bfc9e80)
  • filter out empty batches in startCollectingProposals (effb314)
  • implement market api adapter (5e31b04)
  • implement market api adapter (4aeafbb)
  • market: added batching initial proposal (70a75d0)
  • remove the need for an allocation from publishing a demand (01afd50)

v3.0.0-beta.19

22 Apr 21:11
7307f97
Compare
Choose a tag to compare
v3.0.0-beta.19 Pre-release
Pre-release

3.0.0-beta.19 (2024-04-22)

Bug Fixes

  • beta: stabilized examples so that they work, fixed pool implementation (99a62aa)

Features

  • activity pool new api (9194c39)
  • added 'created' pool event, fied 'destroyed' event remark from review (ce7e858)
  • added 'ready' method to activity and agreement pools (9f08eb5)
  • implement startCollectingProposals in market module as a single rxjs pipe (27f686d)

v3.0.0-beta.18

18 Apr 08:27
Compare
Choose a tag to compare
v3.0.0-beta.18 Pre-release
Pre-release

3.0.0-beta.18 (2024-04-18)

Features

  • yagna: added behaviour subjects for events in yagna-api to support basic event-bus cases (a61115b)