Skip to content

v0.9.0

Compare
Choose a tag to compare
@SarathRamachandra SarathRamachandra released this 29 Apr 16:08
· 23 commits to main since this release
bc3a440

0.9.0 (29/APR/2024)

  • Supports Android 14 version
  • Requires conviva gradle plugin version >= 0.2.3 and >= 0.3.3. Please refer to compatibility table
  • Optimizes the payload size by applying gzip encryption and schema optimization
  • Supports custom gateway URL by using the unique CUSTOMER_KEY associated with each customer
  • Renames the remote configuration URL domain to *.conviva.com
  • Reduces the payload size of the Network Request Event by limiting the default attributes to targetUrl, method, responseStatusCode, and duration. However, the request/response body/header attributes remain unchanged
  • Updates the default block list of the Network Request Tracking feature
  • Updates the remote config attribute from cacheRefreshInterval in seconds to cri in minutes to support backward compatibility
  • Introduces API to report the Screen Name from the application instead of the default Activity Name.
  • Enhances the remote configuration to fetch the application background state when the application remains active
  • Enhances the Network Request Blocking and Custom Event Blocking logic for the case insensitive support
  • Enhances the Substring Matching technique by removing the % regex. Earlier the "" string was treated as "*"
  • Enhances the auto-detection of application_background and application_foreground events by making them independent of Session Context
  • Includes the Conviva debug event and context by applying remote config, which remain disabled, by default
  • Includes the Retry logic instead of the Fallback logic to fetch remote config
  • Fixes the issue of application_foreground events that are not sent during the first launch, as well as kill and relaunch of the application
  • Fixes the issue of fetching remote config after the kill and relaunch of the application
  • Fixes the issue of the duplicate application_error events that are sent during application crashes
  • Fixes the issue of not sending the network_request events during the network failure use cases
  • Fixes the issue of Video Sensor Events not broadcasted to ECO Sensors in Android 14 devices