Latest Releases

May 16, 2024
Connector Updates

OpenAI - Connector v3.0 with Improved User Experience and New Operations

Version: 3.0

Release Date: May 16th, 2024

The new GPT-4o model is here. We added a few new operations and made the connector much easier to work with thanks to your feedback!

What's New?
Copy

  • Create Chat Completion:

    • Now with GTP-4o, OpenAI's frontier model which is 2x faster and 50% the cost of GPT-4-turbo.

    • We simplified the interface of the connector so that you can get started faster.

    • JSON mode - perfect for AI infusion in your automations - is easy to use and has improved error messaging if you forget to include "JSON" in your prompt (required by the OpenAI API)

  • Create Embeddings:

    • Use the newest embedding models and experience our simplified embeddings operation that helps you get started faster.

  • Create Speech:

    • Generate an audio file from text. Taking content generation to new heights. Everything you write can now become audio content.

  • HTTP Operation:

    • Access any part of the OpenAI API through the Raw operation.

For detailed implementation guides and more information, refer to Tray Documentation - OpenAI.

May 16, 2024
Features

AI Connectors Section in New Step Flow

Release Date: May 16th, 2024

Infusing AI into your workflows is now just a click away. Any time you are adding steps to your workflow you can easily browse our AI connectivity options from within the new step flow.

AI is advancing your current automations and inspiring new ones and we are adding more ways to leverage AI every month. They will be added to this new AI Connectors section of the add step flow in the builder to help you discover and learn about AI.

May 7, 2024
Features

Connector Development Kit (CDK) v4.14.0 - Deployment API

What’s New in CDK v4.14.0?

Deploy your CDK connectors seamlessly with our new Deployment API, designed to align with your CI/CD pipelines for enhanced efficiency and flexibility.

User-Facing Changes:

CDK users can now utilise the Deployment API to automate the deployment of connectors directly through your CI/CD pipelines. This update allows for streamlined management and deployment across multiple regions (US, EU, APAC) using region-specific URLs and API tokens.

For detailed implementation guides and more information, please visit the Tray Developer Portal.

April 30, 2024
Features

API Management - GA release

Tray is excited to announce the General Availability (GA) release of API Management (APIM).

This is a significant upgrade to Tray’s low-code builder, which enables your organization to modernize your API Management capabilities by fast-tracking your API delivery and significantly reducing development time and effort.

The new interface enables users to

  • turn any project into an API workspace,

  • manage, govern, and secure APIs, and

  • expose the power of Tray automation to other services, so that you and your customers can build applications powered by your own workflow-based endpoints.

Prerequisites
Copy

API Management can be accessed only through the new Tray UI, which all Tray users can easily self-enable in the profile settings.

Key features
Copy

Turn a workflow or project into an API using

  • the new API Operation trigger

  • Access control

    • Manage authentication (through clients and roles)

    • Set policies (such as rate limits, restrict access by role or IP, and header policy enforcement)

Within a project, any API operation-triggered workflows can be turned into an endpoint. These workflows themselves can be the start point for a collection of callable workflows.

To learn more or get started, visit our Tray Documentation - API Management articles.

April 29, 2024
Features

Search for workflows and/or datatables within a project

New functionality that allows for quick and easy searching across the project!

We have recently made another update to the new UI, helping customers be more productive with using Tray. Users can now easily search for assets within the project by name. This includes searching for both data tables and workflows using a quick keyword search. This feature comes in handy, especially when managing multiple workflows and/or data tables within the same project.

April 25, 2024
Features

Ability to Edit and Delete External Users

You now have the ability to edit or delete embedded external users directly from the End Users section.

For detailed instructions, please refer to our documentation.

April 15, 2024
Fixes

Fixed issues with marking end users as test users

We have corrected problems with marking embedded end users as test users for UAC accounts.

April 10, 2024
Features

Fallback Values - UX Improvements

New functionality and UX for fallback values:

  1. Added a button to explicitly remove fallback values (previously you needed to reset the data type)

  2. If your property is set to mapped data (JSON Path) you can now set a fallback to no value

    1. When you use this no value option the property is not included in the output of the step

    2. You can still set the fallback to an empty string by clicking into the field and then clicking out - you will see the placeholder text changes from "no value" to "empty string" when you do this

    3. There is no change in functionality for interpolation jsonpaths in text inputs as these fallback to an empty string

For detailed information, please refer to the feature's documentation.