Releases: Instabug/Instabug-iOS
Releases · Instabug/Instabug-iOS
Instabug-iOS SDK v11.4.0
- Exposes 2 new keys that can be used to override text shown for insufficient content when reporting a bug. Check
kIBGInsufficientContentTitleStringName
andkIBGInsufficientContentMessageStringName
. - 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
• 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
- 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
- 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
- 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.
Instabug-iOS SDK v11.0.2
- Performance improvements.
Instabug-iOS SDK v11.0.1
- Fixes an issue that caused consumed memory to be inaccurate when reporting some OOMs.
- Optimizes memory usage when storing data locally by the SDK.
Instabug-iOS SDK v11.0.0
- Adds a new API to set the minimum accepted number of character in the comment field of a report. Check
+ [IBGBugReporting setCommentMinimumCharacterCountForReportTypes:withLimit:]
- Adds a new API to get the current user’s UUID. Check + [Instabug userUUID:]
- Removes a set of APIs that have been previously deprecated.
- Fixes deadlock that happened when processing crashes under specific conditions.
Instabug-iOS SDK v10.13.1
- Fix a LLDB issue when integrating Instabug.
Instabug-iOS SDK v10.13.0
- Reports fatal UI hangs.
- Adds a new API to attach a file using data while specifying a name for it.
- Fixes an issue that caused willSendReportHandler to be triggered incorrectly.
- Fixes an issue that caused in-app notification to not be dismissed when IBGReplies.enabled is set to false.
- Fixes an issue that caused a deadlock under certain conditions when initializing the SDK.
- Fixes an issue in dSYM upload script that caused dSYM paths with spaces in them to fail to upload.
- Fixes an issue that caused surveys to be shown immediately instead of after a time delay.