> 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-52-2.md).

# CopyStorm/Restore 10.52.2

Release Date: 07-Jun-2021

This is a major feature, bug fix, and Salesforce API version upgrade release. As always, existing CopyStorm/Restore configuration files are backwards compatible.

## Patch Levels

| Date        | Patch Level             |
| ----------- | ----------------------- |
| 07-Jun-2021 | Original Release        |
| 12-Jul-2021 | Fix CSV Exporting Issue |

## Upgrade to the Summer ’21 Salesforce API

CopyStorm/Restore has been upgraded to support Salesforce’s Summer ’21 API

## Point-In-Time Recovery

Add the ability to perform Point-In-Time data recovery operations using CopyStorm Archives.

* If enabled, Point-In-Time recovery with CopyStorm/Restore provides an accessible way to revert hierarchies of records to the way they were in the past. It takes just a few button clicks to perform operations like “Make this Account and all of its children look the way they did last week”.

## Compliance-Aware Data Restores

Add the ability to perform data restores that are aware of your organization’s compliance and data protection rules, as configured in CapStorm’s CS:Govern.

* Compliance data can only be viewed by users that have permission to view the applicable compliance categories – other compliance data is obfuscated.
* Compliance protection rules are enforced within the database using CapStorm’s CS:Govern.

## Add automatic SFDX Scratch Org creation

When using CopyStorm/Restore’s SFDX authentication feature, CopyStorm/Restore can now automatically create scratch orgs.

## Add Masking for Date fields

CopyStorm/Restore can now obfuscate values for Date fields using the [Fields to Restore Editor](/copystorm-restore/reference/restore-set-editor-tab/fields-to-restore-editor.md).


---

# 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-52-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.
