Skip to content

Releases: OneSignal/onesignal-node-api

5.3.1-beta1

06 Oct 21:10
ecdf13c
Compare
Choose a tag to compare

Updates

  • reduce package size by limiting published files
  • move @types/node to package devDependencies

5.3.0-beta1

02 Oct 20:47
0d5de91
Compare
Choose a tag to compare

Features

5.2.1-beta1

12 Sep 21:29
6ee5231
Compare
Choose a tag to compare

Changes

  • updates form-data dependency to address critical vulnerability (#136)

5.2.0-beta1

09 Jul 22:01
cf1fc25
Compare
Choose a tag to compare

Features

  • add disable_email_click_tracking Notification API parameter

v5.1.0-beta1

06 Jun 21:20
473bc11
Compare
Choose a tag to compare

Changes

  • ⚠️ Replace user_auth_key on OneSignal.createConfiguration with more descriptive organization_api_key
  • Deprecate external_id in favor of idempotency_key in BasicNotification
  • Remove node-fetch in favor of node's native fetch

2.2.1-beta1

16 May 01:01
7f066ae
Compare
Choose a tag to compare
2.2.1-beta1 Pre-release
Pre-release

Fixes

  • remove node-fetch in favor of native node fetch

2.2.0-beta1

24 Mar 17:27
361b147
Compare
Choose a tag to compare
2.2.0-beta1 Pre-release
Pre-release

Features

  • deprecate external_id in favor of idempotency_key as basenotification field

Fixes

  • favor Key auth prefix over Bearer

5.0.0-alpha-02

05 Dec 00:30
2398eab
Compare
Choose a tag to compare
5.0.0-alpha-02 Pre-release
Pre-release

Fixes

  • Add authMethod for deleteUser

2.1.0-beta1

05 Dec 00:19
04d9af3
Compare
Choose a tag to compare
2.1.0-beta1 Pre-release
Pre-release

Fixes

  • Add authMethod for deleteUser
  • Set base URL to https://api.onesignal.com/

Release 5.0.0-alpha-01

03 May 04:33
c5c1f5a
Compare
Choose a tag to compare
Pre-release

⚠️ User Model alpha release with API breaking changes.

  • Please test before using.
  • The APIs are subject to change as we move towards a finalized GA release. Feedback on this version is highly appreciated.
  • Note that Documentation on API changes is lacking and under progress. The README contains outdated information for this release.
  • All player-model references and APIs are removed.
  • We have chosen to number this major version with 5.x.x to align with our suite of SDKs including mobile SDKs.

To get started using the client in this version:

See the full list of API Endpoints.

const configuration = OneSignal.createConfiguration({
    userAuthKey: '<YOUR_USER_AUTH_KEY>',
    restApiKey: '<YOUR_REST_API_KEY>',
});

const client = new OneSignal.DefaultApi(configuration);

Full Changelog: 2.0.1-beta2...5.0.0-alpha-01