Skip to content

Releases: segmentio/analytics-next

@segment/analytics-consent-wrapper-onetrust@1.0.0

19 Apr 09:41
f97d3da
Compare
Choose a tag to compare

Major Changes

Patch Changes

  • Updated dependencies [8f7a74a]:
    • @segment/analytics-consent-tools@2.0.0

@segment/analytics-consent-tools@2.0.0

19 Apr 09:41
f97d3da
Compare
Choose a tag to compare

Major Changes

@segment/analytics-next@1.67.0

12 Apr 21:41
f898a8c
Compare
Choose a tag to compare

Minor Changes

  • #1053 fd09fbc Thanks @silesky! - Allow * in integration name field to apply middleware to all destinations plugins.
    addDestinationMiddleware('*', ({ ... }) => {
     ...
    })

Patch Changes

@segment/analytics-consent-wrapper-onetrust@0.4.1

02 Apr 18:02
3218d9e
Compare
Choose a tag to compare

Patch Changes

@segment/analytics-node@2.1.0

08 Mar 07:28
50a969b
Compare
Choose a tag to compare

What's Changed

  • Retain messageId if exists (allow overriding) by @silesky in #1043

@segment/analytics-next@1.66.0

08 Mar 07:23
50a969b
Compare
Choose a tag to compare

What's Changed

@segment/analytics-next@1.64.0

05 Feb 23:40
039e34d
Compare
Choose a tag to compare

Minor Changes

  • #1032 5c1511f Thanks @zikaari! - Support loading analytics into a custom global variable when using snippet version 5.2.1 or later

@segment/analytics-node@2.0.0

29 Jan 20:35
c302fea
Compare
Choose a tag to compare

Major Changes

  • #935 833ade8 Thanks @MichaelGHSeg! - Support for Segment OAuth2

    OAuth2 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. HTTPClientRequest data: Record<string, any> has changed to
    body: string. Processing data into a string now occurs before calls to
    makeRequest

@segment/analytics-node@1.3.0

10 Jan 20:49
bcdde4c
Compare
Choose a tag to compare

Minor Changes

@segment/analytics-next@1.63.0

10 Jan 20:49
bcdde4c
Compare
Choose a tag to compare

Minor Changes

  • #1023 b5b929e Thanks @silesky! - Deprecate AnalyticsNode class (in favor of the standalone @segment/analytics-node)