Skip to content

Releases: PostHog/posthog-ios

3.9.0

06 Sep 08:21
Compare
Choose a tag to compare
  • chore: add SwiftUI View extensions to capture screen view and views in general (postHogViewEvent, postHogScreenView) (#180)
  • recording: send meta event again if session rotates (#183)

3.8.3

03 Sep 14:30
Compare
Choose a tag to compare
  • recording: use non deprecated methods for getCurrentWindow if available (#178)

3.8.2

03 Sep 06:31
Compare
Choose a tag to compare
  • chore: cache flags, distinct id and anon id in memory to avoid file IO every time (#177)

3.8.1

30 Aug 11:56
Compare
Choose a tag to compare
  • fix: do not clear events when reset is called (#175)
  • fix: reload feature flags as anon user after reset is called (#175)

3.8.0

29 Aug 11:39
Compare
Choose a tag to compare
  • fix: rotate session id when reset is called (#174)
  • chore: expose session id (#165), (#170) and (#171)

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)