# May 2026

## Rust SDK 17.2.0

> **Breaking changes**
>
> * `get_folders()` no longer consumes the `SecretsManager` instance — the signature is now `&mut self`. If you added `.clone()` as a workaround, you can safely remove it.
> * `CustomPostFunction` is now thread-safe — the type alias is now `Arc<dyn Fn(...) + Send + Sync>`. Most call sites will compile without changes; if you're storing the type alias directly, wrap your function with `Arc::new(...)`.

**Bug Fixes**

* **KSM-886:** File and thumbnail downloads no longer fail inside async runtimes — resolved a "builder error" that occurred when downloads were called from within a tokio runtime.

**Security updates**

* **reqwest 0.12 → 0.13.3** (KSM-922): Resolves four `rustls-webpki` advisories; TLS backend migrated to `aws-lc-rs`, the required foundation for FIPS 140-3 support.
* **openssl 0.10.75 → 0.10.78:** Resolves CVE-2026-41676, CVE-2026-41677, CVE-2026-41678, CVE-2026-41681  (CVSS 9.1–9.8, Critical).&#x20;

**Links:**

* [Crates.io package](https://crates.io/crates/keeper-secrets-manager-core/17.2.0)
* [docs.rs](https://docs.rs/keeper-secrets-manager-core/17.2.0)


---

# 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.keeper.io/release-notes/enterprise/keeper-secrets-manager/2026/may-2026.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.
