Releases: Instabug/Instabug-Flutter
Releases · Instabug/Instabug-Flutter
Release v13.4.0
Added
- Add support for masking screen names captured by Instabug through the
Instabug.setScreenNameMaskingCallbackAPI (#500).
Changed
- Bump Instabug Android SDK to v13.4.1 (#509). See release notes for 13.4.0 and 13.4.1.
- Bump Instabug iOS SDK to v13.4.2 (#515). See release notes for 13.4.0, 13.4.1 and 13.4.2.
Fixed
Release v13.3.0
Added
- Add support for variants in Feature Flags through the APIs
Instabug.addFeatureFlags,Instabug.removeFeatureFlagsandInstabug.clearAllFeatureFlags(#471).
Changed
- Bump Instabug Android SDK to v13.3.0 (#492). See release notes.
- Bump Instabug iOS SDK to v13.3.0 (#493). See release notes.
Deprecated
- Deprecate Experiments APIs
Instabug.addExperiments,Instabug.removeExperimentsandInstabug.clearAllExperimentsin favor of the new Feature Flags APIs (#471).
Fixed
- Fix APM network logging on Android (#491).
Release v13.2.0
Added
- Add support for capturing screen loading time in APM (#477).
Changed
- Bump Instabug Android SDK to v13.2.0 (#482). See release notes.
- Bump Instabug iOS SDK to v13.2.0 (#483). See release notes.
Release v13.1.1
Added
- Add support for passing a grouping fingerprint, error level, and user attributes to the
CrashReporting.reportHandledCrashnon-fatals API (#461).
Changed
- Bump Instabug iOS SDK to v13.1.0 (#1227). See release notes.
- Bump Instabug Android SDK to v13.1.1 (#474). See release notes.
Release v13.0.0
Added
- Adds custom app rating api (#453)
- Add
SessionReplay.getSessionReplayLinkAPI which retrieves the current session's replay link (#445). - Add support for App Flows APIs
APM.startFlow,APM.endFlowandAPM.setFlowAttribute(#446).
Deprecated
- Deprecate execution traces APIs
APM.startExecutionTrace,APM.setExecutionTraceAttribute,APM.endExecutionTrace,Trace.setAttributeandTrace.endin favor of the new app flow APIs (#446).
Changed
- Bump Instabug Android SDK to v13.0.0 (#455). See release notes.
- Bump Instabug iOS SDK to v13.0.0 (#446). See release notes.
Release v12.7.0
Added
- Support user identification using ID (#435).
Changed
- Bump Instabug iOS SDK to v12.7.0 (#440). See release notes.
- Bump Instabug Android SDK to v12.7.1 (#439). See release notes for v12.7.1.
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).