# CapStorm/Container 5.4

Release Date: 28-Apr-2026

This is a feature and bug fix release. As always, existing CapStorm/Container installations are backwards compatible.&#x20;

#### 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. 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 bundled applications are 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](/frequently-asked-questions/usage/where-does-copystorm-store-passwords/salesforce-oauth-login-types.md).

### New Features

#### Expanded Credential Type Support

The CapStorm/Container now supports three additional credential types for connecting to Salesforce:

* OAuth JWT
* OAuth Client Credentials
* One-Time Password Authenticator

### Bug Fixes & Optimizations

#### Salesforce API Upgrade

Upgraded bundled applications to use Salesforce API v65.

#### Security Vulnerability Remediation

Addressed all High and Medium severity vulnerabilities identified by Docker Scout.

#### Data Viewer CSV Export Fix

Resolved a formatting issue with CSV downloads from the Data Viewer.

#### Container Bootstrap Deduplication

Fixed an issue where the container bootstrapping process could result in duplicate jobs being created.

#### Tomcat Version Upgrade

Updated the version of Tomcat bundled with the container to 11.0.11.

#### Folder-Based Partitions Disabled by Default

Folder-Based partitions are now disabled by default to prevent unintended configuration.

### CapStorm Application Versions

* 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/capstorm-container/capstorm-container-release-notes/capstorm-container-5.4.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.
