# 3.4.4 May 16, 2023

## Features/Improvements

1. Users can now schedule the pipes at any timezone.&#x20;
2. Redesigned projects screen to improve the user experience
   1. Allows the user to view and manage all the projects in one place
   2. Default accounts are invalid now. Introduced "starred" projects to manage your favourites.
   3. No more switching accounts.&#x20;
3. Improved performance when transferring the project.&#x20;
4. Simplified delete project screen by merging the steps&#x20;
5. Optimized configuration loading to improve performance across all pages&#x20;
6. IFELSE in Advanced Modifier now supports comparison operators&#x20;
7. Added activity tracking for API test connection&#x20;
8. Created error queue for elastic search logs consumer to handle any failures&#x20;
9. Improved whats new module to highlight key features&#x20;
10. Improved account password security restrictions&#x20;
11. Detailed log entity id/message can be searched from the logs page itself
12. Provided the ability to modify the global APIs for testing.

## Minor Improvements & Bug Fixes

1. Sort is not working as expected on the second and other pages - Fixed&#x20;
2. Mapping configure disabled when the flow is saved without merging in some cases - Fixed&#x20;
3. Project document uploads of more than 5Mb are very slow - Fixed&#x20;
4. Dashboard - last 30 days' data missing today's data - Fixed&#x20;
5. Test connection log is different for FTP & SFTP systems - Fixed&#x20;
6. Remove health check-up while deleting credentials - Addressed&#x20;
7. Getting EOF error in email handler when the user presses enter key - Fixed&#x20;
8. Status filter & entity id search with special characters issue in elastic search logs - Fixed&#x20;
9. Bugs during clone project - Fixed&#x20;
10. Fixed various bugs in systems and support module&#x20;
11. Failure alert emails will show the dates in the project timezone&#x20;
12. Unicode decode error in FTP & SFTP reader when the user has not provided the charset - Fixed&#x20;
13. "Access provided by" is shown in the Manage Access section&#x20;
14. Email acknowledgements for transfer and leave the project for both the project owner and recipient.
15. Re-enabling the pipes after disabling stops the scheduler - Fixed

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


---

# Agent Instructions: 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:

```
GET https://docs.dckapintegrator.com/others/release-notes/3.4.4-may-16-2023.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
