> For the complete documentation index, see [llms.txt](https://learn.capstorm.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.capstorm.com/capstorm-container/capstorm-container-release-notes/capstorm-container-5-2.md).

# CapStorm/Container 5.2

Release Date: 2025-Aug-01

This is a CapStorm Application upgrade release. As always, existing CapStorm/Container installations are backwards compatible.

## Patch Levels

| Date        | Patch Level      |
| ----------- | ---------------- |
| 2025-Aug-01 | Original Release |

## UI Improvements

* The **Job Viewer** table now includes a **“Task Name”** column. This allows you to quickly see which configuration is being used for each job directly from the main view.
* The date and time format in the container bootstrap save dialog has been updated for better readability and consistency.

## Data Viewer Updates

* **New ‘Between’ Filter for Dates:** You can now filter date and date/time fields using a ‘Between’ operator. This allows you to easily select a start and end date in a single filter to quickly find records within a specific range.
* A **Cancel** button has been added to the settings dialog, allowing users to discard changes and close the window without saving.

## Application Updates

* Updated CopyStorm/Medic to support Base64 Export Tool in container.

## CapStorm Application Versions

Upgrade Salesforce API from v62 to v64.

* CopyStorm: 10.64.1
* CopyStorm/Medic: 10.64.1
* CopyStorm/Restore: 10.64.1
* CopyStorm/Director: 2.64.1


---

# 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, and the optional `goal` query parameter:

```
GET https://learn.capstorm.com/capstorm-container/capstorm-container-release-notes/capstorm-container-5-2.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
