> For the complete documentation index, see [llms.txt](https://docs.mews.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mews.com/staying-up-to-date/partner-newsletters/partner-mewsletter-jul22.md).

# Jul 2022 Mewsletter

*26 Jul 2022*

## API Versioning – Share your thoughts

TL;DR: We have a plan to add versioning to the Mews Connector API, but, first, we want to get your opinions. Click [here](https://mews.typeform.com/to/JCpBXN9h) to take a quick survey.

Now the full story:

We’ve come up with a strategy to speed up our development in a way that will provide you with higher performance endpoints, more rapidly roll out functionality for earlier adopters, and give all partners sufficient time to plan for upcoming, potentially high-impact changes.

What we’re talking about is adding versioning to the Mews Connector API. With the new approach, we would continue to make improvements that remain compatible with the current implementation, but if we need to make larger changes that cannot be made backwards compatible, we would then introduce a new version of the same endpoint that you have the choice to opt into.

Before we move ahead, though, **we want to get your thoughts on what would work best for your needs**. Of course, we’re also happy to talk further if you'd like.

|                                                                |
| :------------------------------------------------------------: |
| [API Versioning Survey](https://mews.typeform.com/to/JCpBXN9h) |

Your feedback is greatly appreciated.

\~ The Mews Team


---

# 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.mews.com/staying-up-to-date/partner-newsletters/partner-mewsletter-jul22.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.
