Releases: Instabug/Instabug-Flutter
Releases · Instabug/Instabug-Flutter
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
.
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