# Changelog

### What's New in Version 1.0.3

* New property "Server Only" is available for release toggles and remote configurations. Only server SDKs will evaluate it.
* Remote configuration values now recognize the text type (text, json, xml).
* It's possible to delete active and archived release toggles.
* Fix a wrong text message when creating remote configs with an existing key.
* New resend activation email feature.
* Fix a minor bug in the email validation.

### What's New in Version 1.0.2

* Improve database performance.
* Add pagination to users page.

### What's New in Version 1.0.1

* Add Overview page. Now it is possible to check all release toggles status for all the environments in a simple view.
* Add icon for copy key to clipboard function.

### What's New in Version 1.0.0

* First stable version. It has been a long development but, here we go!


---

# 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://koople.gitbook.io/koople/whats-new.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.
