From f975d67c750add2a0318267499f78790480a43e9 Mon Sep 17 00:00:00 2001 From: Bumpsnag Bot <> Date: Tue, 7 Oct 2025 09:01:25 +0000 Subject: [PATCH] Update bugsnag-cli to v3.4.1 [full ci] --- .../Assets/Bugsnag/Editor/SymbolUpload/BugsnagCLI.cs | 2 +- CHANGELOG.md | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Bugsnag/Assets/Bugsnag/Editor/SymbolUpload/BugsnagCLI.cs b/Bugsnag/Assets/Bugsnag/Editor/SymbolUpload/BugsnagCLI.cs index b80273747..5e9104615 100644 --- a/Bugsnag/Assets/Bugsnag/Editor/SymbolUpload/BugsnagCLI.cs +++ b/Bugsnag/Assets/Bugsnag/Editor/SymbolUpload/BugsnagCLI.cs @@ -8,7 +8,7 @@ namespace BugsnagUnity.Editor { internal class BugsnagCLI { - private const string DOWNLOADED_CLI_VERSION = "3.3.1"; + private const string DOWNLOADED_CLI_VERSION = "3.4.1"; private readonly string DOWNLOADED_CLI_PATH = Path.Combine(Application.dataPath, "../bugsnag/bin/bugsnag_cli"); private readonly string DOWNLOADED_CLI_URL = $"https://github.com/bugsnag/bugsnag-cli/releases/download/v{DOWNLOADED_CLI_VERSION}/"; private readonly string _cliExecutablePath; diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b4974cdb..167918ffe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## TBD + +### Dependencies + +Update bugsnag-cli to [v3.4.1](https//github.com/bugsnag/bugsnag-cli/releases/tag/v3.4.1) [#945](https://github.com/bugsnag/bugsnag-unity/pull/945) + ## 8.8.1 (2025-09-23) ### Bug Fixes @@ -15,7 +21,6 @@ ### Dependencies - Update bugsnag-cocoa to [v6.33.1](https://github.com/bugsnag/bugsnag-cocoa/releases/tag/v6.33.1) [#934](https://github.com/bugsnag/bugsnag-unity/pull/934) - - Update bugsnag-android to [v6.18.0](https://github.com/bugsnag/bugsnag-android/releases/tag/v6.18.0) [#934](https://github.com/bugsnag/bugsnag-unity/pull/934) ## 8.7.1 (2025-09-08) @@ -35,7 +40,6 @@ ### Enhancements - Enable fallback support for linux builds [#916](https://github.com/bugsnag/bugsnag-unity/pull/916) - - Add helper method for converting system stacktraces [#917](https://github.com/bugsnag/bugsnag-unity/pull/917) ## 8.6.1 (2025-07-10) @@ -49,7 +53,6 @@ ### Enhancements - Set default endpoints based on API key [#905](https://github.com/bugsnag/bugsnag-unity/pull/905) - - Add compilation platform as `error.type` to event payloads to enable IL2CPP symbolication in future [#904](https://github.com/bugsnag/bugsnag-unity/pull/904) ## 8.5.2 (2025-03-31) @@ -61,7 +64,6 @@ ### Dependencies - Update bugsnag-cocoa to [v6.32.2](https://github.com/bugsnag/bugsnag-cocoa/releases/tag/v6.32.2) [#895](https://github.com/bugsnag/bugsnag-unity/pull/895) - - Update bugsnag-android to [v6.12.1](https://github.com/bugsnag/bugsnag-android/releases/tag/v6.12.1) [#888](https://github.com/bugsnag/bugsnag-unity/pull/888) ## 8.5.1 (2025-03-03)