Skip to content

Releases: amplitude/Amplitude-Kotlin

v1.6.2

14 Feb 07:25
Compare
Choose a tag to compare

1.6.2 (2023-02-14)

Bug Fixes

  • return 'sessionId' property to Amplitude class (#106) (7a938a1)

v1.6.1

03 Feb 18:26
Compare
Choose a tag to compare

1.6.1 (2023-02-03)

Bug Fixes

  • catch filenotfound exception when rollover before upload (#103) (80bc1f5)

v1.6.0

19 Jan 23:40
Compare
Choose a tag to compare

1.6.0 (2023-01-19)

Features

  • add log.debug to send event and handle response (#100) (23c485a)

v1.5.2

19 Nov 00:43
Compare
Choose a tag to compare

1.5.2 (2022-11-19)

Bug Fixes

  • Add Index out of bound exception handling for PropertiesFile.save() (#96) (c6578bf)

v1.5.1

11 Nov 01:27
Compare
Choose a tag to compare

1.5.1 (2022-11-11)

Bug Fixes

  • add error handling and logging for file load crash issue (#95) (640bc8e)

v1.5.0

04 Nov 23:35
Compare
Choose a tag to compare

1.5.0 (2022-11-04)

Features

  • support integration with experiment android (#92) (2ada09b)

v1.4.8

28 Oct 06:02
Compare
Choose a tag to compare

1.4.8 (2022-10-28)

Bug Fixes

v1.4.7

28 Oct 04:40
Compare
Choose a tag to compare

1.4.7 (2022-10-28)

Bug Fixes

  • move session-specific logic to Timeline (#89) (b353b8c)

v1.4.6

24 Oct 06:53
Compare
Choose a tag to compare

1.4.6 (2022-10-24)

Bug Fixes

  • restore previous session data on app opening (#87) (e4f9874)

v1.4.5

19 Oct 00:07
Compare
Choose a tag to compare

1.4.5 (2022-10-19)

Bug Fixes

  • move session-specific logic from ContextPlugin to avoid race conditions (#86) (311c230)