MyRapidi
MyRapidi

Search our Wiki

Product Release Notes - Version 4.2.01g (06-05-2024)

This release introduced major improvements for HubSpot integrations, including advanced filtering, DateTime-based SourceControl, and enhanced association handling.
It also brought OData stability updates, persistent headers after reconnects, better DELETE handling, and faster REST performance with improved SSL error recovery.

Upgrade Note: If you require any of the new features or improvements introduced in this release, please contact our Support team to schedule the upgrade to the latest version. Our team will assist you with the upgrade process and ensure a smooth transition.

🚀 HubSpot Improvements

Advanced Filtering & Paging
HubSpot integrations now support advanced filtering, sorting, and paging through the HubSpot Search API. This allows more precise and efficient data retrieval when syncing or querying HubSpot data.

Reliable Source Control for DateTime Fields
Integrations using HubSpot can now track incremental changes more accurately by leveraging DateTime fields such as lastmodifieddate. This ensures smoother delta syncs and reduces unnecessary data reads.

Improved Association Handling
Enhanced support for HubSpot associations. The system now reads existing relationships between objects during design time, providing more complete and consistent data mapping.

New Field Type Support: object_coordinates
Introduced support for HubSpot’s object_coordinates field type. These values are currently stored as strings for full compatibility with existing integrations.

Enhanced Custom Object Handling
Custom HubSpot objects now support the use of fullyQualifiedName in API URLs, improving stability and compatibility across environments.

🔄 OData Enhancements

New: CheckFilters Support
Added support for CheckFilters, enabling more dynamic filtering logic within formulas. This helps ensure cleaner data validation during synchronization.

Persistent Headers After Reconnects
OData connections now retain preference headers such as odata.maxpagesize after reconnecting. This improvement prevents temporary “hanging” or stalled data reads that could occur in Business Central or Finance & Operations integrations.

Improved DELETE Handling
OData now gracefully handles 404 Not Found responses after reconnection attempts. This prevents unnecessary error messages when the record being deleted no longer exists.

🌐 REST & HTTP Updates

Unified Error Handling
All REST-based integrations (including HubSpot) now include improved automatic recovery when SSL or connection errors occur. This enhances reliability during temporary network interruptions.

Improved SSL Recovery
Enhanced connection management ensures smoother reconnection handling across REST and OData services, reducing potential sync interruptions.

Faster DELETE Requests
Optimized handling of 204 No Content responses for DELETE operations. This significantly improves performance for certain Dynamics 365 Sales scenarios by eliminating unnecessary wait times.