> For the complete documentation index, see [llms.txt](https://docs.zama.org/protocol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zama.org/protocol/sdk/changelog.md).

# Changelog

- [Alpha (unreleased)](https://docs.zama.org/protocol/sdk/changelog/alpha.md): Unreleased changes on the prerelease (alpha) line — not yet in a stable release.
- [3.x (current)](https://docs.zama.org/protocol/sdk/changelog/v3.md): Human-readable release notes for the 3.x line — what changed in each minor version of @zama-fhe/sdk and @zama-fhe/react-sdk, in plain language.
- [3.4.x](https://docs.zama.org/protocol/sdk/changelog/v3/v3-4.md): Release notes for the 3.4.x line.
- [3.3.x](https://docs.zama.org/protocol/sdk/changelog/v3/v3-3.md): confidentialTransferAndCall, automatic pending-unshield recovery, and typed decryption error causes.
- [3.2.x](https://docs.zama.org/protocol/sdk/changelog/v3/v3-2.md): Configurable, silent-by-default logging; upgrade codemods; and a Wrap event decoding fix.
- [3.1.x](https://docs.zama.org/protocol/sdk/changelog/v3/v3-1.md): createConfig, transport factories, the provider/signer split, the Token/WrappedToken hierarchy, and top-level FHE primitives.
- [3.0.x](https://docs.zama.org/protocol/sdk/changelog/v3/v3-0.md): The first stable v3 line — the high-level clear-text-in, clear-text-out SDK — plus upgraded wrapper and registry contract support.
- [Legacy versions](https://docs.zama.org/protocol/sdk/changelog/legacy.md): Release notes for the superseded 1.x and 2.x lines. The current, actively-maintained release line is 3.x.
- [2.x](https://docs.zama.org/protocol/sdk/changelog/legacy/v2.md): Human-readable release notes for the 2.x line — delegated decryption, the wrappers registry, balance validation before transfers, and the public-decrypt primitive.
- [1.x](https://docs.zama.org/protocol/sdk/changelog/legacy/v1.md): Human-readable release notes for the 1.x line — cleartext local development, session-scoped signing, wagmi v2 compatibility, and early production hardening.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.zama.org/protocol/sdk/changelog.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
