v1.1.0
New Features
- Updated
PushNotificationGateway.unregisterDevice
to use newDELETE
endpoint at/v2/register
. - Updated OpenAPI definition file to reflect addition of new
DELETE
endpoint at/v2/register
. - Updated
PushNotificationGateway.unregisterDevice
to acceptFcmRegistration
andApnsRegistration
objects. - Updated
PushNotificationGateway.registerDevice
to accept optionalpreserve
parameter. - Updated the OpenAPI definition file for
/v2/register
endpoint to include optionalpreserve
query string parameter.
Other
- Removed the
POST
endpoint at/v2/unregister
from OpenAPI documentation (this endpoint does not follow REST conventions). However, the endpoint still exists (it's now undocumented). - Updated other aspects of documentation.