Skip to content
All updates

Changelog

Product update of the week: Year 3 • Week 13

Uday Gajavalli Uday Gajavalli ·
Change-log-header.png

New

  • New features

    • Integrated Account Tools — Added ability to list available tools for a specified integrated account. This is particularly useful when building LLM-powered applications that need to interact with the integrations. Know more
    • Request Queue in SDK — To handle high-volume API requests with rate limiting, the SDK now provides a request queue mechanism. This allows you to control the rate of requests and handle concurrent operations efficiently. Learn more
    • File Uploads — The SDK now supports file uploads using FormData. You can also use the truto_body_passthrough option to send FormData directly to the underlying integration's API. Learn more
  • New integrations

    • Commerce7 — supports the Unified E-commerce APIs.
    • Trengo — supports the Unified Ticketing APIs and Unified User Directory APIs.
    • Zoho Bigin — supports the Unified User Directory APIs.
    • Zoho Meetings — supports the Unified User Directory APIs.

Improvement

  • Jira — Added support to create, update, and delete ticketing/comments resource.
  • Previous Cursor UI — Added ability to specify a previous cursor in pagination options. image.png

Fix

  • Fixed a bug in Description, Query Schema, and Request Body Schema where the form gets cleared when switching tabs.