Releases: ar-io/ar-io-sdk
Releases · ar-io/ar-io-sdk
v2.5.0-alpha.3
2.5.0-alpha.3 (2024-11-14)
Bug Fixes
v2.5.0-alpha.2
2.5.0-alpha.2 (2024-11-14)
Bug Fixes
- id and test: add test for old ant and add lua source id for new code (77601b2)
- tests: add test for old ant (0489cb6)
- tests: add unit tests for util and move parsing of records to uitl (2d08c9a)
- tests: update ANT in tests to use v8 ant (1eff8a9)
Features
- getRecords: update getRecords to return as flat array of objects (b9808c1)
v2.5.0-alpha.1
2.5.0-alpha.1 (2024-11-14)
Features
v2.4.0
2.4.0 (2024-11-12)
Bug Fixes
- ant: add
reassignName
to ant implementation (9e705a9) - auctions: fix submitAuctionApi to accept type and years (6780a80)
- auctions: update auction APIs and types (5fd2ccc)
- auctions: update read APIs to fetch auctions, use vite example display active auction (32001c2)
- auctions: update types and add
intervalMs
(bc21200) - corrected AoVaultData field to be startTimestamp (b9888bf)
- delegates: fixes type (ae7be5c)
- emitter: do non strict checks on state in arns emitter (6566a3c)
- emitter: provide strictness in constuctor (060df05)
- exports: add exports to barrel file (fec094e)
- exports: dont export http stuff) (d6369aa)
- io: consolidate
instantGatewayWithdrawal
andinstantGatewayWithdrawal
to justinstantWithdrawal
, update `cancelWithdrawal (ea9f3eb) - io: include address in delegate type for gateway (46ef1a7)
- lint: add lint fix and missing bracket (72446aa)
- PE-7080: add apis for fetching paginated delegates (e3d4af2)
- schema: add strict mode to ANT with default to false (4864abf)
- schemas: add passthrough on schema checks for ants (9cb2776)
- schemas: add zod schemas and tests (feba587)
- schema: specify HandlerNames instead of Handlers (44cc472)
- schemas: update ant schema and tests (f3284ed)
- schema: update handlers schema (6ec52e4)
- strict: allow for passing in strict mode on apis (e147220)
- tag: small tweak to instant tag (663de6f)
- test: correct params for get record (f999c49)
- tests: add esm tests and remove redundant cjs tests (95244ea)
- tests: add js path on imports (db1520a)
- tests: simplify strict check on test (62c9140)
- types: add back delegates for AoGateway (d337a74)
- types: update types to match contract (cb7d2b4)
- types: use generic on PageParms for sortBy, update delegate types (7a1abc4)
- util: create schema parsing util to pretty format errors (367537a)
- validations: add zod schema validations on ant returns (163c2f1)
- withdrawls: update API for cancelling withdrawls to allow delegate and operator withdrawls (5cb680a)
Features
- ant: adds set-keywords and set-description methods for ants) (3b260a2)
- ant: support releasing of name of ANTs (16363e8)
- arns: add upgradeRecord API (9c1726d)
- auctions: add auctions api to IO classes (974897b)
- delegates: add instant delegate withdrawal for a fee (4b4cb8f)
- getVault: init IO method PE-7081 (0e3cde2)
- paginated vaults: init SDK paginated vaults PE-7081 (6d079f9)
- paginated vaults: use flat array over nested vaults PE-7081 (e17cfb7)