> ## Documentation Index
> Fetch the complete documentation index at: https://docs.arc.cdata.com/llms.txt
> Use this file to discover all available pages before exploring further.

# July 2023 (23.2.8601)

> Release notes for CData Arc July 2023 (build 23.2.8601).

export const companyName = "CData";

export const siteNameShort = "Arc";

export const siteName = "CData Arc";

## Overview

Watch this video to see a summary of what's new in this release:

<iframe width="560" height="315" src="https://www.youtube.com/embed/VRVcNzR9YHM" frameborder="0" allowfullscreen />

## Key Features

### Added

* Added the ability to filter by ConnectorId in the [Messages](../administration/activity#メッセージタブ) tab.
* Added the ability to download the logs for various UI interactions, like the Send Test Email button in Settings → Alerts, and Connect buttons for OAuth.
* Added a button in the preview modal for messages and logs to copy contents to the clipboard.
* Added support for EC keys to [SSO](../administration/settings/single-sign-on).
* Added a QueryPassthrough input to the [dbQuery](../../scripting/operations/op-db-query), [dbNonQuery](../../scripting/operations/op-db-non-query), and [dbCall](../../scripting/operations/op-db-call) operations.

### Changed

* Relaxed the locking requirements for [Flow APIs](../../flows/flow-api) to allow for better performance and parallelism.
* Health check alerts for memory usage now mention the InstanceId of the node that triggered the alert to make it easier to diagnose problems in multi-node environments.
* Increased the password complexity requirements for new passwords.

### Fixed

* The Windows edition setup now appropriately detects if Application Directory is within Installation Directory and skip the process of modifying the permissions of that folder.
* Alerts are now triggered for certificate and license expirations regardless of the selection for error notifications.
* Fixed some minor UI issues in the flow designer.

## Connectors

### Added

* Many improvements to the [XML Map connector](../../connectors/xml-map/xml-map), including designer driven support for variables, more flexible conditions, notifications, real-time validation for ArcScript, and the ability to test the mapping directly in the Settings tab.
* Added the ability to define multiple criteria for a source value in the [Branch connector](../../connectors/branch), and create a separate path in the flow for each criteria.
* Added the ability to define more than two output paths for a [Copy connector](../../connectors/copy).
* Added an [XSD connector](../../connectors/xsd).
* Added the ability to discard the response body in the [REST connector](../../connectors/rest). The Output Behavior setting provides options for None, Request, and Response.
* The [Zip connector](../../connectors/zip) now supports creating an archive from all the Batch Messages in a Batch Group.
* HIPAA schemas are now included with the [X12 connector](../../connectors/x12).

### Changed

* The [BatchMerge connector](../../connectors/batch-merge) now uses a better default for the Local File Scheme setting that ensures that output files are written a with an XML extension.
* Performance improvements in many connectors.
* The [CSV](../../connectors/csv), [TSV](../../connectors/tsv), and [PSV](../../connectors/psv) connectors now allow for root XML elements with any name. Previously, "Items" was required to be the root element name.

### Fixed

* Fixed an issue causing Execute Stored Procedure actions to fail in the [PostgreSQL connector](../../connectors/postgresql/postgresql) for some stored procedures.
* Fixed an issue preventing the [SharePoint connector](../../connectors/sharepoint/sharepoint) from downloading files with long names in the Windows edition.
* The [SharePoint connector](../../connectors/sharepoint/sharepoint) now appropriately detects new document libraries that are created after a connection is already established.
* Fixed an issue causing files that failed to receive a successful asynchronous acknowledgement to be resent more than the configured number of attempts.
* Fixed an issue in the [FlatFile connector](../../connectors/flat-file) that prevented proper detection of the control field in complex multi-line position delimited files.
* Fixed an issue preventing some files in the Additional Paths within the [SFTP Server connector](../../connectors/sftp-server) from being served to clients in some rare situations.
* Fixed an issue preventing the [FTP](../../connectors/ftp) and [SFTP](../../connectors/sftp) client connectors from downloading very large files in some situations.
* Connectors that handle incoming HTTP requests now wait until the application has fully started before serving requests. Previously, there was a small window where the connector could attempt to serve the request and result in an error due to some resources not being fully initialized.
* The [X12 connector](../../connectors/x12) no longer uses the `Repetition Char` setting ('^' by default) for documents using versions before 00404.
