Skip to content

Releases: golemfactory/golem-js

0.3.1-alpha.2

11 Aug 18:14
Compare
Choose a tag to compare
0.3.1-alpha.2 Pre-release
Pre-release
v0.3.1-alpha.2

bump version

0.3.1-alpha.1

11 Aug 18:14
b910198
Compare
Choose a tag to compare
0.3.1-alpha.1 Pre-release
Pre-release
Merge pull request #128 from golemfactory/b0.3-fixes

B0.3 fixes

0.3.0

11 Aug 18:14
Compare
Choose a tag to compare

Changelog

Major features

  • Support for yagna's Event API (#97)
  • Update payment and market api's (#94)
  • Score-based offer selection (#93) (#102)
  • Rename, refactor the codebase (#89)
  • Add typedoc, configure for html & markdown (#81) (#103)
  • Select payment platforms based on driver/network specification (#104)
  • Support debit notes as keep-alive messages (#111)

Minor features, fixes and improvements

  • Resolve the image repository using the SRV record (#105)
  • Move logsummary to utils (#55)
  • Move cancellationToken to Engine (#60)
  • More sgx runtime names + simplified code (#64)
  • Cancel worker, subscription when computation ends (#68)
  • Final fix for invoice event (#73)
  • Fix total cost printing (#74)
  • Sign new agreements only if there are unassigned tasks (#76)
  • Add logging to linear market strategy class (#109)
  • Use provider ids as keys (#112)
  • Fix file transport and total cost amount (#113)
  • Fix log filename issue on windows (#114)
  • Update debit note timeout property name (#115)
  • Update subnet, fix network flag in js example (#116)
  • Change dequeue logic with channels (#80)
  • Graceful quit (#118)
  • Fix batch timeout
  • Disable streaming / enable polling
  • Fix getInvoiceEvents parameters
  • Set default timeout to 1 day
  • Simplify destroying activity
  • Handle HTTP 408 when confirming agreements
  • Fix double spending information display
  • Fix consumer flow with asyncWith wrapper, fix logs
  • Clean dependencies with npm script
  • Update clean script with rimraf for cross-platform
  • Remove waiting for completed workers

0.3.0-alpha.7

11 Aug 18:15
3728241
Compare
Choose a tag to compare
0.3.0-alpha.7 Pre-release
Pre-release
Graceful quit (#118)

Use cancellation token in worker_starter function.
Use cancellation token in Batch objects.
Use server-side timeout in getExecBatchResults.
Add timeouts to Market, Activity and Payment APIs.
Handle JSON.parse() errors.
Fix command result event.

0.3.0-alpha.6

11 Aug 18:15
Compare
Choose a tag to compare
0.3.0-alpha.6 Pre-release
Pre-release
v0.3.0-alpha.6

v0.3.0-alpha.6

0.3.0-alpha.5

11 Aug 18:15
Compare
Choose a tag to compare
0.3.0-alpha.5 Pre-release
Pre-release
v0.3.0-alpha.5

version bump

v0.3.0-alpha.4

11 Aug 18:15
Compare
Choose a tag to compare
v0.3.0-alpha.4 Pre-release
Pre-release
version bump

0.3.0-alpha.3

11 Aug 18:16
Compare
Choose a tag to compare
0.3.0-alpha.3 Pre-release
Pre-release
  • Fix File transport
  • Fix total cost amount in logs

0.3.0-alpha.2

11 Aug 18:16
ec8917e
Compare
Choose a tag to compare
0.3.0-alpha.2 Pre-release
Pre-release
Use provider ids as keys (#112)

* Debit notes support for yapapi

* Add log message

* Bug fix

* Bug fix

* Add reason for payment failed error, fix log message

* Bug fixes

* Handle Rejections

* Use provider ids as map indices

* Rename variables

Co-authored-by: Muhammed Tanrikulu <[email protected]>

0.3.0-alpha.1

11 Aug 18:16
Compare
Choose a tag to compare
0.3.0-alpha.1 Pre-release
Pre-release
v0.3.0-alpha.1

Merge branch 'master' into b0.3