Releases: Instabug/Instabug-Flutter
Releases · Instabug/Instabug-Flutter
Release v11.6.0
- Bumps Instabug Android SDK to v11.7.0
- Bumps Instabug iOS SDK to v11.6.0
- Adds new string keys: okButtonText, audio, image, screenRecording, messagesNotificationAndOthers, insufficientContentTitle, insufficientContentMessage
- Fixes APM network logging on Android
- Fixes a NullPointerException when overriding a string key that doesn't exist on Android
- Removes redundant native logs
Release v11.5.0
- Bumps Instabug Android SDK to v11.6.0
- Bumps Instabug iOS SDK to v11.5.0
- Adds BugReporting.setDisclaimerText API
- Adds BugReporting.setCommentMinimumCharacterCount API
- Adds Romanian locale support
- Adds Repro Steps screenshots on Android
- Removes "Media Projection" dialog while taking screenshots on Android
- Fixes APM network logging on Android
- Fixes main thread violation on Android
- Fixes an issue with request and response headers parameters type causing network requests not getting logged on iOS
- Improves performance by using pigeon for internal communication between Flutter and the host platform
- Deprecates Instabug.enableAndroid and Instabug.disableAndroid APIs in favour of the new API Instabug.setEnabled, which works on both platforms
- Deprecates callbacks in favor of return values in the following APIs:
- Replies.getUnreadRepliesCount
- Replies.hasChats
- Surveys.hasRespondedToSurvey
- Surveys.getAvailableSurveys
Release v11.3.0
- Bumps Instabug Android SDK to v11.5.1
- Bumps Instabug iOS SDK to v11.3.0
- Adds BugReporting.setVideoRecordingFloatingButtonPosition API
- Adds some missing string keys and their mappings on iOS and Android
- Adds missing mapping for portuguesePortugal locale on iOS
- Fixes an issue with some string keys not working on Android
Release v11.2.0
- Bumps Instabug Android SDK to v11.4.1
- Bumps Instabug iOS SDK to v11.2.0
- Fixes an issue with BugReporting.setInvocationEvents on iOS that always sets the event to none
- Fixes an issue with network logging on iOS which caused the initial network requests logs to be skipped
- Renames Android package from com.instabug.instabugFlutter to com.instabug.flutter
Release v11.0.0
- Bumps Instabug native SDKs to v11
- Adds the ability to initialize the Android SDK from Dart. Check the migration guide referenced in our docs
- Changes the package importing style for a more conventional use. Check the migration guide referenced in our docs
- Moves InstabugCustomHttpClient used for network logging into a separate repo. Check the migration guide referenced in our docs
- Flutter 3 compatibility
- Bumps Gradle to 6.8 & Android Gradle plugin to 4.1
- Adds BugReporting.setFloatingButtonEdge API
- Removes the string keys bugReportHeader and feedbackReportHeader. Check the migration guide referenced in our docs
- Removes the deprecated APIs. Check the migration guide referenced in our docs
- Fixes an issue with Android screenshots being black on release mode on SDK v10.13.0
Release v10.13.0
- Adds support for uploading debug symbols on Android to be used for crash deobfuscation
- Adds Instabug Experiments APIs
- Bumps Instabug native SDKs to v10.13
- Fixes iOS platform calls not completing with
void
return type
Release v10.11.0
- Adds support for APM.endAppLaunch API
- Bumps Instabug native SDKs to v10.11
- Fixes an issue with APM logged requests payload size
Release v10.9.1
- Bumps Instabug Android SDK to v10.9.1
- Bumps Instabug iOS SDK to v10.9.3
- Fixes an issue with network requests not getting logged on iOS
Release v10.9.0
- Migrates to Flutter Android embedding v2
- Bumps Instabug native SDKs to v10.9
Release v10.8.0
- Introduces Instabug's new App Performance Monitoring (APM)