Changes
Version 1.2.1:
- The fields ‘contacts’, ‘website_uris’, and ‘additional_identifiers’ are now optional when creating/updating business cards. They were semi-optional already, in that you could just use empty lists, but with this change you can leave them out altogether.
Version 1.2.0:
- Improved the way the SMP communicates with the Peppol Directory. Changes will still not be immediate (that is up to the directory), but it will regularly check and re-send the update signal after a change of a participant.
- Assorted small fixes in the web UI:
- Business cards name languages now use the official ISO-639 set
- The signed XML data no longer adds the C14N Transform element, as per SMP specification (C14N is still applied)
Version 1.1.0:
List of changes
- Added support for redirect configuration in the API and frontend
- Updated base URL for API
Redirect support
While the backend already had support for SMP Redirects, it could only be configured by the administrator. You can now manage redirects for your Participants directly, through either the web interface or the API.
Configuring redirects in the web interface is documented on the Managing Redirects page.
As for the API, there are two new general endpoints:
/api/v1/redirects
for global configuration of the redirects themselves/api/v1/participants/<id>/redirects
to assign redirects to participant/document types
A full list of endpoints, methods, and datastructures can be found in the API redoc page
Renamed the base API endpoint.
Originally, the base API endpoint was versioned as ‘1.0’, e.g. /api/smp/1.0
. Since minor releases such as 1.1 should be backwards compatible, we have decided to rename it to /api/smp/v1
instead.
It is not required to update your configured client settings, as 1.0
has been kept as an alias for your convenience, but we do recommend to update to /api/smp/v1
.
Version 1.0.0:
Initial release.