# CopyStorm 10.64.1

**Release Date:** August 5, 2025

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

## Patch Levels

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

## Salesforce API Version Update

This release updates CopyStorm to use Salesforce **API version 64**.

## Bug Fixes & Optimizations

### Daylight-Savings Replication Adjustment

CopyStorm now automatically tweaks replication window parameters when clocks spring forward or back, preventing timestamp-based skips or overlaps. [Read this article](https://learn.capstorm.com/frequently-asked-questions/how-does-copystorm-work/how-does-copystorm-handle-daylight-savings) for more information about how CopyStorm handles record copy during daylight savings changeovers.

### Metadata Caching

* **New:** Introduced aggressive optimizations in the database metadata cache to reduce round-trips on missing-schema lookups.
* Dramatically improved performance when the local cache lacks a table/schema entry.
* Enhanced wildcard-pattern schema caching for Snowflake, reducing lookup times by up to 70%.

### UI Safeguards

The **Switch Database** dropdown is now disabled while a copy job is in progress, preventing accidental mid-job changes.

### Query-Limit Handling

Fixed an issue where retrying failed SOAP queries could erroneously count against the REST API limit.

### Built-in Blacklist Enhancements

Automatically excludes objects known to have undocumented or bizarre query restrictions:

* ActivityMetricRollup

## Application Experience and Interface

* Add CopyStorm launch feature to require OAuth login before accessing the application.

## Miscellaneous Fixes

* Fixed errors during Hierarchical Archive creation when parent records are absent.
* Resolved a SQL querying issue causing unnecessary record re-querying in Id-based replication.
* Resolved Snowflake connection failures when the hostname ends with whitespace.
* Fixed issues when the CopyStorm temp directory path contains spaces.
* Fixed schema parsing for Salesforce objects containing fields named “Row,” “Column,” or “Function.”
* Addressed failures querying ConversationContextEntry when records reside in the recycle bin.
* Increased the column width for the metaType field in metadata backups to prevent truncation.
* Increased Timestamp Latency Default from 2 seconds to 15 minutes.


---

# 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-64-1.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.
