Skip to content

Releases: OneSignal/onesignal-node-api

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

Added 409 and 429 response errors

02 Aug 18:15
e942dd2
Compare
Choose a tag to compare
Pre-release

Added 400, 429 to all responses
Added 409 Subscription Limit Exceeded error response
Other minor changes

2.0.1-Beta1

14 Jul 19:24
d525938
Compare
Choose a tag to compare
2.0.1-Beta1 Pre-release
Pre-release
  • Adds support for the following fields on the OneSignal API #56
    • email_preheader
    • include_unsubscribed
    • custom_data

2.0.0-beta1

18 Apr 17:31
f40b4bd
Compare
Choose a tag to compare
2.0.0-beta1 Pre-release
Pre-release

User model updates

1.0.0 Release (Beta 9)

10 Jan 17:40
bb52e8c
Compare
Choose a tag to compare
Pre-release

Added User Model endpoints