Skip to content

Latest commit

 

History

History
534 lines (254 loc) · 32 KB

CHANGELOG.md

File metadata and controls

534 lines (254 loc) · 32 KB

1.19.1 (2024-10-04)

Bug Fixes

  • don't delete old profile file for backwards compatibility (#227) (4e6957c)

1.19.0 (2024-10-02)

Features

1.18.0 (2024-08-22)

Features

  • Capture top-level Fragments with Autocapture (#216) (e16b97a)

1.17.4 (2024-08-21)

Bug Fixes

  • Catch network connectivity exceptions (#221) (1ed787b)

1.17.3 (2024-08-13)

Bug Fixes

  • only track button text for the elementInteraction option of autocapture (#219) (d566c74)

1.17.2 (2024-08-13)

Bug Fixes

  • Add target text capture for Android Views in Autocapture (#218) (7617f88)

1.17.1 (2024-08-09)

Bug Fixes

  • Fix OOM error when a bad api key is passed (#210) (8f1c047)

1.17.0 (2024-08-08)

Bug Fixes

Features

  • add autocapture for element clicks (#199) (7f0a500)
  • add autocapture in configs (#207) (dcb9393)
  • add screen name to elementInteractions properties for autocapture (#209) (8044122)
  • add scroll and swipe autocapture (#201) (1a5a392)

1.16.8 (2024-05-30)

Bug Fixes

  • fix race condition where an event can be processed before a session gets extended (#198) (c3627d0)

1.16.7 (2024-03-28)

Bug Fixes

  • revert recent session changes from 1.16.3 to 1.16.6 (#191) (8d7271f)

1.16.6 (2024-03-27)

Bug Fixes

  • fix storage timing issue from last commit, set sessionId before plugin.setup (#190) (84b4b9d)

1.16.5 (2024-03-27)

Bug Fixes

  • session id not set before plugin setup (#189) (42e4fef)

1.16.4 (2024-03-26)

Bug Fixes

  • only take unique error logs and control limit (#188) (cca7d79)

1.16.3 (2024-03-25)

Bug Fixes

  • start tracking sessions at init for session replay (#186) (7b69897)

1.16.2 (2024-03-18)

Bug Fixes

  • Only parse response body when a body is expected (#185) (cfd3bb8)

1.16.1 (2024-03-04)

Bug Fixes

  • catch potential internal AssertionError from Properties.save() in Android 8 (#183) (78e93a9)

1.16.0 (2024-03-01)

Features

  • switch storage for better thread safety (#181) (918d2d5)

1.15.0 (2024-03-01)

Features

  • allow setting sessionId in initial configuration (#182) (81c5866)

1.14.0 (2024-01-30)

Bug Fixes

  • race condition when setting device id in android (#177) (671edb9)

Features

  • added deviceId to Configuration options (#178) (45b6181)

1.13.0 (2024-01-24)

Features

1.12.2 (2023-11-13)

Bug Fixes

  • correctly format client_upload_time in HTTP request when minIdLength is set (#160) (f5203a5)

1.12.1 (2023-11-02)

Bug Fixes

1.12.0 (2023-10-27)

Features

1.11.2 (2023-10-16)

Bug Fixes

  • skip deep link event when url is missing (#150) (b8a4a87)

1.11.1 (2023-09-13)

Bug Fixes

  • do not throw NotImplemented error for existing "legacy database"file if the file is not a sqlite file (#147) (3e0b851)

1.11.0 (2023-08-23)

Features

  • migrate 'api key' storage data to 'instance name' storage (#143) (67af8e3)

1.10.4 (2023-08-09)

Bug Fixes

  • revert "fix: wait until build (including possible legacy data migration) is finished (#138)" (#140) (c1acc71)
  • wait until build (including possible legacy data migration) is finished (#142) (78110e4), closes #138

1.10.3 (2023-08-09)

Bug Fixes

  • wait until build (including possible legacy data migration) is finished (#138) (c3075a9)

1.10.2 (2023-06-23)

Bug Fixes

  • enable legacy data migration by default (#130) (24430ec)

1.10.1 (2023-06-22)

Bug Fixes

  • make default tracking options java compatible (#129) (290bf31)

1.10.0 (2023-06-21)

Features

1.9.2 (2023-06-13)

Bug Fixes

  • do not fetch advertising Id if adid tracking is disabled (#125) (7e570a2)

1.9.1 (2023-06-03)

Bug Fixes

1.9.0 (2023-05-26)

Bug Fixes

  • event options should override event properties, refresh last event time on exit foreground (#122) (652ea42)

Features

  • add remnant events migration plugin (#40) (6225f5d)

1.8.2 (2023-04-24)

Bug Fixes

  • update identify transfer to merge identify only (#118) (fbf11ef)

1.8.1 (2023-04-13)

Bug Fixes

  • fix log session event when optOut is true (#117) (155b3f5)

1.8.0 (2023-04-10)

Bug Fixes

  • filter null values in identify intercept (#116) (3689fc1)

Features

1.7.1 (2023-03-06)

Bug Fixes

  • catch and prevent index out bound exception (#108) (7a4eb11)

1.7.0 (2023-02-24)

Features

1.6.2 (2023-02-14)

Bug Fixes

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

1.6.1 (2023-02-03)

Bug Fixes

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

1.6.0 (2023-01-19)

Features

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

1.5.2 (2022-11-19)

Bug Fixes

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

1.5.1 (2022-11-11)

Bug Fixes

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

1.5.0 (2022-11-04)

Features

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

1.4.8 (2022-10-28)

Bug Fixes

1.4.7 (2022-10-28)

Bug Fixes

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

1.4.6 (2022-10-24)

Bug Fixes

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

1.4.5 (2022-10-19)

Bug Fixes

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

1.4.4 (2022-10-14)

Bug Fixes

  • clean up permission (#85) (0402c91)
  • make all variable in configuration mutable (#84) (917796c)
  • make trackingOptions able to overwrite in configuration (#83) (281f0de)

1.4.3 (2022-10-03)

Bug Fixes

  • DXOC-200 lateinit var not initialized (#81) (546e026)

1.4.2 (2022-09-29)

Bug Fixes

  • fix other location info not auto populate (#79) (5810c9d)

1.4.1 (2022-09-27)

Bug Fixes

  • fix the ip address not catch issue (#78) (bf8e2a1)

1.4.0 (2022-09-27)

Bug Fixes

  • add GetIngestionMetadataPlugin in android.Amplitude (#77) (0c6d6cb)

Features

  • add ampli extra plugin for attaching ingestion metadata information (#76) (a8aa604)

1.3.2 (2022-09-22)

Bug Fixes

1.3.1 (2022-09-20)

Bug Fixes

1.3.0 (2022-09-11)

Features

  • allow android configuration values to be updated (#68) (f2497df)

1.2.1 (2022-09-09)

Bug Fixes

1.2.0 (2022-09-09)

Features

1.1.3 (2022-08-12)

Bug Fixes

  • Unterminated arrays caused by multi client instances with same name and api key (#61) (48d5be2)

1.1.2 (2022-08-10)

Bug Fixes

  • add version_name to event json body (#60) (0ff8d67)

1.1.1 (2022-08-06)

Bug Fixes

  • Amplitude.build() is not main thread safe on Android (#55) (42ad931)
  • fix not call close in strict mode (#56) (20bf7ef)

1.1.0 (2022-07-29)

Bug Fixes

  • authorize for release action (#47) (5c44d34)
  • invalid json array string for android file storage (#50) (593050a)

Features

  • add reset method to reset userId and deviceId (#48) (837895a)

1.0.1 (2022-07-21)

Bug Fixes

1.0.0 (2022-06-28)

Bug Fixes

Features