|
1 | 1 | ## Change Log ##
|
2 | 2 |
|
| 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 | + |
3 | 34 | ### 1.2.3 ##
|
4 | 35 |
|
5 | 36 | 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:
|
34 | 65 |
|
35 | 66 | 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.
|
36 | 67 |
|
| 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 | + |
37 | 75 | ### 1.1.5 ##
|
38 | 76 |
|
39 | 77 | 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