You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,24 @@
1
1
# App Center SDK for Unity Change Log
2
2
3
+
## Release 1.0.0
4
+
5
+
**Analytics**
6
+
7
+
*[Feature] Preparation work for a future change in transmission protocol and endpoint for Analytics data. There is no impact on your current workflow when using App Center.
8
+
9
+
**UWP**
10
+
11
+
***[Bug fix]** Fix build errors when building the `UWP` app with `.Net` scripting backend
12
+
***[Bug fix]** Fix issue with reporting analytics events from `Start` method
13
+
***[Bug fix]** Automatically add the `InternetAccess` capability when building `UWP` apps in order for analytics to work properly
14
+
15
+
**Android**
16
+
17
+
***[Bug fix]** Fix error occuring when trying to send crash report
18
+
***[Bug fix]** Fix performance issue caused by exceptions reporting logic
19
+
20
+
___
21
+
3
22
## Release 0.1.4
4
23
5
24
***[Feature]** Add pause/resume APIs which pause/resume sending Analytics logs to App Center.
***[Feature]** Add pause/resume APIs which pause/resume sending Analytics logs to App Center.
4
-
***[Feature]** Add ability to specify maximum size limit on the local SQLite storage. Previously, up to 300 logs were stored of any size. The default value is 10MB.
3
+
**Analytics**
4
+
5
+
*[Feature] Preparation work for a future change in transmission protocol and endpoint for Analytics data. There is no impact on your current workflow when using App Center.
5
6
6
7
**UWP**
7
-
***[Bug fix]** Fixed missing namespace import when building with `.Net` scripting backend.
8
+
9
+
***[Bug fix]** Fix build errors when building the `UWP` app with `.Net` scripting backend
10
+
***[Bug fix]** Fix issue with reporting analytics events from `Start` method
11
+
***[Bug fix]** Automatically add the `InternetAccess` capability when building `UWP` apps in order for analytics to work properly
12
+
13
+
**Android**
14
+
15
+
***[Bug fix]** Fix error occuring when trying to send crash report
16
+
***[Bug fix]** Fix performance issue caused by exceptions reporting logic
0 commit comments