Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Release v0.9.1

Compare
Choose a tag to compare
@rcha rcha released this 22 Feb 22:16
· 9 commits to master since this release

v0.9.1:

  • Updated Dependency: aws-sdk-js v2.2.37
  • Increase base delay between retries from 30ms to 3s
  • Allow passing of configurations to the low level client via clientOptions attribute
  • Storage Clients are now scoped per Application Id
  • Improved retry strategy during Application throttle scenarios
  • CorrectClockSkew is enabled by default for Sigv4 Signatures

Bug Fixes:

  • Fixed timer from being killed in cases where multiple submissions happened in under a second
  • Fixed re-submission of batches in flight to the Mobile Analytics service
  • Fixed auto-submission of first _session.start event when creating a MobileAnalyticsManager
  • Fixed Safari throwing exception when in private browsing mode