2024 10 16 release notes (core)

2024 09 11 release notes (core)

Release summary

This page summarises items scheduled for the following release to the Patchworks Core Production environment.

New features, updates, and enhancements of note are summarised by product area, below:

This update includes a potentially breaking change for connectors, which could disrupt some flows if updates are not made. Please check the Breaking changes section below and review your configuration prior to this release.

This release is currently in development - keep an eye on this page for more items!

Process flows

Breaking change: connector endpoints where body content is set to none

When configuring connector endpoints which are set to SEND data via the request body, behaviour associated with the body format / none setting will change.

Currently, if a connector endpoint includes static body content - or if your API passes payloads into the body - this is passed into the request body even if the body format option is set to none.

Following our release on the 16th October 2024, all request body content will be ignored if the body format option is set to none.

Who is affected?

  • If you have built your own connectors (using our connector builder) with an API that SENDs incoming payloads in the request body, you may be affected. Please check all SEND requests for your custom connectors and, where necessary, make the changes detailed below.

  • If you have installed connectors from the Patchworks marketplace, please check the list below. If you use any endpoints shown here, make the changes detailed below.

How to change the body format for a connector endpoint

Step 1 Log in to the the Patchworks dashboard, send select process flows > connectors & instances:

Step 2 Click the settings icon associated with a connector that you want to update:

Step 3 Click the endpoints tab:

Step 4 Click the name of the endpoint that you want to update:

If the connector includes a lot of endpoints, use CTRL+F to search for a specific part of the endpoint name.

Step 5 Click the body tab from the endpoint setup page:

Step 6 Click in the body format field and select raw from the dropdown list:

Step 7 Set the data type field to JSON, then in the body content field, enter the following:

[[payload]]

Step 8 Click the save and go back button at the bottom of the page:

Last updated