> For the complete documentation index, see [llms.txt](https://teos-docs.coreledger.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://teos-docs.coreledger.net/white-label-management-tool/wlm-versions-and-changelog/estrella.md).

# Estrella

This release brings significant architectural changes introduced to improve system's reliability, security and performance.

### Changes:

* We've improved login process flow to make it more reliable and secure by protecting the system from attacks using malicious software.
* We've increased the stability of components by protecting them from overuse and improving monitoring system.
* We've optimized the resource consumption of the application to improve performance and stability.
* Autosigner code is now available as an auxiliary service, i.e. the transactions for specific addresses can be signed automatically if autosigner is set up. It is available in GitHub repository with all the necessary information. Contact your manager to get access to the repository.
* Controller functionality of "Settings" section has been optimized by making several improvements to controller addresses tables and introducing additional checks of statuses on different levels of controller object. Also we've added the possibility to track changes of the controllers existing in the controller factory in WLM.

### Fixes:

* TMS: The issue of incorrect http error code returned when calling "/Templates" with no Registration form active has been fixed. Now TEOS API consumer gets 404 error code if registration template is turned off in WLM.


---

# 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://teos-docs.coreledger.net/white-label-management-tool/wlm-versions-and-changelog/estrella.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.
