Skip to content

Releases: PostHog/posthog-ios

3.7.2

16 Aug 09:09
Compare
Choose a tag to compare
  • recording: improve ios session recording performance by avoiding redrawing after screen updates (#166)
    • debouncerDelay is changed from 500ms to 1s since the iOS screenshot has to be taken in the main thread and its more sensitive to performance issues

3.7.1

13 Aug 09:06
Compare
Choose a tag to compare
  • recording: improve ios session recording performance by doing some work off of the main thread (#158)

3.7.0

07 Aug 09:39
Compare
Choose a tag to compare
  • chore: Support the propertiesSanitizer config (#154)

3.6.3

26 Jul 16:00
Compare
Choose a tag to compare
  • recording: fix: respect session replay project settings from app start (#150)

3.6.2

25 Jul 12:45
Compare
Choose a tag to compare
  • recording: fix MTLTextureDescriptor has width of zero issue (#149)

3.6.1

26 Jun 09:31
Compare
Choose a tag to compare
  • recording: improvements to screenshot masking (#147)

3.6.0

26 Jun 07:29
Compare
Choose a tag to compare
  • recording: screenshot masking (#146)

3.5.2

18 Jun 11:45
Compare
Choose a tag to compare
  • chore: migrate UUID from v4 to v7 (#145)

3.5.1

12 Jun 08:34
Compare
Choose a tag to compare
  • recording: fix screenshotMode typo (#143)

3.5.0

11 Jun 16:13
Compare
Choose a tag to compare
  • chore: change host to new address (#139)
  • fix: rename groupProperties to groups for capture methods (#140)
  • recording: add screenhshotMode option for session replay instead of wireframe (#142)