Skip to content

Commit

Permalink
Release v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SawamiWataru committed Jan 31, 2018
1 parent 5b3f55d commit 2547b9f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 5 deletions.
25 changes: 21 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,26 @@
## 1.6.1
BUG FIXES:
* Modify API execution privilege of NullResource.([#95](https://github.com/personium/personium-core/issues/95))

IMPROVEMENTS:
* Enable to receive events with WebSocket.([#116](https://github.com/personium/personium-core/issues/116))

## 1.6.0
NEW FEATURES:
* Event Processing Functions
* New Cell control objects "Rule" is introduced for managing event processing rules.
see ([#89](https://github.com/personium/personium-core/issues/89))

BREAKING CHANGES:
* Interfaces of Messaging and external event acceptance API's are changed:
* RequestRelation is now replaced with RequestObjects.
see ([#103](https://github.com/personium/personium-core/issues/103))
* External event JSON structure has changed.
* External events are no longer logged by default without any Rules settings.

IMPROVEMENTS:
* Update httpclient lib version.([#41](https://github.com/personium/personium-core/issues/41))
* Event-driven service execution.([#89](https://github.com/personium/personium-core/issues/89))
* Make "unitUser.issuers" correspond to personium-localunit.([#99](https://github.com/personium/personium-core/issues/99))
* Change RequestRelation specification of message api.([#103](https://github.com/personium/personium-core/issues/103))
* httpclient lib version updated. ([#41](https://github.com/personium/personium-core/issues/41))
* "unitUser.issuers" item in the unit config file now supports URL's with personium-localunit scheme. ([#99](https://github.com/personium/personium-core/issues/99))

## 1.5.8
IMPROVEMENTS:
Expand Down
2 changes: 1 addition & 1 deletion 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.6.1-SNAPSHOT</version>
<version>1.6.1</version>
<name>personium-core Maven Webapp</name>
<url>http://maven.apache.org</url>
<licenses>
Expand Down

0 comments on commit 2547b9f

Please sign in to comment.