Skip to content

Releases: personium/personium-core

Release v1.7.19

18 Oct 04:25
Compare
Choose a tag to compare

BUG FIXES:

  • DateTime properties are handled as text properties for range query. (#487)
  • 500 Error occurs at token endpoint API when the request body is empty. (#489)

Release v1.7.18b

25 Sep 02:57
551ddf8
Compare
Choose a tag to compare

1.7.18b

BUG FIXES:

  • Cell Owner URL being persisted without #fragment info. (#479)
  • 500 Error when Non-Cell URL (incl. Unit URL) is given in p_target param at TokenEndpoint. (#475)

Release v1.7.18

03 Sep 02:36
0590418
Compare
Choose a tag to compare

1.7.18

NEW FEATURES:

  • Each Cell's OAuth 2.0 token endpoint now accepts scope request.
    • Apps can request single or multiple Cell level privilege name(s) as scope request.
    • Issued tokens now carry assigned scope information.
    • Cell Level API Access is now limited to tokens with appropriate scope. (#445)
    • Added unit config keys for configuring default scopes for different grant type (#470)
    • Default configurations for all grant types are set to "root" for backward compatibility. (Change configuration to use your unit with more security)
  • URL scheme "personium-localunit" is extended and supports a syntax using two colons. (#284)

IMPROVEMENTS:

  • Base URL in ACL is now converted to one using "personium-localunit" scheme when internally pesisted. Unit FQDN change won't require data change.

SECURITY FIX:

  • Token refreshing between apps now disabled. (#463)

Release v1.7.17_es6.6.1

10 Aug 14:26
Compare
Choose a tag to compare

1.7.17

IMPROVEMENTS:

  • Add IO logging with IO time. (#446)

Release v1.7.8e_es6.6.1

02 Aug 06:53
7c0d620
Compare
Choose a tag to compare

1.7.8e

IMPROVEMENTS:

  • Add IO logging with IO time of reading a Metafile.

Release v1.7.8d_es6.6.1

01 Aug 01:18
33385b7
Compare
Choose a tag to compare

1.7.8d

IMPROVEMENTS:

  • Add IO logging with IO time. (#446)

Release v1.7.16_es6.6.1

26 Jul 13:27
cf46b1d
Compare
Choose a tag to compare

BUG FIXES:

  • Even if Depth:1 is specified in "Retrieve cell snapshot file setting" API, it is ignored. (#439)
  • If Accept request header contains extra values, 409 is returned (#435)

IMPROVEMENTS:

  • Fix crossdomain.xml error in Eclipse. (#448)

Release v1.7.8c_es6.6.1

08 Jul 08:48
0be7663
Compare
Choose a tag to compare

BUG FIXES:

  • FIX: Close opened resources properly. (#436)

Release v1.7.15_es6.6.1

21 Jun 07:13
687ec88
Compare
Choose a tag to compare

BUG FIXES:

  • Implementation of log file deletion API(#270)
  • Display of Box is incorrect when PROPFIND of Cell level is executed with Depth:1.(#366)
  • FIX: Close opened resources properly. (#436)

IMPROVEMENTS:

  • Add the REPORT method to the WebDAV based API.(#101)
  • Checkstyle and PMD fixes of lib-es-adapter.(#434)

Release v1.7.14_es6.6.1

11 Jun 08:40
Compare
Choose a tag to compare

BUG FIXES:

  • DavCmpFsImpl doesn't respect binaryData.fsync.enabled setting.(#394)

IMPROVEMENTS:

  • Support MERGE of the cell management object.(#351)