Skip to content

Release 5.1.7

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Mar 18:15
· 120 commits to refs/heads/main since this release
55c5443

馃悰 Bug Fixes

  • Fix network call batching not waiting the full 5 seconds in most cases to reduce the total number of REST API calls to OneSignal. (#2033)
  • optIn() not prompting if called before push subscription is created on backend (#2037)
  • Fix crash with EventProducer's fire events (#2034)
  • Fix for context not being set on all entry points (#2018)

馃敡 Maintenance

  • Battery improvements
    • Possibly resolves issue #1880 "Egregious levels of battery drain"
    • Prevent OperationRepo from continuously pulling when empty (#2033)
    • Add backoff to OperationRepo when retrying network calls (#2017)
    • Limit refresh User and GET IAMs to foreground (#2036)
  • Duplicate GET /user call on cold start when calling login with the same external_id (#2015)
  • [Docs] Update supported android versions in readme to include Android 14 (#2024)
    • This was already the case, just the docs didn't reflect this.
  • [Internal Only] Switch to kotest-extensions-android (#2023)