Releases: golemfactory/golem-js
Releases · golemfactory/golem-js
v3.0.0-beta.27
v3.0.0-beta.26
3.0.0-beta.26 (2024-05-21)
Features
v3.0.0-beta.25
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
3.0.0-beta.24 (2024-05-16)
Features
v3.0.0-beta.23
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
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
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
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
3.0.0-beta.19 (2024-04-22)
Bug Fixes
- beta: stabilized examples so that they work, fixed pool implementation (99a62aa)
Features
v3.0.0-beta.18
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)