Page cover
For the complete documentation index, see llms.txt. This page is also available as Markdown.

Canakkale 5.6.0

📅 Release Date: June 11, 2026 - 📅 Next Release Date: To Be Announced

Release Summary

Autom Mate Canakkale 5.6.0 introduces improvements across MateDrive performance, Hyper Flow execution visibility, product terminology, gateway stability, authentication capabilities, and workflow control.

This release includes a new low-resource MateDrive upload service designed to reduce RAM and CPU usage during large file operations. MateDrive download stability has also been improved to prevent Gateway Timeout errors and protect environment accessibility during large file downloads.

Canakkale 5.6.0 also expands workflow capabilities with response header support in the Stop action, multipart/form-data trigger parsing, OAuth client credentials support with Basic Auth Header, a new Array library merge action, and a version-aware rerun mechanism for failed operations.

In addition to these new capabilities, this release includes product-wide UI and terminology updates, including the transition from “Automs” to “Hyper Flow,” updated navigation naming, descriptive page texts, and modernization of legacy management pages.

Several stability issues have also been resolved, including backend crashes during high-volume log searches, gateway service crashes caused by rate limiter behavior, Elasticsearch retry continuation after Summary screen closure, incorrect elapsed time in Monitoring, and internal MateDrive delete action errors.

Overall, Canakkale 5.6.0 strengthens platform stability, improves performance in high-volume scenarios, and continues the product-wide transition toward a clearer, more consistent automation experience.


Highlights of this Release

🅱️ Bug Fixes

  • Fixed Gateway Timeout and environment access issues after downloading large files from MateDrive.

  • Fixed missing Else condition steps in logs and empty Logs Summary screens.

  • Fixed Elasticsearch retry processes continuing after the Summary screen is closed.

  • Fixed gateway service crash caused by nil pointer dereference in AdjustRateLimiter.

  • Fixed MateDrive Delete action exposing internal errors when file name is null.

  • Fixed backend crash during log searches with multiple filters and high data volume.

  • Fixed errors when switching variable types to Date from other formats.

  • Fixed incorrect total elapsed time display in Monitoring.


New Features

  • Low-resource MateDrive upload service.

  • Response Header support in Stop action.

  • Multipart/form-data trigger payload parsing.

  • OAuth client credentials Basic Auth Header support for App Library authentication.

  • New Array library action for merging two arrays.

  • Failed operation rerun mechanism with version selection and operation linking.


🛠️ Enhancements

  • Legacy management pages updated with the new design system.

  • Product-wide terminology and navigation naming updates.

  • Product page descriptive texts added.

  • “Automs” terminology replaced with “Hyper Flow” across the product.

  • Gateway project RAM and CPU performance optimizations.

  • Library version list performance improvements.


Detailed Version

  • MateDrive Large File Download Gateway Timeout Issue

    Downloading large files from MateDrive could cause Gateway Timeout errors and make the environment temporarily inaccessible.

    Large file download handling has been improved to preserve platform availability, reduce timeout risk, and provide safer behavior during file transfer failures.


  • Else Condition Missing from Logs

    When a workflow executed an Else branch and later failed, the Else condition step was not always displayed in the logs.

    Executed Else condition branches are now shown correctly in the log list, helping users understand which path was followed during troubleshooting.


  • Empty Logs Summary Screen for Failed Operations

    The Logs Summary screen could appear empty for failed operations even when execution steps were available.

    Logs Summary behavior has been corrected so executed steps remain visible and failure analysis can be performed accurately.


  • Elasticsearch Retry Continues After Summary Screen Closure

    The Summary screen retry mechanism for Elasticsearch continued running even after the user closed the screen or navigated away.

    Retry lifecycle handling has been updated so retry processes are cancelled when the Summary screen is closed, preventing unnecessary background requests and resource usage.


  • Gateway Rate Limiter Nil Pointer Crash

    The gRPC gateway service could crash with a SIGSEGV error due to nil memory information handling in the AdjustRateLimiter function.

    Nil checks and safer locking behavior have been added to prevent gateway crashes and improve service stability in ECS/Docker environments.


  • MateDrive Delete Action Internal Error Exposure

    The MateDrive Delete action could expose internal stack traces and source references when the file name was null or empty.

    Validation has been added so missing file names now return a clear user-friendly error instead of exposing internal technical details.


  • The backend could crash when users searched large log datasets using the top search bar together with multiple filters.

    Log search handling has been optimized to prevent crashes and improve stability when filtering high-volume log data.


  • Variable Type Change to Date Error

    Changing a variable from another format, such as Array, to Date could cause errors because the default value was not handled properly.

    Variable type switching behavior has been improved to handle Date conversion scenarios more safely.


  • Incorrect Total Elapsed Time in Monitoring

    Monitoring could show an incorrect total elapsed time in summary information, even though the internal Autom end time data was correct.

    Elapsed time calculation and display behavior have been corrected to ensure Monitoring shows accurate execution duration.


User Notices & Guidance

This section highlights important behavioral changes, usage recommendations, and practical tips introduced in Canakkale 5.6.0. Reviewing these notes will help users adapt existing workflows smoothly and make the most of the new Hyper Flow terminology, MateDrive improvements, rerun capabilities, and authentication updates.

Warnings (Critical Behavior Changes)


Hints (Productivity Tips)

  • Use Response Header support in the Stop action when API-triggered Hyper Flows need to return custom headers to external systems.

  • Use multipart/form-data trigger parsing when receiving form submissions or file-related trigger payloads.

  • Use the new Merge Arrays action when combining two array outputs inside a Hyper Flow.

  • Use the rerun mechanism to re-execute failed operations with either the Active version or Dev version while preserving traceability.

  • Use Basic Auth Header authentication in App Library OAuth settings when integrating systems that require client_id and client_secret in the Authorization header.

  • Review updated product page descriptions to better understand module purpose and usage.


Last updated

Was this helpful?