Skip to content

Releases: segmentio/analytics-next

v1.35.0

06 Apr 15:30
Compare
Choose a tag to compare

What's Changed

  • [Feature] Add support for specifying CDN URL during .load call by @silesky in #414
  • [Feature] Allow tracklink and trackform to pass in options by @danieljackins in #417
  • [Bugfix] Honor Integration["Segment.io"]: false to API calls by @chrisradek in #394
  • [Bugfix] Ensure anonymous id is set before analytics calls are made if passed as a query string by @arielsilvestri in #406
  • [Bugfix] Updates event-queue to only scheduleFlush when items exist in queue by @chrisradek in #405
  • [Chore] Fixes qa ci job by making integrations checking more resilient by @chrisradek in #418
  • [Chore] Update pipeline.yml by @pooyaj in #398
  • [Chore] Fixes the QA job by @chrisradek in #416
  • [Tests] Tests for obfuscated bundles by @arielsilvestri in #397
  • [Dependencies] Bump playwright to the latest by @pooyaj in #396
  • [Dependencies] Bump next from 11.1.2 to 12.1.0 in /example by @dependabot in #401
  • [Dependencies] Bump node-fetch from 2.6.1 to 2.6.7 by @dependabot in #400
  • [Dependencies] Bump prismjs from 1.24.0 to 1.27.0 in /example by @dependabot in #399

New Contributors

Full Changelog: v1.34.0...v1.35.0

v1.34.0

16 Mar 00:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.33.5...v1.34.0

v1.33.5

19 Feb 00:35
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.33.4...v1.33.5

v1.33.4

28 Jan 18:26
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.33.3...v1.33.4

v1.33.3

19 Jan 19:36
Compare
Choose a tag to compare

What's Changed

  • Improve the query API, by correctly decoding special characters such as @ by @zikaari in #363
  • Remove host tag from error metrics by @pooyaj in #366
  • Pull request advisory visible only to the PR author by @zikaari in #364

Full Changelog: v1.33.2...v1.33.3

v1.33.2

13 Jan 00:55
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.33.1...v1.33.2

v1.33.1

05 Jan 23:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.33.0...v1.33.1

v1.33.0

05 Jan 23:32
Compare
Choose a tag to compare

What's Changed

  • strengthen conditional checking for localStorage to prevent "null" from being used by @509dave16 in #345
  • updates auto-track to no longer require dependant packages to have @types/jquery to compile by @chrisradek in #339
  • update tslib to direct dependency by @chrisradek in #347
  • export AnalyticsNode by @chrisradek in #352

New Contributors

Full Changelog: v1.32.1...v1.33.0

1.32.1

06 Dec 20:36
Compare
Choose a tag to compare

What's Changed

  • replaces package.json imports with generated version constant by @chrisradek in #336
  • fixes npm prep-build step to be portable with mac os and linux by @chrisradek in #338
  • adds checks to ensure process is defined before accessing it by @chrisradek in #343
  • remove process.env requirement from getting version type by @chrisradek in #344

New Contributors

Full Changelog: v1.32.0...v1.32.1

1.32.0

26 Nov 16:57
Compare
Choose a tag to compare

What's Changed

  • #331 Remove the environment variable usage ( incompatible with non-webpack builds )
  • #333 Catch localStorage errors if the browser runs out of storage
  • #330 Load middleware plugin from custom domain for custom domain users
  • #324 Introduce a schema filter plugin for cleaner implementation and support for action-based destinations
  • #328 Update Alias behavior to match AJS 1.0
  • #329 Dependency upgrades

Full Changelog: v1.31.2...v1.32.0