The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- fix: #153 Invalid status code: 524
- Upgrade to Spring Boot 4
- Remove default from "Unsolicited" attribute in XSD to be backwards compatible with V3.0.0
- Fix XSDs for V3.1.0
- Updated to Shapeshifter specification version 3.1.0
- Update Spring Boot version to 3.4.1
- 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