Skip to content
This repository was archived by the owner on Jan 21, 2022. It is now read-only.

Commit b56f1e2

Browse files
authored
Merge pull request #116 from CAAPIM/bmckercher-patch-1
Updated to 1.4.00 and minor edits for clarity
2 parents d86a57a + 5fff1b4 commit b56f1e2

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

ChangeLog.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,28 @@
1-
# Version 4.0.00
1+
# Version 1.4.00
22

33
### Bug fixes
4-
- Populate MASUser.getEmailList() from scim interface [DE277223]
4+
- Populate MASUser.getEmailList() from SCIM interface [DE277223]
55
- Include server prefix in MQTT topic structure. [DE269619]
66
- Remove auto pagination for Group and User management [DE275216]
77
- TLS1.1 and 1.2 support for Android 4.4 [DE284027]
88

99

1010
### New features
11-
- Introduces new way of dynamically initializing SDK with enrollment URL. With this feature, application or system administrator can generate an URL specified to a user, so that the user can initialize SDK without having an application with built in `msso_config.json` deployed with the application. Server configuration and application level's implementation is required. [US279237]
12-
- Introduces new way of performing social login through SDK. SDK now performs social login with `CustomTabs` to ensure better security, and adopt modern way of performing oAuth web authentication. [US273008]
11+
- Introduces new way of dynamically initializing SDK with enrollment URL. With this feature, an application or system administrator can generate an URL specified to a user, so that the user can initialize SDK without having an application with built in `msso_config.json` deployed with the application. Server configuration and application level implementation is required. [US279237]
12+
- Introduces new way of performing social login through SDK. SDK now performs social login with `CustomTabs` to ensure better security, and adopts a modern way of performing OAuth web authentication. [US273008]
1313
- Introduces new protection on authorization process with Proof Key for Code Exchange by OAuth Public Clients. By default, PKCE process is enabled, and it can be disabled; however, it is strongly recommended to not disable it unless there is a specific use case. [US269512]
14-
- JCenter integration, allow developers to use dependency manager to install MAS SDK. [US279239]
15-
- Provide callback with error details when MASRequest is canceled. [US253874]
16-
- Minimize the number of permissions requested by the Mobile SDK. [US285971]
17-
- Remove Sponge castle dependency. [US238965]
14+
- Adds JCenter integration so developers can use dependency manager to install Mobile SDK. [US279239]
15+
- Provides callback with error details when MASRequest is canceled. [US253874]
16+
- Minimizes the number of permissions requested by the Mobile SDK. [US285971]
17+
- Removes Spongy Castle dependency. [US238965]
1818
- Introduces new way of performing user login. MASUser.login(MASIdToken idToken, final MASCallback<MASUser> callback) [US308531]
19-
- New attribute on MASRequestBuilder to allow access non-protected endpoint on the gateway. [US308531]
19+
- Adds new attribute on MASRequestBuilder that allows access to unprotected endpoint on the Gateway. [US308531]
2020

2121
### Deprecated Methods
2222
- `MASSocialLogin` class is deprecated. Please use `MASCustomTabs` to display social login web URL from `MASAuthenticationProvider` and use `MASAuthorizationResponse` class to handle incoming response from `CustomTabs`. [US279228]
23+
- `MASLoginFragment` login template has been removed. Please use `MASLoginActivity` to display the Login Dialog. [US279228]
24+
- `MASFilteredRequestBuilder.setTotalResults` has been removed. Please use `setPagination` to handle result pagination. [DE275216]
25+
- Resource files `xml/prefs.xml` and `xml/authenticator_ca_mas.xml` are removed from the Mobile SDK. [DE265344]
2326

2427

2528
# Version 1.3.00-CR1

0 commit comments

Comments
 (0)