# 1.22 -> 1.23

## Breaking changes

* WedgeProvider needs server URL for TDWP feature
  * When initializing the SDK with device configuration, TDWP feature URL needs to be passed to WedgeProvider. The provider's constructor needs *server url* for TDWP feature.
    * server url is a string that has the URL for TWDP feature

```kotlin
DsDeviceManager.blockingInitialize(
                context as Application,
                listOf(
                    WedgeProvider(context, Regex("^IMS-.*"), www.ims.tech) 
                )
            )
```


---

# 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://sdk.ims.tech/migration-notes/android/older-releases/1.22-greater-than-1.23.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.
