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

# Changelog

## DTIS SDK Change Log

{% updates format="full" %}
{% update date="2025-05-13" %}

## Version 4.1

**Improvements:**

* Added support for retrieving Target App metadata (description, title, screenshots, permissions, etc.).
* Added support for dynamic client ID.
* Added support for Android 15 targeting.

**Fixed:**

* Fixed issue encountered when attempting to auto-update when there is no network connection.
  {% endupdate %}

{% update date="2024-10-28" %}

## Version 4.0

**Improvements:**

* Added support for Direct Attribution. For more information, see [Send MMP Attribution](/dt-ignite/sdk-reference/send-mmp-attribution.md).
  {% endupdate %}

{% update date="2024-03-06" %}

## Version 3.1

**Fixes:**

* Fixed Android 14 compatibility issue to prevent crashing.
  {% endupdate %}

{% update date="2024-01-31" %}

## Version 3.0

**Fixes:**

* Various stability fixes and improvements.
  {% endupdate %}

{% update date="2023-10-31" %}

## Version 2.0

**Improvements:**

* Added support for Multiple APK versions for Installs and Auto Updates based on additional parameters on the request.
* Install source of an App is determined before auto-updating.
* Added additional events for SDK autoupdates for better tracking.
  {% endupdate %}

{% update date="2023-07-20" %}

## Version 1.2.1

**Improvements:**

* Added onSchedule confirmation for all target apps queued for installation.
  {% endupdate %}

{% update date="2023-03-21" %}

## Version 1.1.0

**Improvements:**

* Host App Auto Updates introduced in this version. A Host App that has the SDK integrated can leverage the auto-update feature to self update. For more information, see [Auto Update App](/dt-ignite/use-cases/automatically-updating-the-host-app.md).
  {% endupdate %}
  {% endupdates %}


---

# 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.digitalturbine.com/dt-ignite/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.
