> For the complete documentation index, see [llms.txt](https://docs.dckapintegrator.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dckapintegrator.com/others/release-notes/3.4.1-october-4-2022.md).

# 3.4.1 October 4, 2022

## Features/Improvements

1. Systems and API Module are merged to improve User Experience.&#x20;
2. Added CSP Support to improve security. [Learn more](https://content-security-policy.com/).
3. Amazon Selling Partner System (LWA Authentication) support.&#x20;
4. GraphQL Support and GraphQL Builder to build the schema with auto-suggestions.&#x20;
5. Ability to pass the dynamic token in raw body type in API calls.&#x20;
6. SFTP Advanced Handler - support to Windows systems.&#x20;
7. Improved console log file rotator algorithm to reduce log files.&#x20;
8. Added ability for the user to kill the pipe synchronizations.&#x20;
9. Ability to add multiple status codes in the system "token failure status code".&#x20;
10. Showing the current user access type on all pages and timezone on the logs page.
11. Copy to clipboard option for log messages in detailed logs.
12. Added ability to support file uploads in API calls.

## Bug Fixes

1. Unable to reuse the token for some systems - Fixed.&#x20;
2. TypeError when manual synchronizing an old pipe - Fixed.&#x20;
3. Dashboard graph is not accurate for a few customers - Fixed.&#x20;
4. Commented lines showing errors in flows - Fixed.&#x20;
5. Unable to save and merge in flows if source response is used - Fixed.&#x20;
6. System health check-up is not working properly for FTP and SFTP systems - Fixed.&#x20;
7. Removed a duplicate slash in copy url of dynamic pipes.&#x20;
8. Ability to access the log detailed page even when there is an error message.&#x20;
9. Closes SFTP connection once used.&#x20;
10. Activity logs performance improved.

{% hint style="success" %}
Lightning Services are updated to v3.4.1
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.dckapintegrator.com/others/release-notes/3.4.1-october-4-2022.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
