# 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)

* Added support for [Edition product](/client-sdk/sdk/product/edition-product.md)

### October 21, 2025 (0.1.0-beta.1)

* Added support for [BlindMint product](/client-sdk/sdk/product/blind-mint.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.manifold.xyz/client-sdk/sdk/release-notes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
