> 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.3.2-november-24-2021.md).

# 3.3.2 November 24, 2021

## Features and Improvements

1. New Handlers:
   * SFTP Reader to read from remote .txt, .csv and .json files through SFTP Connection
   * SFTP Writer to create .txt, .csv and .json files in remote location through SFTP Connection
   * FTP Writer to create .txt, .csv and .json files in remote location through FTP Connection
2. Email Sender handler has advanced options to include HTML with an option to choose charset and content transfer encoding (Note: Base-64 HTML Combination and occasionally Base-64 plain text combinations don't work as expected. This will be addressed in the upcoming releases.)
3. Two Factor Authentication (Authenticator App/ email OTP) login option has been added for improved security
4. Option to authorize DCKAP Integrator using access token, jwt token in URL Params has been included
5. A user-friendly option to click Configure directly in Handlers without the need to scroll down to skip optional fields
6. API Call Handler displays custom APIs followed by global APIs with custom APIs having a mild color background to differentiate
7. Response header information included in API call

## Bug Fixes

1. In case of a wrong default account, instead of endless redirect, the home account will be visible
2. Timezone Converter Handler non-string case has been handled
3. Importing template duplicates issue has been fixed
4. Warning/Error icons display issue is fixed
5. Validation for system name has been added
6. "Keep Mapping" is set as default when the option to retain mapping is provided
7. Dynamic token section disappearing issue when the description is changed in systems page has been fixed
8. User Groups behavioral concern is addressed
9. Console log generation when disabled in the project setting is restricted
10. When the user tries to use different accounts in multiple tabs or windows, instead of 404, all tabs/windows will be redirected to the recently switched account


---

# 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.3.2-november-24-2021.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.
