Skip to content

Releases: Instabug/Instabug-iOS

Instabug-iOS SDK v11.9.0

20 Feb 12:24
Compare
Choose a tag to compare
  • Adds the ability to configure the SDK using an external configuration file.

Instabug-iOS SDK v11.7.0

29 Jan 07:51
Compare
Choose a tag to compare
  • Adds a way to opt out of encrypting User Defaults. See Instabug.userDefaultsEncryptionEnabled.
  • Various optimizations to reduce SDK size.
  • Optimizes memory allocation when reporting non-fatals.

Instabug-iOS SDK v11.6.0

25 Dec 09:56
Compare
Choose a tag to compare
  • Drops support for iOS 10.
  • Optimizes memory usage when sending logs of bugs and crash reports.
  • Optimize the performance of some of the background work done by the SDK.
  • Fixes an issue that caused screen recording playback in PiP to not behave correctly.
  • Fixes an issue that caused a crash when running on simulators and using APM app launch.
  • Fixes a crash that happened when calling [IBGBugReporting showWithReportType:options:] from a background thread.

Instabug-iOS SDK v11.5.0

22 Nov 16:27
Compare
Choose a tag to compare

• Updates welcome message UI to be more dynamic when overriding text.
• Fixes a bug that caused the accent color to be overridden in SwiftUI apps.
• Fixes a crash that occurred when calculating the size of some network requests.

Instabug-iOS SDK v11.4.1

20 Oct 13:40
Compare
Choose a tag to compare

• Fixes a crash that happened in network logs V2 with download requests.

Instabug-iOS SDK v11.4.0

19 Oct 12:21
Compare
Choose a tag to compare
  • Exposes 2 new keys that can be used to override text shown for insufficient content when reporting a bug. Check kIBGInsufficientContentTitleStringName and kIBGInsufficientContentMessageStringName.
  • Fixes an issue where the button for adding extra attachments when reporting a bug was hidden behind the keyboard.
  • Minimizes memory allocation when Instabug is disabled.

Instabug-iOS SDK v11.3.0

22 Sep 10:21
Compare
Choose a tag to compare

• Adds support for logging network requests from multiple NSURLSession objects when using delegate-based APIs.
• Adds missing Romanian locale when using Instabug.setLocale().
• Removes WiFi SSID from all captured data.

Instabug-iOS SDK v11.2.0

31 Aug 14:21
Compare
Choose a tag to compare
  • Introduces a new API to report non-fatal errors with different levels.
  • Adds Romanian localization.
  • Fixes a stack overflow crash that happened during reporting some bugs.
  • Fixes an issue that prevented the app’s status bar style from being updated.
  • Fixes a regression to SDK initialization that affected app launch time.

Instabug-iOS SDK v11.1.0

25 Jul 17:45
Compare
Choose a tag to compare
  • Adds a new API that enables reporting a non-fatal while setting a custom grouping fingerprint.
  • Adds support for detecting user terminations (beta).
  • Displays surveys alert buttons with correct font styling.
  • Fixes a rare-occurring issue that would prevent the stack trace of some crashes from being captured correctly, causing them to not appear on the dashboard.
  • Fixes an issue that caused some surveys to be presented under incorrect conditions.
  • Fixes an issue with network logging that caused a crash under specific conditions.

Instabug-iOS SDK v11.0.3

27 Jun 12:25
Compare
Choose a tag to compare
  • Adds support for logging network requests from multiple NSURLSession objects when using completion-based APIs.
  • Introduces multiple accessibility improvements to Bug Reporting UI.
  • Fixes a crash that occurred on iPadOS 15 when using APM UI traces.