> For the complete documentation index, see [llms.txt](https://docs.catalyx.solutions/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.catalyx.solutions/catalyx-blockchain-manager/stellar/version-1.0.0/release-notes.md).

# Release Notes

## Version 1.0

This release introduces a comprehensive suite of features designed to streamline the deployment, management, and monitoring of Stellar nodes and Horizon servers in Public or Test Networks.

### Stellar / Horizon Server Node Creation

* **Effortless Setup** — Quickly establish a new Stellar node or Horizon server in any environment with just a few clicks. The user-friendly interface guides you through the setup process, minimizing time and potential errors.
* **Network Selection** — Choose between Stellar TestNet or PubNet to suit your development or production needs.
* **Docker Integration** — Option to provide a custom Stellar node / Horizon server Core Docker image or use the default one defined in the console.

### Node Management

* **Comprehensive Control** — Easily add, delete, and edit nodes as needed. Customize your network without downtime or disruption.
* **Node Configuration:**
  * **Node Types** — Select from Watcher, Validator, or Full Validator node types to fit your network's role.
  * **Validator Management** — Define a list of validators and Home Domains for Stellar Consensus, tailoring the network to your specific requirements.
* **Resource Customization** — Optimize your network's performance and scalability by tailoring resources to meet your specific needs, including options for running nodes with in-memory, external databases, or a dedicated PostgreSQL instance.

### Network and Node Information and Status

* **Proactive Management** — Access critical information and status updates for networks and nodes, enabling proactive management and rapid troubleshooting. Maintain optimal network health and performance by staying informed.

### Stellar Info

* **Public Exposure** — Automatically expose the list of your organization's validators.


---

# 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:

```
GET https://docs.catalyx.solutions/catalyx-blockchain-manager/stellar/version-1.0.0/release-notes.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.
