Skip to content

Releases: bugfender/BugfenderSDK-iOS

2.0.0

04 Sep 10:38
Compare
Choose a tag to compare
  • New: the xcframework is now digitally signed.
  • Breaking update: removed Bitcode, since now Apple rejects builds with Bitcode.
  • Breaking update: built with Xcode 15, which means you will need Xcode 15 or newer to build your application.
  • Breaking update: supports iOS version 12.0 and newer (iOS deployment target)
  • Breaking update: drop static library and dynamic framework builds.
  • Note there’s no functionality change vs prior version (1.13.2)

1.13.2

20 Oct 13:10
Compare
Choose a tag to compare
  • Update: remove KSCrash logs to console output (there are benign error messages)
  • Bugfix: replace ID generation function that leads to sporadically missing logs when processing a high volume in a short time

1.13.1

25 Sep 21:30
Compare
Choose a tag to compare
  • Bugfix: bfsdk_ksfu_readEntireFile reimplementation regression introduced in 1.13.0

1.13.0

25 Sep 11:04
Compare
Choose a tag to compare
  • Update: add PrivacyInfo.xcprivacy to automatically recognize "other diagnostic data" is being collected, with no tracking and no association with the user identity
  • Update: declare accepted usage of NSUserDefaults in PrivacyInfo.xcprivacy
  • Update: replace some API calls that would "require a reason" -- whilst the reason is not tracking, Apple has not yet listed a suitable accepted reason item. we have removed them to prevent warnings or other issues because of BugfenderSDK usage

1.12.2

19 Sep 15:14
Compare
Choose a tag to compare

What's Changed

  • Bugfix: race condition when setting device key-values that may lead to a crash
  • Update documentation and upload script for Xcode 12+ by @rslifka in #83
  • Update README.md by @franmontiel in #84

New Contributors

Full Changelog: 1.12.1...1.12.2

1.12.1

06 Apr 12:40
Compare
Choose a tag to compare
  • This release fixes problems with Cocoapods and static library in the previous release.

1.12.0

06 Apr 10:52
Compare
Choose a tag to compare
  • Feature: Add enableNSLogLogging & enableNSLogLoggingWithInterceptor method that allows to automatically capture logs written via NSLog or OSLog.
  • Internal: Changes on library initialization.

1.11.0

12 Jan 15:42
Compare
Choose a tag to compare
  • Feature: Add enableUIEventLoggingWithIgnoredViewTags method that allows to avoid generating logs for some views
  • Changed setMaximumLocalStorageSize to not throw an Exception if the value provided is out of range.

1.10.6

24 Oct 15:48
Compare
Choose a tag to compare
  • Fix: Possible crash due to a corrupted crash log.
  • Feature: iOS device name is not gathered anymore, it has been replaced by the device model.

1.10.5

10 Dec 12:27
Compare
Choose a tag to compare
  • Fix: upload symbols script was not working properly