# CopyStorm 10.56.8

Release Date: 4-Oct-2023

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

## Patch Levels

| Date        | Patch Level      |
| ----------- | ---------------- |
| 04-Oct-2023 | Original Release |

## Add “Booleans-As-Strings” feature

This release introduces the ability to create VARCHAR / Text representations of Boolean columns. When the “Booleans-A-Strings” feature is enabled for a column:

* The boolean column is created with a different name (e.g. MyCustomField\_\_c\_\_bool).
* The original column name is created as a computed column containing “true” or “false”.


---

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