Skip to content

3.10.7 Release

Compare
Choose a tag to compare
@jkasten2 jkasten2 released this 26 Mar 00:24

Restore Logic includes TTL, network optimizations, and misc fixes

  • Filter notifications past their TTL when restoring them back to the shade. PR #720
    • Restoring logic happens when the app is cold started, device reboot, or app is updated.
  • Caching for REST GET calls by handling 304s. PR #723
  • Omit network retries if HTTP 403 is returned. PR #724
  • Added SDK-Version HTTP header to all requests PR #721
  • Registration retrying now does not require a new session to resume retrying if app was interrupted by an app cold restart.