> For the complete documentation index, see [llms.txt](https://docs.valtimo.nl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.valtimo.nl/v12/release-notes/12.x.x/12.36.0.md).

# 12.36.0

## Enhancements

* **Improved actuator endpoint security**

  Endpoints added to `management.endpoints.web.exposure.include` are now automatically protected — no filter chain override needed.
* **Hardened anonymous health responses**

  Anonymous calls to `/actuator/health` only return the overall status; component details require the actuator role. Kubernetes probes and load balancers are unaffected.

  <div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p>Health groups (e.g. <code>liveness</code>, <code>readiness</code>) configured with <code>show-details: ALWAYS</code> previously exposed component details to anonymous callers. They are now also reduced to status-only for unauthenticated requests. Authenticate with the actuator role to keep seeing details.</p></div>
* **Dependency upgrades for CVE fixes**

  Upgraded dependency to resolve several CVEs.


---

# 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.valtimo.nl/v12/release-notes/12.x.x/12.36.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.
