Skip to content

Commit 538ede0

Browse files
committed
Release v1.5.7
1 parent 9e37b44 commit 538ede0

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 1.5.7
2+
BUG FIXES:
3+
* Add value check processing of RequireSchemaAuthz attribute.([#78](https://github.com/personium/personium-core/issues/78))
4+
* Change execution privilege of GetBoxURL API.([#82](https://github.com/personium/personium-core/issues/82))
5+
* DateTime literal format used in OData $filter is not implemented correctly.([#86](https://github.com/personium/personium-core/issues/86))
6+
7+
IMPROVEMENTS:
8+
* When Unit URL is changed, cells' hidden parameter `Owner` in elasticsearch will be wrong URL.([#40](https://github.com/personium/personium-core/issues/40))
9+
* Unify the linefeed code of file to LF.([#77](https://github.com/personium/personium-core/issues/77))
10+
* Recursive delete of WebDAV collection without user OData.([#68](https://github.com/personium/personium-core/issues/68))
11+
112
## 1.5.6
213
IMPROVEMENTS:
314
* OData with N:N relationship also deletes $links at the same time when deleting entities.([#65](https://github.com/personium/personium-core/issues/65))

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>io.personium</groupId>
44
<artifactId>personium-core</artifactId>
55
<packaging>war</packaging>
6-
<version>1.5.7-SNAPSHOT</version>
6+
<version>1.5.7</version>
77
<name>personium-core Maven Webapp</name>
88
<url>http://maven.apache.org</url>
99
<licenses>
@@ -26,12 +26,12 @@
2626
<dependency>
2727
<groupId>io.personium</groupId>
2828
<artifactId>personium-lib-es-adapter</artifactId>
29-
<version>1.4.6-SNAPSHOT</version>
29+
<version>1.4.6</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>io.personium</groupId>
3333
<artifactId>personium-lib-common</artifactId>
34-
<version>1.4.6-SNAPSHOT</version>
34+
<version>1.4.6</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>io.personium</groupId>
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>io.personium</groupId>
4848
<artifactId>personium-client-java</artifactId>
49-
<version>1.4.6-SNAPSHOT</version>
49+
<version>1.4.6</version>
5050
<scope>test</scope>
5151
</dependency>
5252
<dependency>

0 commit comments

Comments
 (0)