Skip to content

Releases: rudderlabs/rudder-sdk-android

v1.25.0

27 Aug 13:27
Compare
Choose a tag to compare

Features

  • add option to configure dataPlaneUrl as the metrics url (#471) (f0d3ef1)

[email protected]

20 Aug 21:52
Compare
Choose a tag to compare

Features

  • change the metrics endpoint to rsaMetrics (#472) (8b879d5)

[email protected]

20 Aug 21:29
Compare
Choose a tag to compare

0.3.0 (2024-08-20)

Features

  • change the metrics endpoint to rsaMetrics (#472) (8b879d5)

v1.24.0

31 Jul 11:45
Compare
Choose a tag to compare

Features

  • add a configurable setting to put the CloudModeProcessor to sleep for a specified interval (#460) (0711b37)
  • implement exponential retry mechanism for handling network errors (#468) (e07e2cf)

v1.23.3

01 Jul 15:29
Compare
Choose a tag to compare

Bug Fixes

  • handle CursorWindowAllocationException (#454) (5ddc570)

v1.23.2

25 Jun 12:59
Compare
Choose a tag to compare

Bug Fixes

v1.23.1

28 May 15:18
Compare
Choose a tag to compare

Bug Fixes

  • add missing proguard rules for the sqlcipher dependency (#432) (98cacc1)

v1.23.0

20 May 13:22
Compare
Choose a tag to compare

Bug Fixes

  • check if the referrer is not null before casting it to a string (#425) (3b58967)
  • key "batch" was being obfuscated due to proguard (#423) (eaa282c)

Features

  • migrate from sqlcipher legacy to latest version (#419) (a739a78)

v1.22.0

19 Mar 13:41
Compare
Choose a tag to compare

Bug Fixes

  • serialisation happening on a separate thread executor service (#403) (c3b0d84)

Features

  • add support for global customContext option (#407) (71b001e)
  • added persistence support for advertisingId and api to clear advertisingId (#406) (b1d7905)

v1.21.3

08 Feb 11:16
Compare
Choose a tag to compare

Bug Fixes

  • fixed serialization of strings twice (#390) (4bc1d7d)
  • handling the serialization of special floating point values while serializing any object (#382) (55521b6)
  • race condition fix using semaphore (#388) (a792ce2)