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

Commit 052e83d

Browse files
author
Mario
committed
1.5.0 - Added issues resolved by Mario to changelog
1 parent 9a3c621 commit 052e83d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

changelog.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
## Change Log ##
22

3+
### 1.5.0 ##
4+
5+
* OAuth2 [revocation](https://tools.ietf.org/html/rfc7009) support has been completed, a new `/oauth/revoke` endpoint has been added
6+
* Fixed issue where not all of our integrations could be disabled by means of `stormpath.enabled = false` (additionally, this property has more visibility in our documentation now)
7+
* Fixed issue where not all of our integrations were properly reacting to `stormpath.spring.security.enabled = false`
8+
* Added support for Pre/Post Login/Register handlers in IDSite
9+
* Now Spring Boot with Spring Security applications will start properly even if they lack a `WebSecurityConfigurerAdapter` configuration
10+
* Added support for the `state` token in `grant_type=stormpath_factor_challenge` requests
11+
* Fixed issue where IDSite and SAML callbacks were not performing to spec
12+
13+
See [1.5.0 closed issues](https://github.com/stormpath/stormpath-sdk-java/issues?q=milestone%3A1.5.0+is%3Aclosed)
14+
15+
316
### 1.4.1 ##
417

518
* Fixed problem with HttpClient that caused cookies send by server to be stored and sent in every request.

0 commit comments

Comments
 (0)