From 60424721f958c4109e515266a0259d90af891764 Mon Sep 17 00:00:00 2001 From: Alexander Dinauer Date: Mon, 25 Aug 2025 12:11:30 +0200 Subject: [PATCH] Add warning to 8.19.0 and 8.19.1 about Android API level compatibility Updated changelog for versions 8.19.0 and 8.19.1 with warnings and fixes. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f00f2d73736..e80324d3787 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,9 @@ ## 8.19.1 +> [!Warning] +> Android: This release is incompatible with API levels below 26. We recommend using SDK version 8.20.0 or higher instead. + ### Fixes - Do not store No-Op scopes onto OpenTelemetry Context when wrapping ([#4631](https://github.com/getsentry/sentry-java/pull/4631)) @@ -25,6 +28,9 @@ ## 8.19.0 +> [!Warning] +> Android: This release is incompatible with API levels below 26. We recommend using SDK version 8.20.0 or higher instead. + ### Features - Add a `isEnableSystemEventBreadcrumbsExtras` option to disable reporting system events extras for breadcrumbs ([#4625](https://github.com/getsentry/sentry-java/pull/4625))