Release Notes

March 5, 2026 (1.0.0)

  • Breaking Change: Simplified Media interface — removed imagePreview and animationPreview fields

  • Change: image now returns the optimized preview (image_preview || thumbnail), falling back to the original image

  • Change: animation now returns the optimized preview (animation_preview), falling back to the original animation

  • New: Added originalImage and originalAnimation fields to Media for access to full-resolution originals

November 18, 2025 (0.5.0-beta.0)

  • New: Added subscribeToContractEvents method to IPublicProvider for subscribing to contract events

  • New: Implemented subscribeToContractEvents in all provider adapters (Viem, Ethers5, Wagmi)

  • Feature: Support for real-time event monitoring with topic filtering and callback handlers

November 5, 2025 (0.3.1-beta.0)

  • Breaking Change: Removed httpRPCs dependency from SDK client initialization

  • New: Added public provider abstraction for blockchain interactions

  • New: Added createPublicProviderViem and createPublicProviderEthers5 functions

  • New: Added createPublicProviderWagmi function for Wagmi integration

  • New: Added fallback provider support for automatic failover on provider errors or network mismatches

  • Change: createClient now requires a publicProvider parameter

  • Change: Account adapters no longer require the client instance

  • Improvement: Cleaner separation between read-only and transaction operations

  • Improvement: Better multi-network support through provider abstraction

  • Improvement: Enhanced reliability with automatic fallback to backup providers

  • Improvement: Native Wagmi support for seamless React integration

October 31, 2025 (0.2.1-beta.4)

October 21, 2025 (0.1.0-beta.1)

Last updated