Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

Releases: bitstadium/HockeySDK-iOS

Version 5.1.4

28 Sep 04:08
Compare
Choose a tag to compare
  • [FIX] Fix a regression that was introduced in 5.1.3 that prevented integration because of a missing header file. #532

Also includes these changes from 5.1.3:

This release supports iOS 12 and the latest iPhones which use a arm64e CPU.

  • [FIX] Support new arm64e architecture in crash reports. #527
  • [FIX] Fix bug in app termination heuristic. #523
  • [FIX] Fix Feedback UI on iPhone X. #513 #508
  • [IMPROVEMENT] Make it possible to use own logging handler. #516

Version 5.1.3

27 Sep 22:52
4fb5b47
Compare
Choose a tag to compare

This release supports iOS 12 and the latest iPhones which use a arm64e CPU. In addition, the SDK now requires iOS 9 or later.

  • [FIX] Support new arm64e architecture in crash reports. #527
  • [FIX] Fix bug in app termination heuristic. #523
  • [FIX] Fix Feedback UI on iPhone X. #513 #508
  • [IMPROVEMENT] Make it possible to use own logging handler. #516

Version 5.1.2

09 Jan 05:10
055f2e9
Compare
Choose a tag to compare
  • [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

Version 5.1.1

14 Dec 06:15
f882fa8
Compare
Choose a tag to compare
  • [BUGFIX] Fixes a critical bug that would cause apps to freeze when calling trackEvent in UIApplicationDelegate callbacks. #492
  • [BUGFIX] Fix a critical bug in the crashonly variant of the SDK. #49

Version 5.1.0

12 Dec 06:47
d4de7b2
Compare
Choose a tag to compare
  • [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

Version 5.0.0

15 Sep 06:56
Compare
Choose a tag to compare

This version drops support for iOS 7. There is no other breaking change at this point.

  • [FEATURE] Added support for Metrics in app extensions. #449
  • [FEATURE] User Metrics can now be enabled after it was disabled. #451
  • [IMPROVEMENT] The code has been cleaned up as we have decided to drop support for iOS 7.
  • [IMPROVEMENT] All properties of type NSString now use the copy attribute.
  • [IMPROVEMENT] Use UIAlertController in Feedback instead of UIAlertView. #460
  • [IMPROVEMENT] Don't use UIAlertView but UIAlertController.#446
  • [IMPROVEMENT] BITAttributedLabel is now based on TTTAttributedLabel 2.0. #450
  • [BUGFIX] Fix a bug in BITAuthenticator. #447
  • [BUGFIX] Fix a bug in BITImageAnnotation. #453
  • [BUGFIX] The logic that makes sure that the directory for HockeySDK-iOS is excluded from backups was changed, to make sure it doesn't block app launch #443.
  • [BUGFIX] Fix bugs in the Feedback UI on iOS 11. #459

Version 5.0.0-beta.2

08 Sep 07:41
Compare
Choose a tag to compare
Version 5.0.0-beta.2 Pre-release
Pre-release
  • [FEATURE] Added support for Metrics in app extensions. #449
  • [FEATURE] User Metrics can now be enabled after it was disabled. #451
  • [IMPROVEMENT] Don't use UIAlertView but UIAlertController.#446
  • [IMPROVEMENT] BITAttributedLabel is now based on TTTAttributedLabel 2.0. #450
  • [BUGFIX] Fix a bug in BITAuthenticator. #447
  • [BUGFIX] Fix a bug in BITImageAnnotation. #453

Version 5.0.0-beta.1

03 Aug 23:49
Compare
Choose a tag to compare
Version 5.0.0-beta.1 Pre-release
Pre-release

This version drops support for iOS 7. There is no other breaking change at this point.

  • [IMPROVEMENT] The code has been cleaned up as we have decided to drop support for iOS 7.
  • [IMPROVEMENT] All properties of type NSString now use the copy attribute.
  • [BUGFIX] The logic that makes sure that the directory for HockeySDK-iOS is excluded from backups was changed, to make sure it doesn't block app launch #443.

Version 4.1.6

23 Jun 06:10
Compare
Choose a tag to compare
  • [BUGFIX] Fixed a string in the Italian translation #430.
  • [BUGFIX] Fix bug that prevented images that were attached to Feedback from loading #428 – thx to Zoltan for the contribution.
  • [IMPROVEMENT] Improved the accessibility of the Feedback UI, it now uses the proper accessibility traits.
  • [IMPROVEMENT] The crash-only flavor of the SDK now doesn't contain the Metrics feature.
  • [IMPROVEMENT] The SDK can be compiled using Xcode 9 #423 – thx to Stephan and Piet for the contribution!
  • [IMPROVEMENT] Metrics info will be send to the backend every time the application goes from foreground to background #429 - thx to Ivan for the contribution.
  • [IMPROVEMENT] Our README.md now uses gender-neutral language #427.

Version 4.1.5

29 Apr 01:50
Compare
Choose a tag to compare

This release officially dropps the support for iOS 6.

  • [FIX] Remove the dependency for AssetLibrary for the default subspec in our podspec #403. Thanks to @tschob for the pointer.
  • [FIX] A couple of visual bugs have been fixed #404 thanks to @dweston.
  • [IMPROVEMENT] We have improved accessibility of our feedback UI #409 with help by @erychagov.