From c3157178039654fb201759f02a5cfd6f184d0e86 Mon Sep 17 00:00:00 2001 From: bitsandfoxes Date: Mon, 13 Nov 2023 15:30:51 +0100 Subject: [PATCH 1/7] hotfix native --- modules/sentry-java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/sentry-java b/modules/sentry-java index 30aed35ca..c343bf981 160000 --- a/modules/sentry-java +++ b/modules/sentry-java @@ -1 +1 @@ -Subproject commit 30aed35ca78886e1823e640468c86658143e6ded +Subproject commit c343bf98178e6efc185c3108ea4656fbb7d0c5bd From cf1b4319b0351c4a8640224e8f237d9afbaddeeb Mon Sep 17 00:00:00 2001 From: bitsandfoxes Date: Mon, 13 Nov 2023 16:55:33 +0100 Subject: [PATCH 2/7] . --- modules/sentry-java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/sentry-java b/modules/sentry-java index c343bf981..1d406eac5 160000 --- a/modules/sentry-java +++ b/modules/sentry-java @@ -1 +1 @@ -Subproject commit c343bf98178e6efc185c3108ea4656fbb7d0c5bd +Subproject commit 1d406eac52478cac2ad40c5c79e42bd4ee26b31e From 1d001ab2f40e84c4f7820a84326d3b60f25ed206 Mon Sep 17 00:00:00 2001 From: bitsandfoxes Date: Mon, 13 Nov 2023 17:02:24 +0100 Subject: [PATCH 3/7] Updated CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 471f2f339..2a4798165 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +### Fixes + +- Fix SIGSEV, SIGABRT and SIGBUS crashes happening after/around the August Google Play System update, see [#2955](https://github.com/getsentry/sentry-java/issues/2955) for more details (fix provided by Native SDK bump) ([#1491](https://github.com/getsentry/sentry-unity/pull/1491)) + ### Dependencies - Bump CLI from v2.21.2 to v2.21.3 ([#1485](https://github.com/getsentry/sentry-unity/pull/1485)) From a7642fdd9b9079216080175a63ebb7342fe925a7 Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Mon, 13 Nov 2023 16:50:14 +0000 Subject: [PATCH 4/7] release: 1.7.1-beta.1 --- CHANGELOG.md | 2 +- Directory.Build.props | 2 +- README.md | 2 +- package/README.md | 2 +- package/package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a4798165..091ebe3a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 1.7.1-beta.1 ### Fixes diff --git a/Directory.Build.props b/Directory.Build.props index 88c9e69ad..7051ee13d 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,6 +1,6 @@ - 1.7.0 + 1.7.1-beta.1 9 enable true diff --git a/README.md b/README.md index 29853cd19..5c3f14c05 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Sentry SDK for Unity Install it via `UPM`: ``` -https://github.com/getsentry/unity.git#1.7.0 +https://github.com/getsentry/unity.git#1.7.1-beta.1 ``` ## Documentation diff --git a/package/README.md b/package/README.md index 3f11b469c..92073d465 100644 --- a/package/README.md +++ b/package/README.md @@ -15,7 +15,7 @@ This is the UPM package for the Sentry SDK for Unity. Install it via `UPM`: ``` -https://github.com/getsentry/unity.git#1.7.0 +https://github.com/getsentry/unity.git#1.7.1-beta.1 ``` ## Source code diff --git a/package/package.json b/package/package.json index 4f9197d20..bb8712ec3 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "io.sentry.unity", - "version": "1.7.0", + "version": "1.7.1-beta.1", "displayName": "Sentry Unity", "description": "Sentry SDK for Unity", "unity": "2019.4", From 492d5265b2320b535ec2681ded814af893e1639a Mon Sep 17 00:00:00 2001 From: bitsandfoxes Date: Fri, 24 Nov 2023 15:55:23 +0100 Subject: [PATCH 5/7] Updated CHANGELOG.md --- CHANGELOG.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b819690d..415aaa271 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,10 @@ # Changelog -## 1.7.1-beta.1 +## Unreleased ### Fixes - Fix SIGSEV, SIGABRT and SIGBUS crashes happening after/around the August Google Play System update, see [#2955](https://github.com/getsentry/sentry-java/issues/2955) for more details (fix provided by Native SDK bump) ([#1491](https://github.com/getsentry/sentry-unity/pull/1491)) - -### Fixes - - Fixed an issue with the SDK failing to properly detect application pause and focus lost events and creating false positive ANR events (specifically on Android) ([#1484](https://github.com/getsentry/sentry-unity/pull/1484)) ### Dependencies From 92b5a872a6a3cbcb985e99fe4149d5fde6fb8005 Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Fri, 24 Nov 2023 14:57:21 +0000 Subject: [PATCH 6/7] release: 1.7.1 --- CHANGELOG.md | 2 +- Directory.Build.props | 2 +- README.md | 2 +- package/README.md | 2 +- package/package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 415aaa271..3a05a4457 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 1.7.1 ### Fixes diff --git a/Directory.Build.props b/Directory.Build.props index 7051ee13d..ba8682a9d 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,6 +1,6 @@ - 1.7.1-beta.1 + 1.7.1 9 enable true diff --git a/README.md b/README.md index 5c3f14c05..d6cdd28d5 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Sentry SDK for Unity Install it via `UPM`: ``` -https://github.com/getsentry/unity.git#1.7.1-beta.1 +https://github.com/getsentry/unity.git#1.7.1 ``` ## Documentation diff --git a/package/README.md b/package/README.md index 92073d465..e701fa1f9 100644 --- a/package/README.md +++ b/package/README.md @@ -15,7 +15,7 @@ This is the UPM package for the Sentry SDK for Unity. Install it via `UPM`: ``` -https://github.com/getsentry/unity.git#1.7.1-beta.1 +https://github.com/getsentry/unity.git#1.7.1 ``` ## Source code diff --git a/package/package.json b/package/package.json index bb8712ec3..4e4d187eb 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "io.sentry.unity", - "version": "1.7.1-beta.1", + "version": "1.7.1", "displayName": "Sentry Unity", "description": "Sentry SDK for Unity", "unity": "2019.4", From 569876dca917482d8935d5d279778f76cf278a36 Mon Sep 17 00:00:00 2001 From: bitsandfoxes Date: Fri, 1 Dec 2023 12:51:20 +0100 Subject: [PATCH 7/7] Updated CHANGELOG.md --- CHANGELOG.md | 38 ++++++++++++++++++++++++++------------ 1 file changed, 26 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39b1e4ba6..61cca744a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## Unreleased + +### Dependencies + +- Bump CLI from v2.21.2 to v2.22.2 [#1501](https://github.com/getsentry/sentry-unity/pull/1501) + - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2222) + - [diff](https://github.com/getsentry/sentry-cli/compare/2.21.2...2.22.2) +- Bump Cocoa SDK from v8.16.1 to v8.17.0 [#1503](https://github.com/getsentry/sentry-unity/pull/1503) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8170) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.16.1...8.17.0) +- Bump .NET SDK from v3.41.2 to v3.41.3 [#1505](https://github.com/getsentry/sentry-unity/pull/1505) + - [changelog](https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md#3413) + - [diff](https://github.com/getsentry/sentry-dotnet/compare/3.40.1...3.41.2) +- Bump Java SDK from v7.0.0-1-g2a3dd50f to v7.0.0 ([#1506](https://github.com/getsentry/sentry-unity/pull/1506)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#700) + - [diff](https://github.com/getsentry/sentry-java/compare/7.0.0-1-g2a3dd50f...7.0.0) + ## 1.7.1 ### Fixes @@ -9,21 +26,18 @@ ### Dependencies -- Bump CLI from v2.21.2 to v2.22.2 ([#1485](https://github.com/getsentry/sentry-unity/pull/1485), [#1494](https://github.com/getsentry/sentry-unity/pull/1494), [#1495](https://github.com/getsentry/sentry-unity/pull/1495), [#1501](https://github.com/getsentry/sentry-unity/pull/1501)) - - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2222) - - [diff](https://github.com/getsentry/sentry-cli/compare/2.21.2...2.22.2) -- Bump Cocoa SDK from v8.15.0 to v8.17.0 ([#1486](https://github.com/getsentry/sentry-unity/pull/1486), [#1489](https://github.com/getsentry/sentry-unity/pull/1489), [#1497](https://github.com/getsentry/sentry-unity/pull/1497), [#1499](https://github.com/getsentry/sentry-unity/pull/1499), [#1503](https://github.com/getsentry/sentry-unity/pull/1503)) - - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8170) - - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.15.0...8.17.0) -- Bump .NET SDK from v3.40.1 to v3.41.3 ([#1487](https://github.com/getsentry/sentry-unity/pull/1487), [#1498](https://github.com/getsentry/sentry-unity/pull/1498), [#1500](https://github.com/getsentry/sentry-unity/pull/1500), [#1505](https://github.com/getsentry/sentry-unity/pull/1505)) - - [changelog](https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md#3413) - - [diff](https://github.com/getsentry/sentry-dotnet/compare/3.40.1...3.41.3) +- Bump CLI from v2.21.2 to v2.21.5 ([#1485](https://github.com/getsentry/sentry-unity/pull/1485), [#1494](https://github.com/getsentry/sentry-unity/pull/1494), [#1495](https://github.com/getsentry/sentry-unity/pull/1495)) + - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2215) + - [diff](https://github.com/getsentry/sentry-cli/compare/2.21.2...2.21.5) +- Bump Cocoa SDK from v8.15.0 to v8.16.1 ([#1486](https://github.com/getsentry/sentry-unity/pull/1486), [#1489](https://github.com/getsentry/sentry-unity/pull/1489), [#1497](https://github.com/getsentry/sentry-unity/pull/1497), [#1499](https://github.com/getsentry/sentry-unity/pull/1499)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8161) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.15.0...8.16.1) +- Bump .NET SDK from v3.40.1 to v3.41.2 ([#1487](https://github.com/getsentry/sentry-unity/pull/1487), [#1498](https://github.com/getsentry/sentry-unity/pull/1498), [#1500](https://github.com/getsentry/sentry-unity/pull/1500)) + - [changelog](https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md#3412) + - [diff](https://github.com/getsentry/sentry-dotnet/compare/3.40.1...3.41.2) - Bump Native SDK from v0.6.6 to v0.6.7 ([#1493](https://github.com/getsentry/sentry-unity/pull/1493)) - [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#067) - [diff](https://github.com/getsentry/sentry-native/compare/0.6.6...0.6.7) -- Bump Java SDK from v7.0.0-1-g2a3dd50f to v7.0.0 ([#1506](https://github.com/getsentry/sentry-unity/pull/1506)) - - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#700) - - [diff](https://github.com/getsentry/sentry-java/compare/7.0.0-1-g2a3dd50f...7.0.0) ## 1.7.0