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

Version 5.1.0

Compare
Choose a tag to compare
@ElektrojungeAtWork ElektrojungeAtWork released this 13 Dec 01:15
· 42 commits to master since this release
380b8a0

This SDK wrapps HockeySDK-iOS 5.1.0 and HockeySDK-Android 5.0.4. This release contains various bugfixes and improvements for both platforms.

Changelog for HockeySDK-Android

5.0.4

This version contains a few bugfixes as well as the removal of an API that has been deprecated since HockeySDK 3.7.0-Beta.2.

  • Removal of deprecated API ExceptionHandler.saveException(Throwable exception, CrashManagerListener listener) has been deprecated since 3.7.0-beta.2. Use ExceptionHandler.saveException(Throwable exception, Thread thread, CrashManagerListener listener) instead. #317
  • Bugfix The SDK now deletes redundant crash reports. #318
  • Bugfix The SDK does no longer send the event that indicates the start of a session twice but once. There was no impact on session counts as the event was de-duplicated on the server. #321
  • Bugfix Fixes a potential deadlock when reading device information when saving an exception. #323
  • Bugfix Fixes a potential NPE when processing stacktraces. Thanks to Thomas Reis for reporting issue #331. #332

5.0.3

This release now limits the number of crashes that are stored by the SDK while the device is offline to 100 Crashes. HockeySDK-Android will stop to collect crashes until the number of unsent crashes drops below the limit of 100 unsent crashes.

  • [BUGFIX] Fixes a possible OutOfMemoryError exception. This only occurs when a very large number of crashes – several 100k or more – wasn't sent to the server. #313

Changelog for HockeySDK-iOS

5.1.0

  • [FEATURE] Add Turkish localization thanks to Ozgur.#478
  • [FEATURE] Add support to detect low memory and OS kill heuristics for extensions. Thx to Dave Weston for this! #470
  • [IMPROVEMENT] Support tracking events in the background. #475
  • [FIX] Improvements around thread-safety and concurrency for Metrics. #471 #479
  • [FIX] Fix runtime warnings of Xcode 9's main thread checker tool. #484
  • [FIX] Fix caching of previews for attachments to Feedback. #487