Skip to content

v2.0.0

Compare
Choose a tag to compare
@dtfiedler dtfiedler released this 11 Jul 19:27
· 172 commits to main since this release

2.0.0 (2024-07-11)

Bug Fixes

  • arweave: use default arweave in IO (21d25b9)
  • deps: replace bunyan or console depending on the client environment (9d940aa)
  • log: allow log level configuration for clients (9cb0981)
  • log: replace bunyan with winston to ensure browser compatibility (80b38e0)

Features

  • io: add paginated gateway support for larger state objects (e.g. balances, records, and gateways) (b23efa8)
  • util: add utility for fetching all records (8df2aac)
  • io: add leaveNetwork API (54222ce)

BREAKING CHANGES

  • deps: removes all smartweave implementations using warp-sdk. The result is an only AO compatible ANT and IO network contracts. Some utilities are preserved due to their usefulness.
  • imports: modifies web named exports to provide esm and cjs exports instead of minified bundle. The web bundle was causing issues in bundled projects, and polyfills are no longer provided by default. Refer to the README for specifications on how to use the SDK for a web project.