# 11. Release Notes

Welcome to the Release Notes section for the Web3 Traffic Exchange SDK. This section provides updates on changes, improvements, and new features introduced with each release of the platform.

## Purpose of Release Notes

Release notes serve to:

1. **Highlight New Features**: Showcase latest capabilities and enhancements.
2. **Report Bug Fixes**: Inform about resolved issues and improvements to existing functions.
3. **Disclose Known Issues**: Provide transparency about current limitations or problems being addressed.
4. **Announce Deprecations**: Notify about features or APIs planned for phase-out in future releases.
5. **Share Security Updates**: Keep users informed about security-related changes or improvements.

## Using the Release Notes

* Releases are organized in reverse chronological order, with the most recent at the bottom.
* Each major release has its own subsection, starting with the MVP1 release.
* Regular review of these notes is recommended to stay informed of the latest developments and maximize platform utilization.

## Feedback and Support

User input is crucial for improving the Web3 Traffic Exchange SDK. Questions, issues, or suggestions for improvements can be directed to the support team at <https://dmtp-tech.zendesk.com/hc/en-us/requests/new>

The Web3 Traffic Exchange SDK team appreciates user engagement in building a better Web3 advertising ecosystem.

***

## Release History

* [MVP1 Release Notes](/dmtp-sdk/11-web3-traffic-exchange-release-notes/11.1-web3-traffic-exchange-mvp1-release-notes.md)
* [MVP2 Release Notes](/dmtp-sdk/11-web3-traffic-exchange-release-notes/11.2-web3-traffic-exchange-mvp2-release-notes.md)
* [MVP3 Release Notes](/dmtp-sdk/11-web3-traffic-exchange-release-notes/11.3-web3-traffic-exchange-mvp3-release-notes.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://dmtp.gitbook.io/dmtp-sdk/11-web3-traffic-exchange-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.
