Releases: Instabug/Instabug-Flutter
Releases · Instabug/Instabug-Flutter
Release v12.5.0
Changed
- Bump Instabug iOS SDK to v12.5.0 (#425). See release notes.
- Bump Instabug Android SDK to v12.5.1 (#426). See release notes for v12.5.0 and 12.5.1.
Release v12.4.0
Release v12.2.0
Changed
- Bump Instabug iOS SDK to v12.2.0 (#406). See release notes.
- Bump Instabug Android SDK to v12.2.0 (#405). See release notes.
Fixed
- Re-enable screenshot capturing for Crash Reporting and Session Replay by removing redundant mapping (#407).
Release v12.1.0
Added
- Add support for Session Replay, which includes capturing session details, visual reproduction of sessions as well as support for user steps, network and Instabug logs. (#395).
Changed
Release v11.14.0
Added
- Add network logs obfuscation support using the new
NetworkLogger.obfuscateLog
API (#380). - Add network logs omission support using the new
NetworkLogger.omitLog
API (#382). - Add the new repro steps configuration API
Instabug.setReproStepsConfig
(#388).
Changed
- Bump Instabug Android SDK to v11.14.0 (#384). See release notes.
- Bump Instabug iOS SDK to v11.14.0 (#383). See release notes.
Deprecated
- Deprecate
Instabug.setReproStepsMode
in favor of the newInstabug.setReproStepsConfig
(#388).
Release v11.13.0
Changed
- Bump Instabug iOS SDK to v11.13.3 (#373). See release notes.
- Bump Instabug Android SDK to v11.13.0 (#372). See release notes.
Fixed
- Fix an issue that caused APIs that return a value or invoke a callback break on Android in some versions of Flutter (#370, #369).
Below is a list of all the affected APIs:APM.startExecutionTrace
BugReporting.setOnInvokeCallback
BugReporting.setOnDismissCallback
Instabug.getTags
Instabug.getUserAttributeForKey
Instabug.getUserAttributes
Replies.getUnreadRepliesCount
Replies.hasChats
Replies.setOnNewReplyReceivedCallback
Surveys.hasRespondToSurvey
Surveys.setOnShowCallback
Surveys.setOnDismissCallback
Release v11.12.0
Changed
- Bump Instabug Android SDK to v11.12.0 (#366). See release notes.
- Bump Instabug iOS SDK to v11.12.0 (#365). See release notes.
Release v11.10.1
Changed
- Bump Instabug iOS SDK to v11.10.1 (#358). See release notes.
Release v11.10.0
Changed
- Bump Instabug Android SDK to v11.11.0 (#352). See release notes.
- Bump Instabug iOS SDK to v11.10.0 (#353). See release notes.
Release v11.9.0
- Bumps Instabug Android SDK to v11.9.0.
- Bumps Instabug iOS SDK to v11.9.0.
- Adds the new
Instabug.init
API to start the SDK as follows:Instabug.init( token: '<APP_TOKEN>', invocationEvents: [InvocationEvent.shake], debugLogsLevel: LogLevel.verbose, );
- Adds
hungarian
andfinnish
locales support. - Deprecates
Instabug.start
in favour ofInstabug.init
. - Deprecates
Instabug.setDebugEnabled
,Instabug.setSdkDebugLogsLevel
, andAPM.setLogLevel
in favour ofdebugLogsLevel
parameter ofInstabug.init
. - Deprecates the
IBGSDKDebugLogsLevel
enum in favour of theLogLevel
enum. - Deprecates both
warning
andinfo
values from theLogLevel
enum. - Fixes
norwegian
andslovak
locales on iOS. - Fixes license warning on iOS.
- Exports Instabug Android SDK using
api
instead ofimplementation
.