Releases: Instabug/Instabug-iOS
Releases · Instabug/Instabug-iOS
Instabug-iOS SDK v15.1.2
- Fixes a crash on iOS 26 by removing conflicting category methods (
-[UIView setAnchorPoint:]
and-[UIAlertController viewDidDisappear:]
) that overrode built-in UIKit implementations.
Instabug-iOS SDK v16.0.2
- Fixes a crash on iOS 26 by removing conflicting category methods (
-[UIView setAnchorPoint:]
and-[UIAlertController viewDidDisappear:]
) that overrode built-in UIKit implementations.
Instabug-iOS SDK v16.0.1
- Fixes a compilation issue by restoring consoleLogs property in IBGReport public header.
- Removes unused SwiftUI scripts v0 APIs.
Instabug-iOS SDK v16.0.0
- [Breaking Change] Removes deprecated APIs.
- [Breaking Change] Updates the minimum deployment target to 15.0.0.
- Adds support for auto screen names and improves user interaction tracking in SwiftUI.
- Applies general enhancements to Core Data memory stability.
- Fixes an issue where Session Profiler reports empty connectivity.
- Fixes an issue in capturing request body size in the network Upload task.
- Fixes an issue with title color in bug reporting when Dark Mode is enabled
- Fixes a build failure when integrating Instabug with C++ enabled.
- Fixes various internal crashes due to Core Data memory corruption.
- Various bug fixes and internal enhancements to improve stability and reliability.
Instabug-iOS SDK v15.1.1
- Improves the configurability of network logging on React Native apps.
Instabug-iOS SDK v15.1.0
- Adds Support for expo updates.
- Adds Support for masking RCTTextView in labels.
- Fixes an issue where survyes is not opening the App Store prompt when the app is shipped using XCode 16.
- Enhances Private views in SwiftUI screen.
- Fixes an app hangs that happens under specific conditions after posting NSUserDefaultsDidChangeNotification during app launch.
- Fixes Main Thread Checker warnings when calling the function logViewDidAppearEvent.
- Various bug fixes and internal enhancements.
Instabug-iOS SDK v15.0.1
- Fixes a signature-related issue in the SDK that led to build errors for certain Enterprise builds.
Instabug-iOS SDK v15.0.0
- [Breaking Change] Generates SDK Binary using Xcode 16, please refer to the migration guide
- [Breaking Change] Drops the Support for iOS 12.
Instabug-iOS SDK v14.3.0
- Fixed non-fatal logs being sent after the occurrence of a non-fatal event.
- Fixed chat messages list UI issue where the latest message was hidden behind the keyboard after adding a new message.
- Fixed an issue with video attachments in bug reporting when added from the gallery, ensuring they include audio.
- Improved AppHang stack-trace capturing.
- Reduced SDK size with various optimizations.
- Added support for Flutter user steps.
- Added an API to retrieve the state of the crash reporter.
- Included crash collection duration in reports, available via didSendCrashReportHandler callback.
- Updated deprecated APIs used for archiving data.
Instabug-iOS SDK v14.2.0
- Adds support to automatically mask sensitive data in network requests.
- Added Support for measuring Screen Loading time of SwiftUI Views.
- Fixes an issue that caused fault logs in the Xcode console starting from Xcode 16.
- Various performance and stability enhancements.