MyGit

v1.1

finos/FDC3

版本发布时间: 2020-04-09 21:08:27

finos/FDC3最新发布版本:v2.1(2023-09-14 22:09:37)

v1.1 of the FDC3 standard, consisting of:

Release higlights

New Channels API

A brand new Channels API, which supports linking applications together through context shared on dedicated channels.

Applications can join and leave channels, which affects the scope of the top-level fdc3.broadcast and fdc3.addContextListener operations.

The channel membership for an app can also be found through the top-level fdc3.getCurrentChannel operation and current context of a channel can be retrieved with the new Channel.getCurrentContext operation on the Channel class.

Context Filtering

The addContextListener and getCurrentContext operations now both support filtering for a specific type of context, e.g.:

const contactListener = fdc3.addContextListener('fdc3.contact', context => {
	// handle contacts
});

New Context Data Types

The first official FDC3 context data types have been standardised, in collaboration with the FINOS Financial Objects Program. These types were previously given as examples, and have been adopted by the community.

They are:

Published Schemas

Officially versioned public schemas for the FDC3 standards are now published on the FDC3 website, e.g.:

This aids validation and code generation for consuming applications.

Reference Documentation

There is now a reference section for both Intents and Context Data, to go along with the API Reference.

🚀 New Features

💅 Enhancements

🐛 Bug Fixes

See CHANGELOG.md for more details.

相关地址:原始地址 下载(tar) 下载(zip)

查看:2020-04-09发行的版本