> 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.5-may-26-2022.md).

# 3.3.5 May 26, 2022

## Features/Improvements

1. Performance has been drastically improved across all the pages
2. Google Merchant Center OAuth2 Support has been added
3. FTP Advanced Handler has been introduced with the ability to list, delete, rename, move, change permission for files and create a directory in the remote location using the established FTP connection
4. Login and register pages are redesigned
5. Time split up for individual API Calls has been included in the logs page
6. When importing templates into a project, the ability to have systems as global is provided
7. Notification sounds are removed
8. Type of Authentication for keys is shown on API Keys (formerly mentioned as Generate Keys) page
9. The feature of selecting lines and exporting in flows has been added
10. In Systems & API Manager, JSON Validation for request and response has been added

## Bug Fixes

1. Slow loading issue of manage access page is fixed
2. In Advanced Modifier Datatype Converter, datatype argument can be passed with or without quotations
3. API Call handler's header format has been changed to JSON in flows
4. An issue with comment and uncomment multiple lines in flow has been resolved
5. The page blank issue when searching API Name in mapping handler and searching status code in return handler of flows is fixed
6. While exporting or importing flows, the source response is considered now
7. Mapping unstable issue when modifying fields in API Manager and updating API in flows has been resolved


---

# 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.5-may-26-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.
