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

# Migrations

#### Release v802

If you are using the [AWS Glue integration in Tableflow](https://docs.warpstream.com/warpstream/tableflow/catalogs-and-query-engines/aws-glue), two new actions are needed in your IAM policy:

* `glue:GetTableVersions`
* `glue:BatchDeleteTableVersion`

#### Release v793

If you are whitelisting the WarpStream control plane endpoint (like `metadata.default.us-east-1.warpstream.com`) you need to add additional endpoints before migrating. The exact format is:

```
<prefix>.metadata.<region>.<cloud_provider>.warpstream.com
```

With the following fields:

* `prefix` will be `alpha`, `beta` and `gamma` , meaning you need to whitelist 3 different values (always the 3 values, no matter what the region/cloud provider is)
* `region` is what you picked in the console UI or through the API, like `us-east-1` or `eastus`
* `cloud_provider` is the cloud provider of the region you pickred in the console UI or through the API. We support: `aws` / `gcp` / `azure`

Concretely let's say you picked `aws`/`us-east-1` in the console, you want to whitelist the 3 endpoints:

* `alpha.metadata.us-east-1.aws.warpstream.com`
* `beta.metadata.us-east-1.aws.warpstream.com`
* `gamma.metadata.us-east-1.aws.warpstream.com`


---

# 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.warpstream.com/warpstream/overview/change-log/migrations.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.
