Skip to content

Releases: Instabug/Instabug-Flutter

Release v11.6.0

29 Dec 13:56
Compare
Choose a tag to compare
  • 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

24 Nov 15:53
Compare
Choose a tag to compare
  • 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:
    1. Replies.getUnreadRepliesCount
    2. Replies.hasChats
    3. Surveys.hasRespondedToSurvey
    4. Surveys.getAvailableSurveys

Release v11.3.0

30 Sep 13:13
347683b
Compare
Choose a tag to compare
  • 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

08 Sep 21:39
adf7bbc
Compare
Choose a tag to compare
  • 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

20 Jul 17:15
6ff76ed
Compare
Choose a tag to compare
  • 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

03 Apr 04:38
a5193c9
Compare
Choose a tag to compare
  • 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

04 Jan 11:39
614f593
Compare
Choose a tag to compare
  • 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

13 Oct 18:46
4ba9e18
Compare
Choose a tag to compare
  • 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

30 Sep 20:58
91f129e
Compare
Choose a tag to compare
  • Migrates to Flutter Android embedding v2
  • Bumps Instabug native SDKs to v10.9

Release v10.8.0

14 Sep 01:09
a542b26
Compare
Choose a tag to compare
  • Introduces Instabug's new App Performance Monitoring (APM)