This repository has been archived by the owner on Feb 19, 2020. It is now read-only.
Releases: bitstadium/HockeySDK-iOS
Releases · bitstadium/HockeySDK-iOS
Version 5.1.4
- [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.
Version 5.1.3
This release supports iOS 12 and the latest iPhones which use a arm64e CPU. In addition, the SDK now requires iOS 9 or later.
Version 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
Version 5.1.1
Version 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
Version 5.0.0
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 thecopy
attribute. - [IMPROVEMENT] Use
UIAlertController
in Feedback instead ofUIAlertView
. #460 - [IMPROVEMENT] Don't use
UIAlertView
butUIAlertController
.#446 - [IMPROVEMENT]
BITAttributedLabel
is now based onTTTAttributedLabel
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
- [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
butUIAlertController
.#446 - [IMPROVEMENT]
BITAttributedLabel
is now based onTTTAttributedLabel
2.0. #450 - [BUGFIX] Fix a bug in
BITAuthenticator
. #447 - [BUGFIX] Fix a bug in
BITImageAnnotation
. #453
Version 5.0.0-beta.1
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 thecopy
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
- [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
This release officially dropps the support for iOS 6.