# Snowflake CapStorm Salesforce Connector 5.0

Release Date: 28-Apr-2026

This is a standard GA release of the Snowflake CapStorm Salesforce Connector containing bug fixes and improvements to the application.

#### 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. CopyStorm, CopyStorm/Medic, and CopyStorm/Restore jobs using a login type that does not support API 65 will automatically fall back to API 64, and an exception will be logged at the start of each job as a reminder to migrate.

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)

#### Snowflake CapStorm Salesforce Connector Updates

**Major Changes**

* Updated CopyStorm, CopyStorm/Medic, and CopyStorm/Restore to use Salesforce API version 65.
* Added OAuth JWT Salesforce login support.

**Improvements**

* Updated the *Restore* wizard to bypass engine saves where not necessary to improve performance.
* General quality of life and performance enhancements for the *Restore* wizard.
* Utilized *Hybrid Tables* for Tracker Database schemas to decrease time during the record restoration process.
* Bypass reading credentials from the Snowflake Secret Store if already read to decrease load times.

**Bug Fixes**

* Fixed issue where scheduled jobs where not being recognized as completed when the underlying process was finished.
* Resolved issue where long runtimes of bootstrapping scheduled jobs would result in duplicate job executions.
* Fixed issues for CSV exports in CopyStorm, CopyStorm/Medic, and CopyStorm/Restore would result in an error without any file exported.
* Resolved problem in the *Restore* wizard *View Results* page where the *Record Type* filter would not return records for statuses not in the first batch of records produced.

#### CapStorm Application Versions

* CapStorm/Container: 5.4
* CopyStorm: 10.65.1
* CopyStorm/Medic: 10.65.1
* CopyStorm/Restore: 10.65.1
* CopyStorm/Director: 2.65.1


---

# 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/snowflake-salesforce-connector/release-notes/snowflake-capstorm-salesforce-connector-5.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.
