Skip to content

v1.1.0

Compare
Choose a tag to compare
@bryaningl3 bryaningl3 released this 29 Mar 01:39
· 12 commits to master since this release

New Features

  • Updated PushNotificationGateway.unregisterDevice to use new DELETE endpoint at /v2/register.
  • Updated OpenAPI definition file to reflect addition of new DELETE endpoint at /v2/register.
  • Updated PushNotificationGateway.unregisterDevice to accept FcmRegistration and ApnsRegistration objects.
  • Updated PushNotificationGateway.registerDevice to accept optional preserve parameter.
  • Updated the OpenAPI definition file for /v2/register endpoint to include optional preserve 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.