Skip to content

Latest commit

 

History

History
49 lines (41 loc) · 1.97 KB

CHANGELOG.md

File metadata and controls

49 lines (41 loc) · 1.97 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

2.0.3

2025-01-06

Fixed

  • HTTP 404 Error on delete actions #9

2.0.2

2024-12-19

Fixed

  • Use latest version of Peppol BusinessCard XSD #4
  • Setting Endpoint activation or expiration date results in invalid Peppol SMP response #5
  • Activation and expiration dates cannot be removed once set #6
  • Edit EP cert changes to add on input validation error #7
  • Activation and expiration dates not stored in UTC #8

2.0.1

2024-06-13

Fixed

  • Participant not published to Peppol directory #3

2.0.0

2024-06-07

Added

  • Support for Peppol Directory Business Cards
  • Support to automatically register the certificate update in the Peppol SML
  • REST API to manage Participants
  • Option to select which servers (Query/AdminUI/REST API) are started
  • Specific exceptions for errors in communication with SML and directory
  • Signing algorithms for Peppol responses is now configurable

Changed

  • Renamed org.holodeckb2b.bdxr.smp.server.queryapi.QueryUtils to org.holodeckb2b.bdxr.smp.server.svc.IdUtils
  • Default signing algorithms for Peppol responses changed to SHA-256

1.0.1

2023-08-24

Fixed

  • Incorrect version of generic-utils test dedepency #1
  • Case-sensitivity handling of identifiers. When case-sensitivity of an ID-Scheme is changed this is now correctly applied to existing records.

1.0.0

2023-03-22

Added

  • Initial release.