Skip to content

Commit 69f4654

Browse files
authored
Merge pull request #1842 from finos/FDC3-2.2.2-release-changelog
Adjusting changelog for FDC3 2.2.2 release
2 parents 5f614e8 + 2d26ce9 commit 69f4654

1 file changed

Lines changed: 15 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
88

99
### Added
1010

11-
* Added a notes field to Trade type ([#1563](https://github.com/finos/FDC3/pull/1563))
12-
* Added a notes field to Order and Product types ([#1597](https://github.com/finos/FDC3/pull/1597))
1311
* Added Go language binding. ([#1483](https://github.com/finos/FDC3/pull/1483))
14-
* Added dynamic intent listener support to the reference Desktop Agent implementation ([#1613](https://github.com/finos/FDC3/pull/1613))
1512
* Added details of and procedures for resolving fully-qualified appIds and unqualified appIds in the API and Bridging Parts of the Standard. ([#1523](https://github.com/finos/FDC3/pull/1523))
1613
* Added clarification regarding expected behavior upon repeated calls to `addContextListener` on same or overlapping types (allowed) and `addIntentListener` on same intent (rejected; new error type added). ([#1394](https://github.com/finos/FDC3/pull/1394))
17-
* Ported FDC3 Conformance Project as-is into the FDC3 Monorepo, just including minimal fixes for typescript compilation. ([#1576](https://github.com/finos/FDC3/pull/1576))
1814
* Added `clearContext` function and associated `contextClearedEvent` to the `Channel` API, to be able to clear specific or all context types from the channel. ([#1379](https://github.com/finos/FDC3/pull/1379))
15+
16+
### Changed
17+
18+
### Deprecated
19+
20+
### Fixed
21+
22+
## [npm v2.2.2] - 2026-04-13
23+
24+
### Added
25+
26+
* Added a notes field to Trade type ([#1563](https://github.com/finos/FDC3/pull/1563))
27+
* Added a notes field to Order and Product types ([#1597](https://github.com/finos/FDC3/pull/1597))
28+
* Added dynamic intent listener support to the reference Desktop Agent implementation ([#1613](https://github.com/finos/FDC3/pull/1613))
29+
* Ported FDC3 Conformance Project as-is into the FDC3 Monorepo, just including minimal fixes for typescript compilation. ([#1576](https://github.com/finos/FDC3/pull/1576))
1930
* Added Conformance tests for FDC3 2.2 ([#1586](https://github.com/finos/FDC3/pull/1586))
2031
* Added custom mocha test runner for conformance tests to better display test progress. ([#1769](https://github.com/finos/FDC3/pull/1769))
2132

@@ -31,8 +42,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
3142
* Updated workbench from MUI 4 to MUI 5 ([#1714](https://github.com/finos/FDC3/pull/1714))
3243
* Modernized and standardised eslint configuration in all packages. ([#1823](https://github.com/finos/FDC3/pull/1823))
3344

34-
### Deprecated
35-
3645
### Fixed
3746

3847
* Added support for passing `originatingApp` metadata to context listeners in `fdc3-agent-proxy` and `fdc3-web-impl`, matching the `ContextMetadata` spec for `addContextListener` callbacks. ([#1819](https://github.com/finos/FDC3/pull/1819))

0 commit comments

Comments
 (0)