Skip to content

Commit

Permalink
Merge pull request #449 from microsoft/release/3.2.0
Browse files Browse the repository at this point in the history
Release 3.2.0
  • Loading branch information
YuyaoHu authored Apr 26, 2020
2 parents 7b2d1a5 + 24e2532 commit 19f4172
Show file tree
Hide file tree
Showing 14 changed files with 81 additions and 23 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.

using System;
Expand All @@ -16,7 +16,7 @@ namespace Microsoft.AppCenter.Unity.Analytics
public class Analytics
{
// Used by App Center Unity Editor Extensions: https://github.com/Microsoft/AppCenter-SDK-Unity-Extension
public const string AnalyticsSDKVersion = "3.1.0";
public const string AnalyticsSDKVersion = "3.2.0";

public static void PrepareEventHandlers()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public static class WrapperSdk
private static bool _hasAttemptedToGetRuntimeVersion;

public const string Name = "appcenter.unity";
public const string WrapperSdkVersion = "3.1.0";
public const string WrapperSdkVersion = "3.2.0";

internal static string WrapperRuntimeVersion
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace Microsoft.AppCenter.Unity.Crashes
public class Crashes
{
// Used by App Center Unity Editor Extensions: https://github.com/Microsoft/AppCenter-SDK-Unity-Extension
public const string CrashesSDKVersion = "3.1.0";
public const string CrashesSDKVersion = "3.2.0";
private static bool _reportUnhandledExceptions = false;
private static bool _enableErrorAttachmentsCallbacks = false;
private static readonly object _objectLock = new object();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace Microsoft.AppCenter.Unity.Distribute
public class Distribute
{
// Used by App Center Unity Editor Extensions: https://github.com/Microsoft/AppCenter-SDK-Unity-Extension
public const string DistributeSDKVersion = "3.1.0";
public const string DistributeSDKVersion = "3.2.0";

public static void PrepareEventHandlers()
{
Expand Down
2 changes: 1 addition & 1 deletion Assets/AppCenter/Plugins/AppCenterSDK/Push/Shared/Push.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace Microsoft.AppCenter.Unity.Push
public class Push
{
// Used by App Center Unity Editor Extensions: https://github.com/Microsoft/AppCenter-SDK-Unity-Extension
public const string PushSDKVersion = "3.1.0";
public const string PushSDKVersion = "3.2.0";
private static readonly object _lockObject = new object();
private static bool _needsReplay = true;
private static bool IsAppCenterStarted;
Expand Down
26 changes: 25 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# App Center SDK for Unity Change Log

## Release 3.1.1 (Under development)
## Release 3.2.0

### App Center

Expand All @@ -10,6 +10,30 @@

* **[Fix]** Add missing system dependencies that aren't implicitly included when `APPCENTER_DONT_USE_NATIVE_STARTER` flag is used.

#### UWP

* **[Fix]** Fix retry sending logs after timeout exception.

### App Center Crashes

* **[Fix]** Remove the multiple attachments warning as that is now supported by the portal.

#### Android

* **[Fix]** Change minidump filter to use file extension instead of name.
* **[Fix]** Fix removing minidump files when the sending crash report was discarded.

#### iOS

* **[Improvement]** Update PLCrashReporter to 1.5.1.

### App Center Distribute

#### Android

* **[Feature]** Automatically check for update when application switches from background to foreground (unless automatic checks are disabled).
* **[Fix]** Fix checking for updates after disabling the Distribute module while downloading the release.

___

## Release 3.1.0
Expand Down
34 changes: 34 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
## Release 3.2.0

### App Center

* **[Fix]** Fix SDK doesn't work without `Distribute` package.

#### iOS

* **[Fix]** Add missing system dependencies that aren't implicitly included when `APPCENTER_DONT_USE_NATIVE_STARTER` flag is used.

#### UWP

* **[Fix]** Fix retry sending logs after timeout exception.

### App Center Crashes

* **[Fix]** Remove the multiple attachments warning as that is now supported by the portal.

#### Android

* **[Fix]** Change minidump filter to use file extension instead of name.
* **[Fix]** Fix removing minidump files when the sending crash report was discarded.

#### iOS

* **[Improvement]** Update PLCrashReporter to 1.5.1.

### App Center Distribute

#### Android

* **[Feature]** Automatically check for update when application switches from background to foreground (unless automatic checks are disabled).
* **[Fix]** Fix checking for updates after disabling the Distribute module while downloading the release.

## Release 3.1.0

### App Center
Expand Down
4 changes: 2 additions & 2 deletions UnityPackageSpecs/AppCenter.unitypackagespec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<package name="AppCenter" version="3.1.0">
<?xml version="1.0" encoding="utf-8"?>
<package name="AppCenter" version="3.2.0">
<include>
<!-- Editor related files -->
<file path="Assets/AppCenter/Editor" />
Expand Down
4 changes: 2 additions & 2 deletions UnityPackageSpecs/AppCenterAnalytics.unitypackagespec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<package name="AppCenterAnalytics" version="3.1.0" needsCore="true">
<?xml version="1.0" encoding="utf-8"?>
<package name="AppCenterAnalytics" version="3.2.0" needsCore="true">
<include>
<!-- Shared files -->
<file path="Assets/AppCenter/Plugins/AppCenterSDK/Analytics/Shared" />
Expand Down
4 changes: 2 additions & 2 deletions UnityPackageSpecs/AppCenterCrashes.unitypackagespec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<package name="AppCenterCrashes" version="3.1.0" needsCore="true">
<?xml version="1.0" encoding="utf-8"?>
<package name="AppCenterCrashes" version="3.2.0" needsCore="true">
<include>
<!-- Shared files -->
<file path="Assets/AppCenter/Plugins/AppCenterSDK/Crashes/Shared" />
Expand Down
4 changes: 2 additions & 2 deletions UnityPackageSpecs/AppCenterDistribute.unitypackagespec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<package name="AppCenterDistribute" version="3.1.0" needsCore="true">
<?xml version="1.0" encoding="utf-8"?>
<package name="AppCenterDistribute" version="3.2.0" needsCore="true">
<include>
<!-- Shared files -->
<file path="Assets/AppCenter/Plugins/AppCenterSDK/Distribute/Shared" />
Expand Down
4 changes: 2 additions & 2 deletions UnityPackageSpecs/AppCenterPush.unitypackagespec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<package name="AppCenterPush" version="3.1.0" needsCore="true">
<?xml version="1.0" encoding="utf-8"?>
<package name="AppCenterPush" version="3.2.0" needsCore="true">
<include>
<!-- Shared files -->
<file path="Assets/AppCenter/Plugins/AppCenterSDK/Push/Shared" />
Expand Down
6 changes: 3 additions & 3 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ using System.Net;
using System.Threading;

// Native SDK versions
const string AndroidSdkVersion = "3.1.0";
const string IosSdkVersion = "3.1.0";
const string UwpSdkVersion = "3.1.0";
const string AndroidSdkVersion = "3.2.1";
const string IosSdkVersion = "3.1.1";
const string UwpSdkVersion = "3.2.1";

// URLs for downloading binaries.
/*
Expand Down
6 changes: 3 additions & 3 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "git",
"git": {
"repositoryUrl": "https://github.com/microsoft/appcenter-sdk-android.git",
"commitHash": "af4f0eecef83a0c6c00b26f9e12d215d0df21351"
"commitHash": "46937a914f945c7eebdc3d74acf2c91744357d0d"
}
}
},
Expand All @@ -14,7 +14,7 @@
"type": "git",
"git": {
"repositoryUrl": "https://github.com/microsoft/appcenter-sdk-apple.git",
"commitHash": "68ef3d10a6e3f578d9f6a13ee65e0326b320f23c"
"commitHash": "9cda019f382e53844f369e168fd02ad457b11c07"
}
}
},
Expand All @@ -23,7 +23,7 @@
"type": "git",
"git": {
"repositoryUrl": "https://github.com/microsoft/appcenter-sdk-dotnet.git",
"commitHash": "d045132db7cdce82e75d5ff8c17d3d4e9914af2c"
"commitHash": "b6355d44135ff6a9774a6bf0ebfb255937d6adeb"
}
}
},
Expand Down

0 comments on commit 19f4172

Please sign in to comment.