Skip to content

Releases: phax/phoss-smp

phoss SMP 5.3.0

06 Oct 16:40
Compare
Choose a tag to compare

Ensure to read https://github.com/phax/phoss-smp/wiki/Migrations before upgrade

  • Updated the list of known identifiers to Peppol Code list 7.2
  • The SQL backend was changed to use JPA to JDBC
  • The SQL backend now supports FlyWay for easy DB migrations
  • For the SQL backend the special table "smp_user" is migrated to internal users and the ownership is updated.
  • Added the possibility to initially setup the database using FlyWay
  • Changed the license of the phoss-smp-backend-sql module to Apache 2.0 because nothing of the original source code is left
  • Dropped the support for the specific DB user management - only the build-in user management can be used
  • Added support for a query API (see issue #145). To use this functionality, the new configuration item smp.rest.remote.queryapi.disabled must be set to false.
  • Fixed a bug in the Bulk Certificate Change functionality regarding the formatting of certificates
  • Changed the JAXB generated classes to use Java 8 date time classes
  • Added new Status item smp.sql.target-database for SQL backends
  • Added new configuration item jdbc.schema to make the JDBC Schema name customizable
  • Added new configuration item jdbc.schema-create to customize whether the DB schema should be automatically created for an empty database or not
  • Updating to the latest Directory software includes a change in the resolution of configuration files. See the Migrations page for details.
  • When registering the SMP to the SML, it can now be done using "https" addresses (when not in Peppol mode)

phoss SMP 5.3.0 Release Candidate 6

09 Sep 15:25
Compare
Choose a tag to compare
Pre-release
  • Added new configuration item jdbc.schema-create to customize whether the DB schema should be automatically created for an empty database or not

phoss SMP 5.3.0 Release Candidate 5

30 Aug 20:32
Compare
Choose a tag to compare
Pre-release
  • Fixed a bug in the Bulk Certificate Change functionality regarding the formatting of certificates
  • Changed the JAXB generated classes to use Java 8 date time classes
  • Added new Status item smp.sql.target-database for SQL backends
  • Added new configuration item jdbc.schema to make the JDBC Schema name customizable

phoss SMP 5.3.0 Release Candidate 4

26 Aug 07:57
Compare
Choose a tag to compare
Pre-release
  • Removed a wrong "UNIQUE" statement from the PostgreSQL init script

phoss SMP 5.3.0 Release Candidate 3

25 Aug 15:53
Compare
Choose a tag to compare
Pre-release
  • Fixed a bug in a DELETE SQL statement for endpoints

phoss SMP 5.3.0 Release Candidate 2

25 Aug 13:45
Compare
Choose a tag to compare
Pre-release
  • Added the possibility to initially setup the database using FlyWay
  • Changed the license of the phoss-smp-backend-sql module to Apache 2.0 because nothing of the original source code is left
  • Dropped the support for the specific DB user management - only the build-in user management can be used
  • Added support for a query API (see issue #145). To use this functionality, the new configuration item smp.rest.remote.queryapi.disabled must be set to false.

phoss SMP 5.2.6

20 Aug 16:46
Compare
Choose a tag to compare
  • The initialization of the UTC timezone upon startup is now more consistent
  • Fixed an error that prevented the automatic deletion of Business Card when a Service Group was deleted (see issue #139)
  • Improved logging on actions on Business Cards
  • Fixed a rare scenario where it would have been possible to create invalid XML in querying
  • Fixed an Exception with the MongoDB backend, if a process had no endpoints
  • Made separate pages for "Import" and "Export" of Service Groups
  • Added possibility to disable support for the HTTP OPTIONS verb (see issue #142)
  • Added support for the Content Security Policy (CSP) response headers (see issue #141)
  • Added possibility to remove the authorship text from the public page (see issue #140)
  • The server name on the start page now uses the same algorithm for calculation as the "list servicegroup" API
  • The bulk change certificate page now has an improved certificate matching algorithm (see issue #143)
  • The bulk change operations (endpoint and certificate) are now running asynchronously in the background

phoss SMP 5.3.0 Release Candidate 1

20 Aug 21:43
Compare
Choose a tag to compare
Pre-release
  • Updated the list of known identifiers to Peppol Code list 7.2
  • The SQL backend was changed to use JPA to JDBC
  • The SQL backend now supports FlyWay for easy DB migrations
  • For the SQL backend the special table "smp_user" is migrated to internal users and the ownership is updated.

phoss SMP 5.2.5

12 Jul 22:26
Compare
Choose a tag to compare
  • Fixed a regression that prohibited the creation of ServiceGroups in the SMLs, due to a bogus SoapAction (see issue #137)

phoss SMP 5.2.4 [don't use]

30 Jun 14:42
Compare
Choose a tag to compare

this release has a bug when registering at the SML - pls use 5.2.5

  • The ServiceGroup import error handling was improved
  • Updated to ph-commons 9.4.0
  • Split the menu item "Endpoints" into "Endpoint List" and "Endpoint Tree", so that huge data volumes are handled more easily (see issue #97)
  • Speeding up the Service Group page, by not counting the document types, processes and endpoints if more than 1000 service groups are available (see issue #97)
  • Made the domain name creation for the "GET /{serviceGroups}" call customizable (see issue #131)
  • The XML format for known document types was extended to allow the specification of process identifiers allowed to be used with a specific document type identifier
  • The bulk certificate change can now also be performed if the old certificate is not parsable
  • A custom imprint can be configured on the user interface (see issue #132)
  • It is ensured that all transport profiles, that are referenced in existing endpoints are existing (see issue #128)
  • Added new writable REST API to remove all Endpoints and Redirects from a service group (see issue #134)
  • Added new configuration property webapp.statistics.persist to disable the writing of usage statistics files