Skip to Content

Release Notes

Release 3.1.10 - 23rd April 2025

This release includes some minor UX improvements and bug fixes.

UX Improvements

  • Exposed schema field in UI for Context data
  • Smoothing of sequence diagram rendering in assistant

Bug Fixes

  • Fix to ensure that intent Promises can’t be hung by a fault in the receiving Application.

Release 3.1.0 - 8th April 2025

This release features some major refactoring of how intents are orchestrated between client and server to eliminate a number of edge case issues.

Bug Fixes

  • Fixed issue where intent Promise would not resolve under certain circumstances
  • Fixed issue where intent could be dropped on application launch
  • Improved async handling of intent results
  • Auto-reconnect of chat socket for assistant

Release 3.0.92 - 20th March 2025

We are happy to continue improving our new AI Assitant with the 3.0.92 release of Connectifi Platform which introduces streaming responses and UX improvements.

Streaming

UX Improvements

  • New Chat - now you can create a whole new chat
  • Download - download the whole workflow conversation in markdown
  • Re-run prompt - prompts can now be re-run when you hit a snag

Release 3.0.79 - 10th March 2025

We are happy to announce our 3.0.79 release of Connectifi Platform, which features our AI workflow integration assistant.

AI Workflow Integration Assistant

AI Chat Template Use the Connectifi AI assistant, to help you develop your integration workflows, using intents, contexts and more! The assistant will provide you with a series of actionable steps, workflow diagrams and easy-to-implement code snippets, enabling you to connect a multitude of applications, accelerating your interoperability journey.

Try it now


Release 3.0.65 - 26th Feb 2025

We are happy to announce our 3.0.65 release of Connectifi Platform, which features the addition of 2 new templates focused on interoperability with AI Agents. along with several fixes and updates for Receptors.

AI Chat Template

AI Chat Template Integrate AI Chat bots by leveraging Connectifi’s messaging and interoperability capabilities. This template demonstrates how Connectifi uses intents to integrate with LLM chats and across different applications. It also shows how LLMs can be quickly integrated with end user workflows through interoperability.

Try it now

Watchlist Assistant Template

Integrate multiple assistant agents into a financial watchlist and enable end users to discover and access them through intents. This template demonstrates how Connectifi uses intents to integrate with back end services across different applications. It also shows how LLMs can be quickly integrated with all of the applications in a user workflow using interoperability. Watchlist Assistant

Try it now

Additional Receptors Fixes and Improvements

We made a number of minor fixes and improvements to the Receptors feature in v3.0.65

  • Receptors now provide an OpenAPI spec at https://platform.connectifi.app/receptors/docs.html
  • Receptors can now receive data responses from intents using the intent-result API.
  • A bug impacting a Receptor’s ability to raise an intent to Actions using the Data API feature has now been fixed.

Release 3.0.58 - 13th Feb 2025

We are thrilled to announce our 3.0.58 release of Connectifi Platform, which features the addition of Application Cloning and Action Cloning along with multiple general updates.

Cloning

Users can now automatically copy Applications within Directories or between Directories. You can access the cloning feature from the actions menu on Applications.

Cloning an Application

You will be prompted to change the name of the Application if it is cloned into the same directory.
All other properties of the Application (SDK settings, Actions, Receptors) will be fully copied.

A similar cloning feature was also added for Actions. You can clone an Action from the menu in the Actions list.

Cloning an Application

Additional Fixes and Improvements

We made a number of minor fixes and improvements in 3.0.58 as well. Including:

  • The Directory ID is now clearly marked in its own copyable field in the Directory Settings. This ID is used by the Connectifi SDK for connecting applications.
  • When registering an Intent for an Action or Agent SDK, its associated Contexts will now be added by default.

Release 3.0.47 - 15th Jan 2025

We are thrilled to announce our 3.0.47 release of Connectifi Platform, which features the addition of federation with Google along with multiple general updates.

Google Federation

Users can now sign in using their existing Google identities.   This applies to both the Connectifi Platform site as well as authentication for apps requiring sign-in to Connectifi.   Have additional IDP’s you would like to see Connectifi federate with? Let us know on Discord or at support@connectifi.co.

Additional Fixes and Improvements

We made a number of minor fixes and improvements in 3.0.47 as well.

  • Global Context and Intents definitions will now display on the top level Contexts and Intents pages by default.
  • Context and Intent creation CTA is now dismissible on the top level Context and Intent pages.
  • A bug in windows causing extra scroll bars has been fixed
  • UI bugs related to applying Contexts to an Application’s Intents have been fixed
  • A number of improvements to layout and response and themes support have been made

Release 3.0.32 - 8th Jan 2025

We are thrilled to announce the 3.0.32 release of Connectifi Platform, which includes a Templates feature to accelerate the development of use cases as well as multiple general updates.

Introducing Connectifi Templates

Understanding and implementing the FDC3 standard can be complex, particularly for developers who are new to the financial services industry. The need to grasp concepts like context, intents, and app directories can pose a steep learning curve and developers must consider a broad range of use cases and how to fit interoperability to specific workflows.
Connectifi Templates accelerates this process with single-click set up of interoperability use cases that can then be customized and expanded on.

Our first templates cover the following use cases:

  • Contact Management Managing a list of contacts and integrating fdc3.contact context data with any number of receiving applications.
  • Cross Device Extending interoperability workflows across devices via broadcast and intents.
  • Financial Management Creating a ticker watchlist and connecting to common financial applications such as news feeds and charts.
  • Sharing Adding a share button to your content to automatically connect it to collaboration and social applications.

Read more about Connectifi Templates here.

Additional Fixes and Improvements

We made a number of minor fixes and improvements in 3.0.32 as well.

  • Improved responsive layout for small screens / mobile
  • Security and UI improvements for receptors configuration for apps
  • Fixes for directory deletion
  • A fix for the Singleton behavior of Apps during intent resolution

Release 3.0.17 - 16th Dec 2024

We are super excited to announce our first 3.0.17 release of Connectifi Platform! This is our first general audience release, bringing together all of the interoperability features of Connectifi and making them available with zero friction from installs, proprietary tech, or start up costs!

You can read all about the platform release here. And if you are new to the platform, you can read all about Connectifi and how to get started on our docs site.

Here is a quick tour of specific improvements in 3.0.17 over the previous (Beta) version:

Directory creation and updating Steps

We’ve done some redesigning of the UX for managing Directories. To make the experience more manageable, we broke directory creation and updating into a stepped process and moved Delivery Hook management into a separate step.

Management features for Actions and Delivery Hooks

We made multiple improvements to the management of Delivery Hooks for Directories and Actions for Apps. Two major changes are:

  • Support for configuring headers on REST calls.
  • Separating testing and property editing into different modals and tabs

Additional Fixes and Improvements

We made many minor fixes and improvements based on your feedback and our own testing. Some highlights are:

  • Fixed a bug where application icons were not getting saved
  • Fixed a bug where update changes were not immediately viewable after saving
  • A number of fixes were made for managing of Contexts related to Intents
  • Cleanup of the bread crumb navigation
  • Fixes for style inconsistencies across buttons and forms