Skip to content

1.0.0 Release (Beta 5)

Pre-release
Pre-release
Compare
Choose a tag to compare
@kesheshyan kesheshyan released this 15 Nov 00:08
· 41 commits to main since this release
2bb0b04

Api Changes

  • Configuration setup has been simplified and streamlined. Now it looks like this:
      const configuration = OneSignal.createConfiguration({
          userKey: USER_KEY_TOKEN,
          appKey: APP_KEY_TOKEN,
      });
  • Player ID is no longer required when creating a player

Fixed

  • Bug in the OpenAPI schema not allowing users to use filters when creating a notification.
  • Bug in the OpenAPI schema not allowing to set the notification name.