Release Notes
This page describes changes to the QR Payment Service Interface implemented across different releases of the interface.
v1.11.0
Released 19 August 2021
* Added the qrLabel
to QrParameters
as an alternative way to reference a QR code in audit logs and other places where the QR code ID is not appropriate.
v1.10.1
Released 10 August 2021
* Fixed misplaced annotations in QrProperties
and incorrect annotation property in NotificationParameters
. This issue resulted in a generated Swagger where the intended description for NotificationParameters
was used as the reference to the type of that model.
v1.10.0
Released 10 August 2021
* Added NotificationParameters
to QrProperties
which offers a mechanism for specifying recipients of notifications that may be triggered by uses of QR codes.
v1.9.1
Released 4 August 2021
* Changed paymentMethods
and qrProperties
from required to not required.
* This was an accidental breaking change.
* Changed paymentMethods
from masked to unmasked.
* Changed paymentMethods
to allow null values.
v1.9.0 (Deprecated - see v1.9.1)
Released 2 August 2021
* Added the following properties to QrProperties
* customerProvidedValuePrompts
* requestTip
v1.8.1 (Deprecated - see v1.9.1)
Released 23 July 2021
* Amended the annotation on QrProperties.expiryDate
to ensure that the resulting Swagger document that is generated from the Java source has the correct type.
v1.8.0 (Deprecated - see v1.9.1)
Released 21 July 2021
- Removed the
scheme
andsingleUse
fields from theQrProperties
class. - Replaced the
uuid
field with theguid
field in theQrProperties
class. - Added
description
field to theQrProperties
class. - Added
paymentMethods
field to theCreateQrCodeMessage
class. - Updated
service-interface-base
from3.30.1
to3.31.0
. - Added
message-masking-sdk
dependency so that API fields can be masked.
v1.7.0 (Deprecated - see v1.8.0)
Released 3 May 2021
- Updated
CreateQrCodeMessage
model to implementVasMessage
interface. - Removed
hibernate-validation
dependency as it is already supplied byservice-interface-base
. - Added a new model object called
QrProperties
. - Added the following member variables to the
CreateQrCodeRequest
andCreateQrCodeResponse
model objects:customer
qrProperties
- The
service-interface-base
provides a lot of dependencies that it previously didn’t. For this reason the following dependencies were removed from this project’s pom file:joda-time
swagger-jersey2-jaxrs
swagger-hibernate-validations
jersey-server
jersey-common
jersey-container-servlet
jersey-client
jersey-media-json-jackson
hibernate-validator
- Added minimum requirement for
service-interface-base
v3.30.1 and up.
v1.6.0
Released 19 April 2021
- Updated
ErrorDetail
model to implementTranidField
interface.
v1.5.0
Released 16 April 2021
- Updated
service-interface-base
from3.23.0
to3.26.0
. - Updated the following payloads to implement the
HasAmounts
interface:CreateQrCodeMessage
PaymentRequest
PaymentResponse
ScanNotification
v1.4.0
Released 12 March 2020
- Dropped a trailing forward slash from operation paths. The trailing forward slash implied operations were performed against groups of resources when they were intended to act on a single resource within the group.
- Note, this change is a breaking change for the Java implementation of the API provided by Electrum:
- The
RELATIVE_PATH
andFULL_PATH
constants for the following operations have changed and no longer end with a trailing forward slash:createQrCode
pay
notifyScan
- The Jetty Server dependency was deemed unnecessary and removed. The Javax Servlet API (v3.1.0) is instead required to be available in the runtime environment.
v1.3.0
Released 10 January 2020
- Updates to the Java implementation of the QR Payment Service Interface:
- The
equals
method of the following classes has been corrected to not call the super method from theObject
class:ScanNotification
CreateQrCodeMessage
PaymentRequest
PaymentResponse
- Added the
equals
andhashCode
method to thePaymentConfirmation
class.
- The
v1.2.0
Released 10 January 2020
- Updates to the Java implementation of the QR Payment Service Interface:
- The Java implementation is now built against OpenJDK 11.
- The
hashCode
method of the following classes has been corrected to not use the method from theObject
class:ScanNotification
CreateQrCodeMessage
- The QR Payment Service Interface is now built against v3.23.0 of the base API. This includes the following changes:
- Added utility methods to JsonUtil class to assist in reading the contents of a file as a string and deserialising JSON objects from files.
- Added new field
region
toBankAccount
model for scenarios where theroutingCode
is not sufficient to uniquely identify a bank account.
v1.1.0
Released 18 November 2019
- All documentation was reviewed and updated for correctness.
equals
,toString
andhashcode
methods where altered to refer tosuper
methods rather than directly re-using inherited fields.- The maximum length of the
errorMessage
field in theErrorDetail
model was increased to 40 characters.
v1.0.0
Released 9 October 2019
- Initial release