Skip to content

Releases: ar-io/ar-io-sdk

v3.9.0-alpha.1

07 Mar 18:03
Compare
Choose a tag to compare
v3.9.0-alpha.1 Pre-release
Pre-release

3.9.0-alpha.1 (2025-03-07)

Bug Fixes

  • options: add write options to addVersion (95ccef0)
  • versions: export versions class (6368c44)

Features

  • versions: add ANT version class (c9ec5c5)
  • versions: add versioning handlers to ant registry (c681909)

v3.8.3

05 Mar 18:27
Compare
Choose a tag to compare

3.8.3 (2025-03-05)

Bug Fixes

  • add missing maxDelegateRewardSharePct field from AoGatewayRegistrySettings (87942ad)
  • schema: remove viem and use string for AOAddressSchema (090c799)
  • schemas: update ant schema to accept eth support (7bc7df4)
  • tests: update unit test to check loosely on eth address (b8e202b)

v3.8.3-alpha.1

05 Mar 18:00
Compare
Choose a tag to compare
v3.8.3-alpha.1 Pre-release
Pre-release

3.8.3-alpha.1 (2025-03-05)

Bug Fixes

  • add missing maxDelegateRewardSharePct field from AoGatewayRegistrySettings (87942ad)
  • schema: remove viem and use string for AOAddressSchema (090c799)
  • schemas: update ant schema to accept eth support (7bc7df4)
  • tests: update unit test to check loosely on eth address (b8e202b)

v3.8.2-alpha.3

05 Mar 17:55
Compare
Choose a tag to compare
v3.8.2-alpha.3 Pre-release
Pre-release

3.8.2-alpha.3 (2025-03-05)

Bug Fixes

  • add missing maxDelegateRewardSharePct field from AoGatewayRegistrySettings (87942ad)

v3.8.2-alpha.2

04 Mar 00:00
Compare
Choose a tag to compare
v3.8.2-alpha.2 Pre-release
Pre-release

3.8.2-alpha.2 (2025-03-04)

Bug Fixes

  • schema: remove viem and use string for AOAddressSchema (090c799)
  • schemas: update ant schema to accept eth support (7bc7df4)
  • tests: update unit test to check loosely on eth address (b8e202b)

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)