Changelog
Keep up with the latest updates we’ve made in Workato.
Data Tables Connector Update – Batch Actions
We’re excited to announce that batch actions have been introduced to the Data Tables Connector! This highly requested update empowers users to create, update, and delete records in batches, reducing complexity in recipe design and improving task efficiency. Key updates include:
- Batch Actions for Data Tables: Users can now perform batch operations to create, update, and delete records, enabling more streamlined workflows.
- Improved Efficiency: Batch actions eliminate the need for looping, helping reduce task consumption and enabling broader use cases.
- Limitations: Each batch supports up to 200 records, ensuring consistency with existing data-fetching limits.
Recipe Widget
Workato has introduced the Recipe Widget, a new iframe widget for the Embedded Platform. This feature allows partners to embed a streamlined view of an individual recipe page into their own product via an iframe, enhancing the seamless integration experience:
- Focused Embedding: Displays only the recipe canvas, jobs table, and version history, removing unnecessary UI elements.
- Enhanced Customization: Partners maintain full control over navigation and user experience.
- Optimized for Embed Partners: Designed based on high demand, including from Freshworks and other leading partners.
API Schema Validation
We are excited to announce we now provide schema validation for API endpoints to improve data integrity.
This new functionality validates API requests for presence of fields and their field type for API recipe endpoints, allowing users to 'filter out' or reject API requests that don't meet pre-defined constraints.
Learn more in our API platform documentation.
MessagePack Serialization for JavaScript & Python
Workato has fully migrated all JavaScript and Python connectors to MessagePack serialization, enhancing efficiency and expanding data handling capabilities. V1 containers have also been decommissioned across all data centers:
- Improved Data Handling: Supports non-UTF8 encoded data, eliminating previous JSON serialization limitations.
- Optimized Performance: More efficient serialization/deserialization for faster processing.
- Seamless Transition: No changes required for customers—everything continues to work as expected.
Learn more in our JavaScript FAQ and Python FAQ.
PyPDF Library Now Available in Workato Python Connector
PyPDF has been added to the Python connector library suite. This powerful addition significantly enhances document processing capabilities and opens up new possibilities for automation.
Learn more in our product documentation.
Community Connectors: What’s new in October 2024
We’re thrilled to share this month’s updates from the Workato community for October 2024! This month, we’ve added 19 new or updated connectors, including including new connectors like LINE for messaging automation, AppDirect for subscription management, Datacom Easipay for payroll processing, and Astrix for cybersecurity. Additionally, we have worked on some of our existing connectors, such as Google Vertex AI, AWS Secrets Manager and AWS Security Hub with various improvements and bug fixes. Curious about the updates? Check out the full details here!
Platform Connector Updates: October 2024
For October 2024, SOAP Tools transitioned to XML Tools by Workato, NetSuite aligned with the latest SuiteTalk WSDL, and QuickBooks resolved tax field issues. SharePoint improved file handling, while HubSpot and Amazon SNS enhanced OAuth and IAM configurations. Curious about these updates? Check out more details here!
On-Prem Agent (OPA) 25.0 Release
The latest release includes on-prem FTP support plus SAP changes. Updates include:
- FTP: Added support for on-premise FTP.
- SAP: Provided detailed error messages for known SAP JCo failures.
- SAP: Uses the latest schema for RFC, BAPI and IDoc without restarting OPA.
- SAP: Extended timeout for updating outbound IDoc status to ensure stability on poor network connections.
- SFTP: Improved logging for troubleshooting purposes.
- MSSQL: Fixed issue when connecting to SQL Server with Windows Authentication.
- Logging: Fixed repetitive Request has Been Canceled errors in logs.
- Security: Updated JRE to 21.0.5+11, Jetty to 12.0.14, Spring to 6.1.14, and other libraries according to OWASP recommendations.
See the OPA release notes for this and previous updates to OPA.
API Custom Authorization
API custom authorization allows you to enforce an additional set of authorization claims on API endpoints. Workato’s API Gateway evaluates the custom authorization expression after an API request is made to an endpoint and authenticated with a valid token. This feature adds an extra layer of security by enabling you to create additional role-based access control, locale restriction, and business logic rules.
This feature is in private release. Contact your Customer Success Manager to enable this feature. Learn more in our API Platform documentation.
Embedded API Additions & Enhancements
We’re excited to announce some new additions and enhancements to our Embedded API endpoints!
New endpoints:
- Get usage (v2): Retrieves usage metrics for specified customer workspaces within a defined timeframe.
- List On-prem Groups: Retrieves a list of all On-prem Groups in a customer workspace.
- List On-prem Agents: Retrieves a list of all On-prem Agents in a customer workspace.
- Get details about an On-prem Agent: Retrieves detailed information about an On-prem Agent within a customer workspace using its unique ID.
- Get connections based usage: Retrieves connection-based usage metrics for specified customer workspaces and can be aggregated across customer workspaces.
Updated endpoints:
- Add member to customer workspace: Add a member to the specified Embedded customer workspace.
- Create customer: Create a new Embedded customer.