> 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/copystorm-restore/release-notes/copystorm-restore-10-56-7.md).

# CopyStorm/Restore 10.56.7

Release Date: 15-Sept-2023

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

## Patch Levels

| Date         | Patch Level      |
| ------------ | ---------------- |
| 15-Sept-2023 | Original Release |

## Add Email Deliverability Validation

This release introduces a feature to detect and warn if email deliverability is enabled in the target Salesforce org. CopyStorm/Restore can be configured to warn if email deliverability is enabled, halt the restore if email deliverability is enabled, or ignore email deliverability entirely.

## Make UNKNOWN\_EXCEPTION Non-Halting

Data restoration logic has been updated so that UNKNOWN\_EXCEPTION errors will not cause the full CopyStorm/Restore job to terminate – instead, the impacted records will be marked with the UNKNOWN\_EXCEPTION error and CopyStorm/Restore will continue with the rest of the recovery.

## Add Support for Multi-Column Matching for Archived Tasks

With this release, Tasks that are marked as Archived within Salesforce can be matched using the Multi-Column record match policy along with non-Archived Tasks.


---

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