# 13.26.0

{% hint style="info" %}
**Release date 29-04-2026**
{% endhint %}

## New Features

* **Support configuration of PDF archive methods**

  The documenten-api-preview plugin now supports configuration of PDF archive methods. PDF archiving is turned off by default, but administrators can enable PDF archiving via the plugin configuration.

## Enhancements

* **Explanatory loading message**

  The documenten-api-preview plugin will now show an explanatory loading message, above the loading spinner, when converting a document to a preview.
* **IKO Search FormIO component**

  A new custom FormIO component allows case workers to search and select an IKO result directly inside a user task form. When a result is selected, the ID and any configured property values from the search result table are written to the case document as a single object. This data can then be used in subsequent process steps or displayed in case widgets using `doc:` value resolver paths, removing the need for additional IKO API calls at display time. See [Search FormIO component](/features/iko/search-formio-component.md) for configuration details.

## Enhancements

* **Improved REST client error logging security**

  The `LoggingRestClientCustomizer` no longer includes request and response bodies or headers in exception messages. Previously, when an external REST call returned an error status, the full request report — including potentially sensitive data such as tokens, API keys, or personal information — was embedded in the `HttpClientErrorException` message. This could cause sensitive data to leak into error handlers, monitoring tools, or API responses.

  The detailed request and response information is now only available at `DEBUG` log level, which is typically disabled in production. The exception itself only contains the HTTP status code and status text. See [REST client logging](/features/logging/for-developers.md#rest-client-logging) for configuration details.


---

# 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://docs.valtimo.nl/release-notes/13.x.x/13.26.0.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.
