Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.1 KB

File metadata and controls

28 lines (22 loc) · 1.1 KB

Changelog

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.

[1.2] - 2019-08-21

Added

  • added maven dependency check plugin for continuous security (DDS-2685)
  • added spotbugs plugin for continuous bug detection
  • added support for new rp api endpoints (DDS-2694)

###Fixed

  • Add document number to authentication responses (DDS-2695)

[1.1] - 10 December 2018

Added

  • SmartIdClient.getSmartIdConnector()
  • SmartIdRequestBuilder.validateSessionResult
  • MIT license to code base

Changed

  • renamed SignatureSessionResponse.sessionId -> SignatureSessionResponse.sessionID
  • renamed SmartIdRestConnector -> SmartIdConnector
  • renamed SessionStatus.getCertificate() -> SessionStatus.getCert()
  • renamed SessionSignature.getValueInBase64() -> SessionSignature.getValue()
  • improved and cleaned up tests