Releases: personium/personium-core
Releases · personium/personium-core
Release v1.5.2
Release v1.5.1
Release v1.5.0
Release v1.4.6
BUG FIXES:
- Implementation of BoxBound function of message API. (#17)
Release v1.4.5
BUG FIXES:
Fixed a bug in Cell Recursive Delete API. (#13)
Release v1.4.4
MODIFICATIONS FOR RELIABILITY:
- Add test codes for Accept Weak ETag. (#5)
Release v1.4.3
IMPROVEMENTS:
MODIFICATIONS FOR SECURITY:
- Abolished temporarily Unit User Promotion
PROPPATCH
API. (#11).
BUG FIXES:
Release v1.4.2
BREAKING CHANGES:
-
Rename package name and some parameters from
com.fujitsu.dc
ordc
toio.personium
orpersonium
. (#1)- Changed parameters' names are below:
# Name 1.4.1 and previous 1.4.2 or later Example or Usage 1 Unit Configuration file name dc-config.properties personium-unit-config.properties 2 XML name space/URN xmlns:dc='urn:x-dc1:xmlns'
xmlns:p='urn:x-personium:xmlns'
WebDAV Property data, bar file document or Authn APIs. 3 HTTP request header X-Dc-Xxxxx
X-Personium-Xxxxx
All APIs with original request header 4 POST request parameters' key dc_xxxxx
p_xxxxx
APIs with post parameters 5 Core APIs for Engine Javascript dc.xxxx
_p.xxxxx
Engine service script (server-side logic)
IMPROVEMENTS:
- Cell level ACL are inherited to all Boxes in Cells when you set Box previliges to Cell. (#2)
- Enabled to set the Box previleges (ex.
D:read
orD:write
) to Cell level ACL. - In addition, renamed Cell administoration previlege name from
dc:all
top:root
.
- Enabled to set the Box previleges (ex.
Release v1.4.1
IMPROVEMENTS:
- core [UriUtils.java, CellEsImpl.java,TokenEndPointResource.java etc] :
A new custom URL schemepersonium-localunit
is introduced for more flexible server operation.
It is now supported in major APIs handling URL.- You can write
personium-localunit:/cell1/
instead ofhttps://myunit.example/cell1/
in fields such asBox.Schema
orExtCell.Url
when referring within the same Unit. - In previous versions, Unit FQDN change requires data conversion in most cases.
- By using this new URL scheme, links among Cells on a Unit can be kept without data conversion after Unit FQDN change.
- You can write
BUG FIXES:
- core [DcEngineSvcCollectionResource.java etc], engine [FsServiceResourceSourceManager.java etc]:
The script file could not be loaded for enabling custom API was fixed. (Issue #27) - core [DavCmpFsImpl.java]:
The bug that the content length is always reset to 0 at updating WebDAV file was fixed.(Issue #29)