Skip to content

Commit 19f4172

Browse files
authored
Merge pull request #449 from microsoft/release/3.2.0
Release 3.2.0
2 parents 7b2d1a5 + 24e2532 commit 19f4172

File tree

14 files changed

+81
-23
lines changed

14 files changed

+81
-23
lines changed

Assets/AppCenter/Plugins/AppCenterSDK/Analytics/Shared/Analytics.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Microsoft Corporation. All rights reserved.
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
22
// Licensed under the MIT license.
33

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

2121
public static void PrepareEventHandlers()
2222
{

Assets/AppCenter/Plugins/AppCenterSDK/Core/Shared/WrapperSdk.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public static class WrapperSdk
1212
private static bool _hasAttemptedToGetRuntimeVersion;
1313

1414
public const string Name = "appcenter.unity";
15-
public const string WrapperSdkVersion = "3.1.0";
15+
public const string WrapperSdkVersion = "3.2.0";
1616

1717
internal static string WrapperRuntimeVersion
1818
{

Assets/AppCenter/Plugins/AppCenterSDK/Crashes/Shared/Crashes.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ namespace Microsoft.AppCenter.Unity.Crashes
2020
public class Crashes
2121
{
2222
// Used by App Center Unity Editor Extensions: https://github.com/Microsoft/AppCenter-SDK-Unity-Extension
23-
public const string CrashesSDKVersion = "3.1.0";
23+
public const string CrashesSDKVersion = "3.2.0";
2424
private static bool _reportUnhandledExceptions = false;
2525
private static bool _enableErrorAttachmentsCallbacks = false;
2626
private static readonly object _objectLock = new object();

Assets/AppCenter/Plugins/AppCenterSDK/Distribute/Shared/Distribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ namespace Microsoft.AppCenter.Unity.Distribute
1616
public class Distribute
1717
{
1818
// Used by App Center Unity Editor Extensions: https://github.com/Microsoft/AppCenter-SDK-Unity-Extension
19-
public const string DistributeSDKVersion = "3.1.0";
19+
public const string DistributeSDKVersion = "3.2.0";
2020

2121
public static void PrepareEventHandlers()
2222
{

Assets/AppCenter/Plugins/AppCenterSDK/Push/Shared/Push.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ namespace Microsoft.AppCenter.Unity.Push
1616
public class Push
1717
{
1818
// Used by App Center Unity Editor Extensions: https://github.com/Microsoft/AppCenter-SDK-Unity-Extension
19-
public const string PushSDKVersion = "3.1.0";
19+
public const string PushSDKVersion = "3.2.0";
2020
private static readonly object _lockObject = new object();
2121
private static bool _needsReplay = true;
2222
private static bool IsAppCenterStarted;

CHANGELOG.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# App Center SDK for Unity Change Log
22

3-
## Release 3.1.1 (Under development)
3+
## Release 3.2.0
44

55
### App Center
66

@@ -10,6 +10,30 @@
1010

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

13+
#### UWP
14+
15+
* **[Fix]** Fix retry sending logs after timeout exception.
16+
17+
### App Center Crashes
18+
19+
* **[Fix]** Remove the multiple attachments warning as that is now supported by the portal.
20+
21+
#### Android
22+
23+
* **[Fix]** Change minidump filter to use file extension instead of name.
24+
* **[Fix]** Fix removing minidump files when the sending crash report was discarded.
25+
26+
#### iOS
27+
28+
* **[Improvement]** Update PLCrashReporter to 1.5.1.
29+
30+
### App Center Distribute
31+
32+
#### Android
33+
34+
* **[Feature]** Automatically check for update when application switches from background to foreground (unless automatic checks are disabled).
35+
* **[Fix]** Fix checking for updates after disabling the Distribute module while downloading the release.
36+
1337
___
1438

1539
## Release 3.1.0

RELEASE.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
## Release 3.2.0
2+
3+
### App Center
4+
5+
* **[Fix]** Fix SDK doesn't work without `Distribute` package.
6+
7+
#### iOS
8+
9+
* **[Fix]** Add missing system dependencies that aren't implicitly included when `APPCENTER_DONT_USE_NATIVE_STARTER` flag is used.
10+
11+
#### UWP
12+
13+
* **[Fix]** Fix retry sending logs after timeout exception.
14+
15+
### App Center Crashes
16+
17+
* **[Fix]** Remove the multiple attachments warning as that is now supported by the portal.
18+
19+
#### Android
20+
21+
* **[Fix]** Change minidump filter to use file extension instead of name.
22+
* **[Fix]** Fix removing minidump files when the sending crash report was discarded.
23+
24+
#### iOS
25+
26+
* **[Improvement]** Update PLCrashReporter to 1.5.1.
27+
28+
### App Center Distribute
29+
30+
#### Android
31+
32+
* **[Feature]** Automatically check for update when application switches from background to foreground (unless automatic checks are disabled).
33+
* **[Fix]** Fix checking for updates after disabling the Distribute module while downloading the release.
34+
135
## Release 3.1.0
236

337
### App Center

UnityPackageSpecs/AppCenter.unitypackagespec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<package name="AppCenter" version="3.1.0">
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package name="AppCenter" version="3.2.0">
33
<include>
44
<!-- Editor related files -->
55
<file path="Assets/AppCenter/Editor" />

UnityPackageSpecs/AppCenterAnalytics.unitypackagespec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<package name="AppCenterAnalytics" version="3.1.0" needsCore="true">
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package name="AppCenterAnalytics" version="3.2.0" needsCore="true">
33
<include>
44
<!-- Shared files -->
55
<file path="Assets/AppCenter/Plugins/AppCenterSDK/Analytics/Shared" />

UnityPackageSpecs/AppCenterCrashes.unitypackagespec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<package name="AppCenterCrashes" version="3.1.0" needsCore="true">
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package name="AppCenterCrashes" version="3.2.0" needsCore="true">
33
<include>
44
<!-- Shared files -->
55
<file path="Assets/AppCenter/Plugins/AppCenterSDK/Crashes/Shared" />

0 commit comments

Comments
 (0)