# CS:Govern 1.65.1

Release Date: 28-Apr-2026

This is a Salesforce API version upgrade release. As always, existing CS:Govern configuration files are backwards compatible.

## Patch Levels

| Date        | Patch Level      |
| ----------- | ---------------- |
| 28-Apr-2026 | Original Release |

## Important: Salesforce Username/Password Login Deprecated

Salesforce API version 65 deprecates the SOAP username/password login endpoint. Customers should migrate to an external client application configured with OAuth. CS:Govern execution using a login type that does not support API 65 will automatically fall back to API 64, and an exception will be logged when running tasks.

This exception can not be eliminated until OAuth authentication is used.&#x20;

**Salesforce API Version Fallback for Username/Password Logins**

The "Fallback API Detected" error does **not** stop jobs from running - it is informational, and indicates that CopyStorm is not able to use the most recent Salesforce API features. The error will be resolved when updating to JWT (or other OAuth) authentication.

Please reference [Salesforce OAuth Login Types.](https://learn.capstorm.com/frequently-asked-questions/usage/where-does-copystorm-store-passwords/salesforce-oauth-login-types)

## Salesforce API Update

This release updates CS:Govern to use Salesforce API version 65.


---

# 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://learn.capstorm.com/cs-govern/csguardian-release-notes/cs-govern-1.65.1.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.
