Skip to content

Releases: Instabug/Instabug-Flutter

Release v11.0.0

20 Jul 17:15
6ff76ed

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

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

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

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

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

Choose a tag to compare

  • Introduces Instabug's new App Performance Monitoring (APM)

Release v10.0.1

25 Aug 21:24
77fce9d

Choose a tag to compare

  • Fixes an issue with http client logger.

Release v10.0.0

04 Aug 18:13
cc208f1

Choose a tag to compare

  • Bumps Instabug native SDKs to v10.8

Release v9.2.0

02 Aug 16:58
712eb13

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.

Pre-release v9.2.0-nullsafety.0

26 Jul 11:19
5a1d5b6

Choose a tag to compare

Pre-release
  • 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.