Skip to content
This repository was archived by the owner on Dec 12, 2018. It is now read-only.

Commit 24c8768

Browse files
committed
Updated changelog for 1.2.0
1 parent a073eb7 commit 24c8768

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

changelog.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
## Change Log ##
22

3+
### 1.2.0 ##
4+
5+
This release has a number of feature additions and bug fixes. Of note:
6+
7+
* Support for [Account Linking](https://docs.stormpath.com/java/product-guide/latest/accnt_mgmt.html#account-linking)
8+
* Support for [Application WebConfig](https://docs.stormpath.com/java/apidocs/com/stormpath/sdk/application/webconfig/package-summary.html) - critical to interacting with the soon-to-be released Stormpath Client API
9+
* Support for OAuth2 [revocation](https://tools.ietf.org/html/rfc7009) in the SDK as well as in all integrations exposed at the `/oauth/revoke` endpoont
10+
* Support for Cross Origin Resource Sharing ([CORS](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing)) entirely by configuration in all integrations using these properties:
11+
* stormpath.web.cors.enabled
12+
* stormpath.web.cors.allowed.originUris
13+
* stormpath.web.cors.allowed.headers
14+
* stormpath.web.cors.allowed.methods
15+
* Idiomatic support for the `passwordModifiedAt` field in the [Account](https://docs.stormpath.com/java/apidocs/com/stormpath/sdk/account/Account.html) interface in in search criteria on [Accounts](https://docs.stormpath.com/java/apidocs/com/stormpath/sdk/account/Accounts.html#passwordModifiedAt--)
16+
17+
See [1.2.0 closed issues](https://github.com/stormpath/stormpath-sdk-java/issues?q=milestone%3A1.2.0+is%3Aclosed) for a complete list of changes.
18+
319
### 1.1.5 ##
420

521
This release fixes two bugs. The first is a fix for the LinkedIn Social login integration. Login with LinkedIn was failing under certain conditions. The second is a fix for enabling the confirmPassword form field.

0 commit comments

Comments
 (0)