Skip to content

Releases: personium/personium-core

Release v1.6.13

11 Jul 07:33
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Make PluginException correspond to PersoniumCoreAuthnException.(#231)

Release v1.6.12

04 Jul 01:17
Compare
Choose a tag to compare

BUG FIXES:

  • It is necessary to modify the plugin mechanism.(#224)
  • System does not shutdown cleanly.(#226)

IMPROVEMENTS:

  • Change EventInfo in Timer Rule from required to optional.(#225)

Release v1.6.11

21 Jun 02:43
Compare
Choose a tag to compare

BUG FIXES:

  • URI returned by response is not URL-encoded.(#214)
  • "_Relation._Box.Name" can not be acquired normally by ExtRole list retrieval.(#220)

Release v1.6.10

01 Jun 06:03
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Implement box export pre-function.(#182, #185, #188)
  • Correspondence of Bar file ver 2.0.(#190)
  • Thread pool support for Box installation function.(#210)

Release v1.6.9

24 May 08:41
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Corresponds to authorization code grant flow.(#213)
    • Only a part of the function is implemented. Refer to #213 for details.

Release v1.6.8

27 Apr 06:26
Compare
Choose a tag to compare

BUG FIXES:

  • Error occurs when importing snapshot of the cell into different unit.(#183)
  • Token on receiving a message does not include schema information.(#197)

IMPROVEMENTS:

  • Update pom.xml.(#191)
  • HTTP Proxy support.(#193)
  • Close HttpClient.(#195)
  • Improve eventbus and event processing.(#199)
  • Introduce timer event.(#201)
  • Enable select of message broker used on EventBus.(#203)
  • Use embedded message broker on test.(#205)
  • Allow only positive number for EventObject in case of timer rule.(#207)

Release v1.6.7

23 Mar 06:06
Compare
Choose a tag to compare

BUG FIXES:

  • Authority of the token acquired by Google account authentication is incorrect.(#173)
  • Some item's value of event are garbled when action 'exec', 'relay' or 'relay.event' is executed.(#175)

IMPROVEMENTS:

  • Unify the values of CollectionKind.(#84)
  • Can't set personium-localcell:/__ctl/Role to EventObject on rule with _Box.Name.(#177)
  • Convert personium-localunit scheme to https scheme on EventSubject.(#179)

Release v1.6.6

09 Mar 01:17
Compare
Choose a tag to compare

BUG FIXES:

  • Message API does not send to other Unit.(#37)
  • Cell recursive deletion does not delete WebDAV files.(#71)
  • The body check of CellExport API is incorrect.(#104)
  • BAR file installation does not allow specifying ACL on file basis.(#131)
  • MainBox will not be imported when importing into cell different from exported cell.(#157)
  • When importing to a cell different from the exported cell, contents in the cell move.(#158)
  • Accessing cell during cell import returns 500 error.(#161)

IMPROVEMENTS:

  • Append "/" to the end of URL returned by Box URL acquisition API.(#102)
  • Box URL API does not support CORS.(#112)
  • Let RelayAction, ExecAction be triggered with appropriate access tokens.(#169)

Release v1.6.5

22 Feb 07:33
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Change matching of EventInfo to forward match.(#149)
  • Change Type value of Internal Event for odata operation.(#150)
  • Enable to set any string to EventObject in case of external event.(#151)

Release v1.6.4

20 Feb 11:07
f9db705
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Limit Unit User privilege.(#66)
  • Define string constants.(#144)