Releases: OneSignal/onesignal-node-api
Releases · OneSignal/onesignal-node-api
5.3.1-beta1
Updates
- reduce package size by limiting published files
- move
@types/node
to packagedevDependencies
5.3.0-beta1
Features
- adds support for the Custom Events endpoint
- adds support for the Start Live Activity endpoint
- adds support for the Template endpoints
- adds support for the Update Subscription by token endpoint
- adds support for the Authentication endpoints
- add
canceled
boolean toNotificationWithMeta
schema
5.2.1-beta1
Changes
- updates
form-data
dependency to address critical vulnerability (#136)
5.2.0-beta1
Features
- add
disable_email_click_tracking
Notification API parameter
v5.1.0-beta1
Changes
⚠️ Replaceuser_auth_key
onOneSignal.createConfiguration
with more descriptiveorganization_api_key
- Deprecate
external_id
in favor ofidempotency_key
inBasicNotification
- Remove
node-fetch
in favor of node's nativefetch
2.2.1-beta1
Fixes
- remove
node-fetch
in favor of native nodefetch
2.2.0-beta1
Features
- deprecate
external_id
in favor ofidempotency_key
asbasenotification
field
Fixes
- favor
Key
auth prefix overBearer
5.0.0-alpha-02
Fixes
- Add authMethod for
deleteUser
2.1.0-beta1
Fixes
- Add authMethod for
deleteUser
- Set base URL to
https://api.onesignal.com/
Release 5.0.0-alpha-01
⚠️ 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