> For the complete documentation index, see [llms.txt](https://docs.ionos.com/cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/cloud/release-notes/previous-releases/2026/march-2026.md).

# March 2026

<a href="https://release-notes-feed.s3.eu-central-3.ionoscloud.com/feed.rss" class="button primary" data-icon="rss">Subscribe via RSS feed</a>

## What's new

### [<mark style="color:blue;">**Qwen3 Coder Next (80B) is now available in AI Model Hub**</mark>](/cloud/ai/ai-model-hub/models/coding-models/qwen3-coder-next-80b.md)

{% hint style="success" %}
**March 30**

[<mark style="color:blue;">Qwen3 Coder Next (80B)</mark>](/cloud/ai/ai-model-hub/models/coding-models/qwen3-coder-next-80b.md) is an 80B-parameter medium-sized coding model from Alibaba Cloud, now available in the <code class="expression">space.vars.ionos\_cloud\_ai\_model\_hub</code>. The model is optimized for code generation and completion, debugging assistance, and agentic programming workflows, with built-in support for reasoning, and tool calling.
{% endhint %}

### [<mark style="color:blue;">**The IONOS CLOUD Logging Service has officially transitioned to Grafana v12.3**</mark>](/cloud/observability/logging-service.md)

{% hint style="success" %}
**March 10**

The <code class="expression">space.vars.ionos\_cloud</code> Logging Service has officially transitioned to [<mark style="color:blue;">Grafana v12.3</mark>](https://grafana.com/docs/grafana/latest/whatsnew/whats-new-in-v12-3/), enhancing observability for users across Europe, the USA, and worldwide. This update streamlines log analysis with advanced pattern recognition and high-performance visualization.
{% endhint %}

### [<mark style="color:blue;">**Deprecation of**</mark><mark style="color:blue;">**&#x20;**</mark><mark style="color:blue;">**`SYNCHRONOUS`**</mark><mark style="color:blue;">**&#x20;**</mark><mark style="color:blue;">**Replication Mode in PostgreSQL**</mark>](/cloud/databases/postgresql/api/v1-api/modify-cluster-attributes/update-postgresql-replication-mode.md)

{% hint style="success" %}
**March 10**

* PostgreSQL deprecates `SYNCHRONOUS` replication mode for new clusters. Cluster can only use\
  `ASYNCHRONOUS` mode for high throughput and low latency or `STRICTLY_SYNCHRONOUS` mode for data consistency and durability.
* We encourage you to migrate existing clusters to either of these supported replication modes using the [<mark style="color:blue;">API</mark>](/cloud/databases/postgresql/api/v1-api/modify-cluster-attributes/update-postgresql-replication-mode.md).
  {% endhint %}

## Documentation updates

### Improved Documentation Structure for DBaaS [<mark style="color:blue;">MongoDB</mark>](/cloud/databases/mongodb/overview.md) and [<mark style="color:blue;">PostgreSQL</mark>](/cloud/databases/postgresql/overview.md)

{% hint style="success" %}
**March 2**

The documentation for **DBaaS MongoDB** and **DBaaS PostgreSQL** has been restructured to improve navigation and clarity. The following are the structural enhancements:

* API documentation is now organized under a dedicated **API** section for each service with versioned sub-sections `v1`, making it easier to navigate programmatic guides.
* DCD how-to guides are now consolidated under a unified **How-Tos** section for each service.
  {% endhint %}


---

# 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.ionos.com/cloud/release-notes/previous-releases/2026/march-2026.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.
