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

# NuLink SDK Release Notes

The current version is [0.5.0](https://github.com/NuLink-network/nulink-sdk/releases/tag/v0.5.0_9e77a59)

## v0.5.0 (2023/12/20):

1. Fixed some SDK interface bugs
2. Added cross-chain logic support to the SDK
3. Optimized some SDK interface logic
4. Updated some dependency packages
5. Updated the Nulink contract to the latest version
6. Added batch approval functionality to the SDK

## v0.1.0 (2023/07/22):

1. Add batch approval for file requests.
2. Port IPFS service access to the backend.
3. Add support for multiple networks.
4. Support the Conflux network.

## v0.0.6 (2023/05/15):

1. Initial release of NuLink SDK.
2. Added support for secure file transfer and data sharing.
3. Integrated NuLink proxy for seamless application layer integration.
4. Enabled encrypted uploads, private sharing, and user-specified downloads.
5. Improved documentation and code examples for simplified third-party application integration.
6. Integrated NuLink network for enhanced security and decentralization.
7. Incorporated NuLink smart contract integration for secure and transparent data sharing.


---

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

```
GET https://docs.nulink.org/resources/release_notes/notes_sdk.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.
