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

# April 2023 (23.0.8517)

> Release notes for CData Arc April 2023 (build 23.0.8517).

export const companyName = "CData";

export const siteNameShort = "Arc";

export const siteName = "CData Arc";

## Key Features

### Added

* Added a new [Dashboard](../administration/dashboard) page to provide an overview of activity when logging into the application, assess trends, and identify problems that might need attention. As part of this change the Status page has been removed, and the logs that were previously found there have been moved to their own dedicated [Activity](../administration/activity) page.
* Added the ability to view the entire lifecycle of a message as it travels through the flow in one place. More details can be found [here](../administration/activity#メッセージタブ).
* Added a new [Searching and Filtering](../administration/activity#ログの検索およびフィルタリング) experience for all tables, including designer-driven support for filtering by tracked headers on messages. Input and Output tabs for connectors now check for new data to show in the table in the background, and show an indicator if more data is available to be shown.

### Changed

* The Scheduler tab for [Reports](../../getting-started/administration/reports) now shows the time zone in which the schedule will run.
* Updated the Embedded Jetty Web Server to 10.0.10 to address CVE-2022-2048.
* The Add User and Edit User modal in the Users tab within the Settings page now allows rate limiting options to be set for users who have access to the Admin API.
* The [todate](../../scripting/value-formatters/date-formatters#todate-outputformat-inputformat-strictinputformat) formatter now allows for a third strictInputFormat input to force the formatter to fail if the specified input format does not match the input exactly.
* Relaxed the validation of the Content-Type header for the [Flow API](../../flows/flow-api) to allow for various other attributes to be present.
* Updated the SQLite library in the .NET edition to more closely match the expected .NET runtime for the application. As part of this change, the .NET edition now requires Visual C++ 2013 Update 2 and packages that version within the setup.

### Fixed

* Fixed an issue migrating early versions of caching metadata to the state database for connectors like S3, SFTP, and FTP.
* Fixed various locking issues that could potentially be seen under very high concurrency.
* Updated the build of the SQL driver to address various stability issues when using SQL Server as AppDB.
* Improved the performance of the flow designer when the list of sample flows could not be obtained, or took a very long time to be returned due to poor network conditions.
* Fixed an issue causing query parameters to not be added as message headers for certain body types in the [Flow API](../../flows/flow-api).
* Fixed a rare issue where certain sequences of characters in headers could cause display issues.
* Fixed a medium level security vulnerability in the .NET Embedded Web Server.

## Connectors

### Added

* [SFTP Server](../../connectors/sftp-server) connectors now add an SFTPServer-Virtual-Path header to received messages so the path at which those files are received by the connector can be referenced later in the flow.
* The [SOAP](../../connectors/soap) connector now allows for KeyIdentifier references for the Security Token Format.

### Changed

* The validation of incoming requests for the [AS4](../../connectors/as4) connector was improved to also include the Service and Action on the request.
* Various HIPAA schemas were added to the list of available values in the GS08 setting in the [X12](../../connectors/x12) connector.
* New instances of [Zip](../../connectors/zip) connectors now compress items directly to the root of the archive when operating in Scheduled Send mode. Existing instances of Zip connectors continue to use a static "Send" folder within the archive to place these files.
* Improved the [IBM MQ](../../connectors/ibmmq) connector's JMS support to properly handle binary messages.
* The following connectors have moved out of beta into full release:
  * [AMQP](../../connectors/amqp)
  * [Databricks](../../connectors/databricks/databricks)
  * [Dynamics 365](../../connectors/dynamics-365/dynamics-365)
  * [Exact Online](../../connectors/exact-online/exact-online)
  * [FHIR](../../connectors/fhir/fhir)
  * [Odoo](../../connectors/odoo/odoo)
  * [Sage Intacct](../../connectors/sage-intacct/sage-intacct)
  * [Snowflake](../../connectors/snowflake/snowflake)
  * [Stripe](../../connectors/stripe/stripe)
  * [Zoho Inventory](../../connectors/zoho-inventory/zoho-inventory)
* [EDI](../../connectors/edi-connectors) connectors now support EDI-InterchangeReceiverIdQualifier and EDI-InterchangeSenderIdQualifier headers to specify their respective values on acknowledgements.
* Updated all CData drivers that are bundled with the application.

### Fixed

* Improved batch processing for database connectors to properly include NULL values as parameters instead of directly in the query.
* Updated the SharePoint driver to address issues receiving files in the [SharePoint](../../connectors/sharepoint/sharepoint) connector for certain environments.
* Fixed an issue that caused various connectors to be unable to retrieve OAuth tokens within workspaces that contained reserved characters.
* Fixed an issue in the [Email Receive](../../connectors/email-receive) connector that prevented the retrieval of emails that contained reserved characters in the to, from, and cc fields.
* Fixed an issue preventing Public Key authentication in the [SCP](../../connectors/scp) connector to work for some server configurations.
* Addressed an inconsistency in the response that the [API](../../connectors/api/api) connector served in Java for calls that targeted a resource by Id.
* The following connectors have been removed from the application:
  * DataRobot
  * Wasabi
