Boston 4.4.1
📅 Release Date: May 12, 2025 - 📅 Next Release Date: -
Release Summary
Autom Mate 4.4.1 is a stability-focused release addressing several critical bugs affecting system reliability and configuration accuracy. The update improves the robustness of the RWS service under high-load scenarios, ensures timeout settings in database actions function as expected, and resolves an issue that caused scheduled tasks to be unintentionally cancelled after a short period.
This release contains no enhancements but significantly improves the platform's reliability for enterprise-grade automation workflows.
Highlights of this Release
🅱️ Bug Fixes
Resolved a critical crash issue in the RWS Service when encountering an HTTP 429 status followed by a connection reset by peer.
Fixed a timeout field bug in Database Select and Insert actions—timeouts are now properly respected.
Addressed a scheduling bug where schedules were being automatically canceled after 4 hours.
✨ New Features
Splunk Application has been added to the library.
Detailed Version
RWS Service – Stability Improvement on HTTP 429 + Connection Reset: Previously, sending a high volume of requests to webhook endpoints could trigger an HTTP 429 response followed by a “connection reset by peer” error, which caused the RWS service to crash. This issue has been resolved by improving error handling and resilience in the request execution layer.
Database Select and Insert Actions – Timeout Field Now Functional: A defect where the timeout value (e.g.,
10000ms
) was not being honored—resulting in queries consistently timing out after 5 seconds—has been fixed. Timeout settings now properly apply based on user configuration.Schedule Auto-Cancellation Bug Resolved: Fixed an issue where schedules were automatically being removed approximately 4 hours after creation. The schedule persistence logic has been corrected to prevent unintended deletions.
Last updated
Was this helpful?