Skip to content

Releases: PostHog/posthog-js

1.161.6

18 Sep 10:01
Compare
Choose a tag to compare

1.161.6 - 2024-09-18

  • fix: when capturing without performance entry we can capture manual initiator type (#1422)
  • chore: auto publish alpha versions (#1414)
  • chore: move test file into tests (#1418)

1.161.5

16 Sep 11:18
Compare
Choose a tag to compare

1.161.5 - 2024-09-16

  • fix: teardown and restart recording on session id change (#1411)

1.161.4

16 Sep 07:11
Compare
Choose a tag to compare

1.161.4 - 2024-09-16

  • fix: no keep alive for large payloads (#1416)
  • feat(experiments): Apply no-code experiments to the webpage. (#1409)

1.161.3

10 Sep 14:23
Compare
Choose a tag to compare

1.161.3 - 2024-09-10

  • fix: manage capture pageview hook lifecycle (#1408)

1.161.2

09 Sep 18:52
Compare
Choose a tag to compare

1.161.2 - 2024-09-09

  • fix: some clients need web vitals directly on window (#1406)

1.161.1

09 Sep 16:17
Compare
Choose a tag to compare

1.161.1 - 2024-09-09

  • fix: warn on unavailable lazy load not throw (#1400)

1.161.0

09 Sep 11:24
Compare
Choose a tag to compare

1.161.0 - 2024-09-09

  • feat: web vitals 3000 (#1401)

1.160.3

03 Sep 16:39
Compare
Choose a tag to compare

1.160.3 - 2024-09-03

  • fix: captured network requests must always have name property (#1398)

1.160.2

03 Sep 13:46
Compare
Choose a tag to compare

1.160.2 - 2024-09-03

  • fix: report requests even without timing (#1386)

1.160.1

02 Sep 12:04
Compare
Choose a tag to compare

1.160.1 - 2024-09-02

  • fix: flushing the buffer for debug signal while idle extends session activity (#1396)
  • fix: network capture tests should fail if we exhaust the body (#1395)
  • chore: clarify that tests are exercising our fetch wrapper (#1393)