# CopyStorm/Restore 10.62.2

Release Date: 2025-Apr-01

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

## Patch Levels

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

## Introducing Record Lineage

The CopyStorm/Restore Record Lineage feature is specifically designed to maintain data record lineage. It keeps recovery information between backed-up and recovered versions of the same data within the CopyStorm database, ensuring that the relationship between data at different points in its lifecycle is preserved.

CopyStorm/Restore Record Lineage assists with:

* Ensuring data accuracy. Providing the history of data over its lifetime, you can verify its accuracy and identify potential discrepancies.
* Improving auditability and compliance. Maintaining a record of different versions of data allows you to trace changes made to the data through its full lifecycle.
* Streamlining recovery. Keeping track of all versions of data, even when data recoveries may have changed its unique Id many times, means that you can ensure that data recoveries will not introduce duplicate data.

## Added Snowflake Support

CopyStorm/Restore has been updated with the ability to recover record data from Snowflake for data enrichment.

Note that CopyStorm/Restore can only restore data that is supported on Snowflake – Files and Attachments, Metadata Recovery, and Snapshot Recovery are not supported.

## Salesforce Related Improvements and Bugfixes

* Add support for OAuth User/Password and Client Credentials flows.
* Reworked Rich Text image preprocessing to support multiple url formats.

## Application Experience and Interface

* Add options in the Snowflake connection string builder for the MFA private key file and optional private key file password.
* Update CLI exit codes to be non-zero if any Exception is reported by CopyStorm/Restore.

## Infrastructure and Database Updates

* Add XML configuration for S3 connections to use permanent credentials (instead of temporary session credentials).
* Improve transaction handling in tracker database schema upgrades.
* Fix issue with CapStorm licensing traffic when using an authenticated proxy.


---

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