github-actions
released this
29 Jan 20:35
·
119 commits
to master
since this release
Major Changes
- #935
833ade8
Thanks @MichaelGHSeg! - Removing support for Node.js 14 and 16 as they are EOL
-
#935
833ade8
Thanks @MichaelGHSeg! - Support for Segment OAuth2OAuth2 must be enabled from the Segment dashboard. You will need a PEM format
private/public key pair. Once you've uploaded your public key, you will need
the OAuth Client Id, the Key Id, and your private key. You can set these in
the new OAuthSettings type and provide it in your Analytics configuration.Note: This introduces a breaking change only if you have implemented a custom
HTTPClient. HTTPClientRequestdata: Record<string, any>
has changed to
body: string
. Processing data into a string now occurs before calls to
makeRequest