This repository has been archived by the owner on Nov 10, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 43
/
changelog.txt
102 lines (81 loc) · 3.58 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
Version 2.1.0.1
New features:
- Adds support for Seoul region
Improvements:
- Fixed issues with namespace conflicts with ILogger on Unity 5.3
- changed scheduling for HTTP Calls on Unity to make it independent of Scaled time
Version 2.1.0.0
New features:
- Added Support for Amazon Simple Email Service.
- Added Support for AWS Lambda.
- Added Support for Amazon Kinesis Streams service client.
Improvements:
- Error Handling Support for Versions of Unity which return response body on status other than 2xx.
- Added Retry Support for SDK.
- Fixed a bug in mobile analytics which caused an error when sending events with metric named "Count".
- General documentation and service updates.
Version 2.0.0.5
New Features:
- Added Support for SQS
- Updated the WipeData api in Sync Manager to optionally wipe the identity id as well.
Improvements:
- Fixed a bug which caused multiple identities to be created.
- Fixed a reflection API which was failing on iOS.
- Fixed a bug which caused the response unmarshalling to fail due to crc32 check.
Version 2.0.0.4
New Features:
- Added a Amazon Cognito Identity public method that can query whether or not a particular credentials provider is used.
Improvements:
- General service and documentation updates.
Bugs:
- Fixed an Amazon Mobile Analytics bug where the timestamp on the session stop event can be that of the awakening time instead of the stopping time.
- Fixed an Amazon Mobile Analytics bug where a ThreadStateException can occur when Mobile Analytics background thread starts.
Version 2.0.0.3
Bugs:
- Fix a bug which causes Unity IDE to hang when the AWSPrefab was not present in the scene .
Version 2.0.0.2
Bugs:
- Fixed a bug where we would clear the user's identity ID when adding a new login provider.
Version 2.0.0.1
New Features:
- Added SNS Support
Improvements:
- Bubble up exceptions on Cognito Identity
- Remove unwanted wrapping for Cognito Sync Manager
- Remove Empty Error Logs
Version 2.0.0.0
For a complete list of New Features and Improvements please visit http://mobile.awsblog.com/post/Tx30Z7HPU42S0IN/Improvements-in-the-AWS-Mobile-SDK-for-Unity
Version 1.0.5
Fixes:
- Fixed a bug which prevented the AWS4Signer from working in the Unity Mono scripting backend.
Version 1.0.4
New Feature:
- Added feature that allows user to set Client Id in Amazon Mobile Analytics.
Fixes:
- Fixed the bug is S3 that disables HTTPS in us-east-1 region and S3 POST operation.
- Addressed the issue in Mobile Analytics that adding empty attribute value in event would throw exception.
Version 1.0.3
New Feature:
- Added developer-authenticated Cognito identity providers and a stub class to use as example.
Improvements:
- Fixed crash in WWWRequestData.cs for iOS 64-bit.
- Fixed AWS SigV4 signer for iOS 64-bit.
- Updated S3 signature to support SigV4
- Fixed bug which caused the Unity Editor to force close while debugging.
Version 1.0.2
New Feature:
- Added Amazon Mobile Analytics.
Improvements:
- Improved Unity SDK Logging.
Version 1.0.1
Fixes:
- Fixed Cognito Credential Provider bug that cannot refresh credential when it's expired.
- Always use UTC instead of local time, which fixes inconsistencies in the dataset metadata timestamps.
- Address issue that could clear cached Cognito identityId.
Improvements:
- Enabled CORS, so Amazon Cognito Identity and Sync can now be used inside Unity Web Player.
- Name-spaced cache to support multiple Cognito identity pools.
- Change Cognito Credential Provider Constructor. User now needs to provide only Cognito Identity Pool Id.
- Relaxed access modifiers, allowing developers to extend some of our classes.
Version 1.0.0
- Initial release