Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Version 5.1.2

Compare
Choose a tag to compare
@ElektrojungeAtWork ElektrojungeAtWork released this 11 Jan 22:22
· 32 commits to master since this release
100ae32

This version wraps HockeySDK-iOS 5.1.2 and HockeySDK-Android 5.1.0. It contains fixes and a new binding to call setUserID on FeedbackManager.

Release notes for HockeySDK-Android 5.1.0

  • [Bugfix] Fix issue in persistence logic that could cause Session information to be inaccurate. #340
  • [Improvement] Remove left-to-right attribute in case the app that integrates the SDK doesn't use that. Thx to Steven for this contribution. #335
  • [Improvement] Improve error message for the Feedback feature. #341
  • [Improvement] It's not possible to call setUserId for Feedback. #339

Release notes for HockeySDK-iOS 5.1.2

  • [IMPROVEMENT] This release can be compiled with Xcode 9.2 without warnings. #502
  • [BUGFIX] Fix warnings when integrating the SDK as source in Xcode 9. #501
  • [BUGFIX] Fix a potential memory leak in BITChannel. #500
  • [BUGFIX] Version 5.1.X broke support for app extension. We're sorry about this and we've updated our test matrix to make sure this does not happen again. #499
  • [BUGFIX] Fix a bug in the Feedback UI when Feedback was shown in landscape. #498