Skip to content

Releases: iExecBlockchainComputing/iexec-sdk

[8.6.1] 2024-03-11

25 Jul 12:27
eba03d3

Choose a tag to compare

Changed

  • fix bundling issue occurring in webpack due to conditional import of node builtin in node context

[8.6.0] 2024-03-04

25 Jul 12:26
bc0bbe4

Choose a tag to compare

Added

  • strict mode isRequesterStrict, isAppStrict, isDatasetStrict, isWorkerpoolStrict in corresponding orderbook methods fetchRequestOrderbook(), fetchAppOrderbook(), fetchDatasetOrderbook(), fetchWorkerpoolOrderbook(), defaults to false

Changed

  • remove ipfs initialization preflight checks on request orders
  • Typescript fixes

[8.5.2] 2024-01-24

29 Jan 08:47
edc1d2c

Choose a tag to compare

Added

  • expose package version in IExecModule
  • accept CryptoKey in iexec.result.pushResultEncryptionKey(key)

Changed

  • fix encryption key formatting issue in iexec.result.pushResultEncryptionKey(key)

[8.5.1] 2023-12-21

21 Dec 14:24
81d7de3

Choose a tag to compare

Changed

  • fix regression causing browser providers (metamask) to prompt unlock screen on IExec instantiation
  • fix iexec task show --download issue with node 18 and above

[8.5.0] 2023-11-02

02 Nov 13:16
00a5b39

Choose a tag to compare

Changed

  • upgraded to ethers@6, this upgrade is internal and should not change the way developers interact with iexec
  • updated dependencies
  • [BREAKING] drop support for node 16

[8.4.0] 2023-10-03

04 Oct 12:23
e4c6915

Choose a tag to compare

Added

  • add pagination options (page and pageSize) to orderbook and deal fetch methods

Changed

  • fix iexec order fill command when no dataset is provided
  • fix error message in iexec app show
  • fix ambiguous error message when trying to transfer an asset not deployed

[8.3.0] 2023-09-22

22 Sep 14:19
b50b43a

Choose a tag to compare

Added

  • add transfer methods allowing to transfer the ownership of apps, datasets and workerpools

[8.2.1] 2023-08-01

22 Sep 14:18
80119e7

Choose a tag to compare

Changed

  • fix missing import causing decryptResult() to crash in browser

[8.2.0] 2023-07-28

31 Jul 13:32
a854328

Choose a tag to compare

Changed

  • use node-forge for crypto operations to remove dependencies on nodejs built-in modules

[8.1.5] 2023-06-22

31 Jul 13:32
78ca153

Choose a tag to compare

Changed

  • fix windows install