> For the complete documentation index, see [llms.txt](https://cifer.gitbook.io/cifer-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cifer.gitbook.io/cifer-docs/documentation/cifer-sdk/sdk-reference/changelog-and-resources.md).

# Changelog and resources

{% hint style="warning" %}
**Version-source inconsistency found during the 16 August 2026 audit:** the live `/llm.txt` identifies SDK `0.5.5`, while the repository package manifest and published website changelog identify `0.5.3`. Confirm the installed npm version before relying on version-specific behavior.
{% endhint %}

{% updates format="full" %}
{% update date="2026-07-24" tags="sdk,beta" %}

## 0.5.3

Latest release documented in the public website changelog at the time of this migration.
{% endupdate %}

{% update date="2026-07-02" tags="sdk,beta" %}

## 0.5.1

Maintenance release documented by the source SDK website.
{% endupdate %}

{% update date="2026-06-16" tags="sdk,beta" %}

## 0.5.0

Major beta milestone documented by the source SDK website.
{% endupdate %}

{% update date="2026-03-09" tags="sdk,beta" %}

## 0.4.0

Earlier public beta release.
{% endupdate %}
{% endupdates %}

## Canonical resources

* [SDK documentation](https://sdk.cifer-security.com/)
* [Source changelog](https://sdk.cifer-security.com/docs/changelog)
* [Generated API reference](https://sdk.cifer-security.com/docs/api)
* [npm package](https://www.npmjs.com/package/cifer-sdk)
* [GitHub repository](https://github.com/cifer-security/cifer-sdk)
* [AI-readable reference](https://sdk.cifer-security.com/llm.txt)
* [Cifer network explorer](https://explorer.cifer-security.com/)
* [Cifer Security](https://cifer-security.com/)
* [Cifer Network](https://cifer.network/)

Use npm and the installed package manifest to identify the code actually running in an application.


---

# 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://cifer.gitbook.io/cifer-docs/documentation/cifer-sdk/sdk-reference/changelog-and-resources.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.
