Skip to content

Releases: phax/phoss-smp

phoss SMP 5.3.1

03 Nov 09:19
Compare
Choose a tag to compare
  • If the DB connection is lost during a run, it can now be re-established via the GUI
  • Fixed a concurrency issue when using the SQL backend

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)