Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 759 Bytes

CHANGELOG.md

File metadata and controls

18 lines (11 loc) · 759 Bytes

Changelog

Starting from version 3.0.0, all notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[3.0.0]

Added

  • Support for authorization when sending UFTP messages. This entails:
    • the addition of the ParticipantAuthorizationProvider interface that is used to take care of the authorization
    • a stub implementation of ParticipantAuthorizationProvider in the spring-module, which throws an exception when called
    • the extension of UftpParticipantInformation with a property that tells whether authorization is required
    • see README.md for more details