Gateway Framework 2.1 Release Notes

2.1.0 (4 June 2024)

Improvements in 2.1.0

Framework API

GF-193: Updated SinkHandler interface

The SinkHandler interface has been updated to include methods that will be invoked for any Diffusion topic subscription and unsubscription.

Fixes in 2.1.0

General

GF-191: If an updateStream is already cached for a topic and an update of different type is attempted to be published to the topic path, it fails with ClassCastException

This has been fixed in this version.