Skip to content

Releases: ar-io/ar-io-sdk

v3.8.2

25 Feb 23:07
Compare
Choose a tag to compare

3.8.2 (2025-02-25)

Bug Fixes

  • missing break for happy path through send (e55ecc1)
  • modify retry logic for send to only retry on exceptions from ao.message or ao.result (229df6b)
  • modify retry logic to only occur on dryrun exceptions (c578893)
  • protect against if retries is 0 (6aa1b58)

v3.8.2-alpha.1

24 Feb 21:18
Compare
Choose a tag to compare
v3.8.2-alpha.1 Pre-release
Pre-release

3.8.2-alpha.1 (2025-02-24)

Bug Fixes

  • missing break for happy path through send (e55ecc1)
  • modify retry logic for send to only retry on exceptions from ao.message or ao.result (229df6b)
  • modify retry logic to only occur on dryrun exceptions (c578893)
  • protect against if retries is 0 (6aa1b58)

v3.8.1

21 Feb 15:46
Compare
Choose a tag to compare

3.8.1 (2025-02-21)

Bug Fixes

  • mainnet: default to the mainnet process ID (a96713c)

v3.8.0

20 Feb 15:45
Compare
Choose a tag to compare

3.8.0 (2025-02-20)

Features

  • mainnet: update constant to the mainnet process ID (4a11840)

v3.7.1

19 Feb 23:11
Compare
Choose a tag to compare

3.7.1 (2025-02-19)

Bug Fixes

  • types: overload getEpoch to provide correct types on specific param requests (bafce74)

v3.7.1-alpha.1

18 Feb 16:02
Compare
Choose a tag to compare
v3.7.1-alpha.1 Pre-release
Pre-release

3.7.1-alpha.1 (2025-02-18)

Bug Fixes

  • types: overload getEpoch to provide correct types on specific param requests (bafce74)

v3.7.0

17 Feb 21:53
Compare
Choose a tag to compare

3.7.0 (2025-02-17)

Bug Fixes

  • types: fix epoch settings type (a306baa)

Features

  • distributions: init paginated distributions cli command PE-7641 (8810ec6)
  • distributions: init paginated getEligibleDistributions PE-7641 (9ba192f)
  • distributions: remove eligible rewards from get epoch return PE-7641 (4437eaa)
  • read commands: add commands epoch-settings, demand-factor-settings, read-action (821b6f6)

v3.7.0-alpha.1

17 Feb 19:46
Compare
Choose a tag to compare
v3.7.0-alpha.1 Pre-release
Pre-release

3.7.0-alpha.1 (2025-02-17)

Features

  • distributions: init paginated distributions cli command PE-7641 (8810ec6)
  • distributions: init paginated getEligibleDistributions PE-7641 (9ba192f)
  • distributions: remove eligible rewards from get epoch return PE-7641 (4437eaa)
  • read commands: add commands epoch-settings, demand-factor-settings, read-action (821b6f6)

v3.6.2-alpha.1

17 Feb 18:59
Compare
Choose a tag to compare
v3.6.2-alpha.1 Pre-release
Pre-release

3.6.2-alpha.1 (2025-02-17)

Bug Fixes

  • types: fix epoch settings type (a306baa)

v3.6.1

17 Feb 15:41
Compare
Choose a tag to compare

3.6.1 (2025-02-17)

Bug Fixes

  • types: correct types for demand factor and gateway settings, update tests (583ffeb)