Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions docs/sdk/android/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,25 @@ slug: "/sdk/android/release-notes"

Release history for Bugsee Android SDK 7.x. Looking for the previous major version? See the [6.x release notes](/sdk/android/v6/release-notes). See the [migration guide](/sdk/android/migration) when planning your upgrade from 6.x.

## 7.1.1

A patch release covering dependencies and WebView privacy.

- **Bugsee no longer adds the Kotlin standard library to your app.** Previously every project that
included Bugsee picked it up, even apps written entirely in Java. It is now gone from the core SDK
and from every extension that does not genuinely need it, so your dependency graph stays smaller
and Bugsee no longer influences which Kotlin version your build resolves.

:::note
If your build was relying on Bugsee to supply the Kotlin standard library or
`org.jetbrains:annotations` indirectly, declare them yourself. Projects that already use Kotlin are unaffected.
:::

- **The WebView bridge is protected from page scripts.** Scripts running inside an instrumented
WebView could previously pause capture or stop the SDK. Bugsee now verifies that control messages
come from its own JavaScript SDK and ignores the rest. Requires the matching Bugsee JavaScript
SDK; older combinations continue to work unchanged.

## 7.1.0

A feature and hardening release. WebSocket traffic is now captured, crash / ANR / exit reports carry
Expand Down