# 2022 09 26 release notes (dashboard)

## Introduction <a href="#introduction" id="introduction"></a>

This page summarises release information for the Patchworks release to Production dated: **26th September 2022**.

## New features <a href="#updated-connectors" id="updated-connectors"></a>

### Custom scripting

If you have more complex needs for transforming data and development experience in-house, our new **custom scripting** feature can be used to [write and maintain your own scripts](/product-documentation/developer-hub/custom-scripting.md):

<figure><img src="/files/wr8skq0PbpsDlj1SzHYU" alt=""><figcaption></figcaption></figure>

Using the integrated editor with IntelliSense, you can code in a choice of languages - currently:

<table><thead><tr><th width="212">Language</th><th>Version(s)</th></tr></thead><tbody><tr><td>Javascript </td><td>Node 16</td></tr><tr><td>Javascript </td><td>Node 17 (Latest Supported)</td></tr><tr><td>PHP</td><td>7 and 8</td></tr></tbody></table>

When the script is complete and your [code is tested](broken://pages/UUiDvjwWB9cV5QPp0Ngc), it can be [added as a transform function for field mappings](broken://pages/EnBhMQkptW7XHWgsLY0H):

<figure><img src="/files/rVbB5rrvRJkk0ewXKUMY" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Please see the [Custom Scripts](/product-documentation/developer-hub/custom-scripting.md) section of our product documentation for more information.
{% endhint %}


---

# 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://doc.wearepatchworks.com/product-documentation/release-information/tapestry-release-notes/2022-09-26-release-notes-dashboard.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.
