Skip to content

Releases: jitsucom/nextlytics

v0.4.1

05 Mar 20:28
4b9d61d

Choose a tag to compare

0.4.1 (2026-03-05)

Bug Fixes

  • suppress false "middleware not added" warning on RSC navigations (9515437)

v0.4.0

26 Feb 19:26
5e6258f

Choose a tag to compare

0.4.0 (2026-02-26)

Features

  • add getProps callback and pathMatcher utility (4427598)
  • add getProps callback and pathMatcher utility (d6bd8a4)

Bug Fixes

  • return undefined for early-return middleware paths (ab0ce27)

v0.3.1

25 Feb 14:08
94b71c3

Choose a tag to compare

0.3.1 (2026-02-25)

Bug Fixes

  • abort stale soft navigation requests and simplify event handling (0615b93)
  • handle soft navigation in App Router (11efd46)
  • prevent duplicate scripts on soft navigation (6394b1b)
  • prevent duplicate scripts on soft navigation (#29) (455402a)
  • remove pathname from client-init deps to enable soft navigation detection (8193f8f)
  • track soft navigations via client /api/event instead of middleware (d83bd2c)

v0.3.0

10 Feb 20:53
3a0a25c

Choose a tag to compare

0.3.0 (2026-02-10)

Features

  • core: add ingestPolicy for per-backend event timing control (6f2f163)
  • core: add ingestPolicy for per-backend event timing control (b77e9f9)

v0.2.2

10 Feb 20:02
ca2ea63

Choose a tag to compare

0.2.2 (2026-02-10)

Bug Fixes

  • segment: use batch endpoint for Jitsu compatibility (452102f)
  • segment: use batch endpoint with X-Write-Key header for Jitsu compatibility (b7732c1)

v0.2.1

10 Feb 19:16
74d4649

Choose a tag to compare

0.2.1 (2026-02-10)

Bug Fixes

  • neon: use sql.query() for @neondatabase/serverless 1.x (2121e90)
  • neon: use sql.query() for @neondatabase/serverless 1.x (2610419), closes #18
  • release-please changelog path and add automerge workflow (#16) (a17dbaa)
  • use CJS-only build for Next.js 15 compatibility (f0d4b47)

v0.2.0

06 Feb 22:55
6bcfec1

Choose a tag to compare

0.2.0 (2026-02-06)

Features

  • add e2e testing infrastructure (6159cd9)
  • add e2e testing infrastructure (#10) (94ccf07)
  • add Pages Router support (bfae81c)

Bug Fixes

  • improve RSC prefetch detection using next-url header (0b14108)
  • prettier (2322690)