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

Commit c56039e

Browse files
committed
Updated changelog
1 parent 6232f2d commit c56039e

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

changelog.md

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

3+
### 1.3.0 ##
4+
5+
This release has a number of feature additions and bug fixes. Of note:
6+
7+
* Added Documentation sections for Spring WebMVC and Zuul integrations
8+
* Updated Zuul integration forward a highly configurable authentication assertion
9+
* Can be raw JSON or a JWT
10+
* Can use a variety of signing algorithms, including HMAC, RSA and Elliptic Curve families
11+
* Put the Stormpath Spring Security Filter in front of the Stormpath Filter (critical fix for stability and future Spring Security work)
12+
* Upgraded to Spring Boot version 1.4.3
13+
* Upgraded to Spring Security 4.2.0
14+
* Enables the auto-loading of the StormpathWebSecuriytConfigurer for Spring Boot apps alleviating the need to use the `.apply(stormpath())` pattern
15+
* Added a BOM (Bill of Materials) module enabling developers to include a single master dependency without having to specify a version for each stormpath module they want to use. Also enables Stormpath to be listed on start.spring.io
16+
* Added PUT to the default list of supported CORS methods
17+
* Added SAML idP (identity Provider) support to the SDK
18+
* Added Twitter Social support to the SDK
19+
* Added generic OAuth2 support to the SDK
20+
* This enables us to use nearly any external provider that supports OAuth2
21+
* Bug Fixes
22+
* Disabling Spring Security via properties was not working
23+
* Spring Security was making two authentication attempts
24+
25+
See [1.3.0 closed issues](https://github.com/stormpath/stormpath-sdk-java/issues?q=milestone%3A1.3.0+is%3Aclosed)
26+
27+
### 1.2.4 ##
28+
29+
This release fixes a bug whereby an Account would be cached with UNVERIFIED status which would interfere with a user
30+
logging in when the Account Status had been updated on the backend.
31+
32+
See [1.2.4 closed bugs](https://github.com/stormpath/stormpath-sdk-java/issues?q=milestone%3A1.2.4+is%3Aclosed)
33+
334
### 1.2.3 ##
435

536
This release fixes a bug whereby new passwords that violate the password policy were showing the wrong error on the forgot password flow.
@@ -34,6 +65,13 @@ This release has a number of feature additions and bug fixes. Of note:
3465

3566
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.
3667

68+
### 1.1.6 ##
69+
70+
This release fixes a bug whereby an Account would be cached with UNVERIFIED status which would interfere with a user
71+
logging in when the Account Status had been updated on the backend.
72+
73+
See [1.1.6 closed bugs](https://github.com/stormpath/stormpath-sdk-java/issues?q=milestone%3A1.1.6+is%3Aclosed)
74+
3775
### 1.1.5 ##
3876

3977
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)