Skip to content

Commit

Permalink
Release v1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SawamiWataru committed Dec 27, 2018
1 parent 9eb5837 commit a221407
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 1.7.4
BUG FIXES:
* "Unknown Exception" has occurred on $select query for CellCtl object.([#56](https://github.com/personium/personium-core/issues/56))

IMPROVEMENTS:
* OAuth2 Token Introspection.([#281](https://github.com/personium/personium-core/issues/281))
* Support OpenID Connect.([#287](https://github.com/personium/personium-core/issues/287)) **Under development.**
* __authz endpoint
* Accept "scope=openid"
* Accept "response_type=id_token"
* Add "__certs" endpoint
* Responses are still all dummy

## 1.7.3
IMPROVEMENTS:
* Response body of PROPFIND is URL-encoded.([#219](https://github.com/personium/personium-core/issues/219))
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>io.personium</groupId>
<artifactId>personium-core</artifactId>
<packaging>war</packaging>
<version>1.7.4-SNAPSHOT</version>
<version>1.7.4</version>
<name>personium-core Maven Webapp</name>
<url>http://maven.apache.org</url>
<licenses>
Expand Down Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>io.personium</groupId>
<artifactId>personium-lib-common</artifactId>
<version>1.4.17-SNAPSHOT</version>
<version>1.4.17</version>
</dependency>
<dependency>
<groupId>io.personium</groupId>
Expand Down

0 comments on commit a221407

Please sign in to comment.