> 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.1.8-august-15-2020.md).

# 3.1.8 - August 15, 2020

## Features and Improvements

1. API info will be displayed when user hovers over the API Handler in Flows Page.
2. [Swap Option ](/project-manager/integrations/mapping-and-modifiers.md#converter)in Convertor modifier Added.&#x20;
3. [Code Snippets](/developers/flows/add-new-flow.md#snippets) feature added in Flows Module.
4. Detailed logs from the Logs module will open in a new tab.
5. Task scheduling interval constraint updated. Minimum Interval Period updated to 5 minutes (Previous Minimum Interval Period was 1 minute).&#x20;
6. [Activity Logs feature added.](/user-guide/projects/getting-started.md#activity-logs)
7. "24Hr to 12Hr Converter" and "12Hr to 24Hr Converter" modifier and handler are added. As the name suggests, this feature converts time from one format to the other.&#x20;
8. Time taken for every API call will now be tracked.
9. Every Flow will now display the Pipes that it is linked to under the Pipes tab.  &#x20;

## Bug Fixes

1. During a dynamic call to V3 or lightning, 400 and 401 Status codes will be returned for disabled pipe and invalid credentials respectively.&#x20;
2. Timezone issue in Logs page is fixed.
3. Load Credentials Handler Issue is fixed.

{% hint style="info" %}
By default, the Activity Logs are disabled. To enable Activity Logs, navigate to your Project Settings and enable the Activity Logs.&#x20;
{% 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.1.8-august-15-2020.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.
