# CopyStorm 10.56.5

Release Date: 30-May-2023

This is a minor feature and bug fix release. As always, existing CopyStorm configuration files are backwards compatible.

## Patch Levels

| Date        | Patch Level      |
| ----------- | ---------------- |
| 30-May-2023 | Original Release |

## Update SOQL Runner to Support Reading Deleted & Archived Records

The [SOQL Runner](/reference/other-tools.md) tool now has a checkbox to enable querying for deleted and archived records.

## Add Option to Log Copy Status for Object with Zero Records Copied

CopyStorm job logging now supports recording information in the CopyStorm job log for objects that have no changes as part of the incremental copy.

To enable this feature, check the [Log Tables With No Activity](/reference/configuration-tab/logging.md) checkbox on the Configuration tab.

## Add Option to Change the Staging Location for Snowflake CSV Uploads

CSV files uploaded as part of Snowflake replication can be uploaded to a provided path – to specify the path, add a [Snowflake.xml configuration file](/reference/configuration-files/how-to-override-snowflake-staging-location.md) containing the path.


---

# 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/copystorm-release-notes/copystorm-10-56-5.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.
