Skip to content

Releases: segmentio/analytics-next

@segment/[email protected]

24 Apr 17:16
4561a07
Compare
Choose a tag to compare

Patch Changes

  • #1076 1635e42 Thanks @chrisradek! - Fixes an issue introduced in v1.66.0 that caused analytics plugins to be removed from event processing if a destination threw an error while loading.

@segment/[email protected]

22 Apr 20:03
9eaff30
Compare
Choose a tag to compare

Patch Changes

@segment/[email protected]

22 Apr 20:03
9eaff30
Compare
Choose a tag to compare

Patch Changes

  • #1071 a102cbb Thanks @silesky! - Light consent tools and onetrust refactoring to reduce code footprint.

@segment/[email protected]

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

Major Changes

Patch Changes

@segment/[email protected]

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

Major Changes

@segment/[email protected]

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/[email protected]

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

Patch Changes

@segment/[email protected]

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/[email protected]

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

What's Changed

@segment/[email protected]

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