Skip to content

Commit

Permalink
Release v1.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
SawamiWataru committed Dec 15, 2017
1 parent 9e37b44 commit 538ede0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 1.5.7
BUG FIXES:
* Add value check processing of RequireSchemaAuthz attribute.([#78](https://github.com/personium/personium-core/issues/78))
* Change execution privilege of GetBoxURL API.([#82](https://github.com/personium/personium-core/issues/82))
* DateTime literal format used in OData $filter is not implemented correctly.([#86](https://github.com/personium/personium-core/issues/86))

IMPROVEMENTS:
* When Unit URL is changed, cells' hidden parameter `Owner` in elasticsearch will be wrong URL.([#40](https://github.com/personium/personium-core/issues/40))
* Unify the linefeed code of file to LF.([#77](https://github.com/personium/personium-core/issues/77))
* Recursive delete of WebDAV collection without user OData.([#68](https://github.com/personium/personium-core/issues/68))

## 1.5.6
IMPROVEMENTS:
* OData with N:N relationship also deletes $links at the same time when deleting entities.([#65](https://github.com/personium/personium-core/issues/65))
Expand Down
8 changes: 4 additions & 4 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.5.7-SNAPSHOT</version>
<version>1.5.7</version>
<name>personium-core Maven Webapp</name>
<url>http://maven.apache.org</url>
<licenses>
Expand All @@ -26,12 +26,12 @@
<dependency>
<groupId>io.personium</groupId>
<artifactId>personium-lib-es-adapter</artifactId>
<version>1.4.6-SNAPSHOT</version>
<version>1.4.6</version>
</dependency>
<dependency>
<groupId>io.personium</groupId>
<artifactId>personium-lib-common</artifactId>
<version>1.4.6-SNAPSHOT</version>
<version>1.4.6</version>
</dependency>
<dependency>
<groupId>io.personium</groupId>
Expand All @@ -46,7 +46,7 @@
<dependency>
<groupId>io.personium</groupId>
<artifactId>personium-client-java</artifactId>
<version>1.4.6-SNAPSHOT</version>
<version>1.4.6</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 538ede0

Please sign in to comment.