Skip to content

Releases: Instabug/Instabug-Flutter

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)

Release v10.0.1

25 Aug 21:24
77fce9d
Compare
Choose a tag to compare
  • Fixes an issue with http client logger.

Release v10.0.0

04 Aug 18:13
cc208f1
Compare
Choose a tag to compare
  • Bumps Instabug native SDKs to v10.8

Release v9.2.0

02 Aug 16:58
712eb13
Compare
Choose a tag to compare
  • Adds null safety support.
  • Fixes a crash when Instabug.start API is called on Android without Platform check.
  • Changes all void ... async methods to Future<void> ... async so that callers can use await.