Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions packages/pangea-node-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,15 @@ const audit = new AuditService(token, config);
const response = await audit.log({ message: "Hello, World!" });
```

<a name="beta-releases"></a>

## Beta releases

Pre-release versions may be available with the `beta` denotation in the version
number. These releases serve to preview beta services and APIs. Per Semantic
Versioning, they are considered unstable and do not carry the same compatibility
guarantees as stable releases.

[Documentation]: https://pangea.cloud/docs/sdk/js/
[Examples]: https://github.com/pangeacyber/pangea-javascript/tree/main/examples
[Pangea Console]: https://console.pangea.cloud/
Expand Down