Skip to content

Releases: personium/personium-core

Release v1.6.18

07 Feb 04:13
Compare
Choose a tag to compare

BUG FIXES:

Release v1.7.4

27 Dec 08:08
Compare
Choose a tag to compare

BUG FIXES:

  • "Unknown Exception" has occurred on $select query for CellCtl object.(#56)

IMPROVEMENTS:

  • OAuth2 Token Introspection.(#281)
  • Support OpenID Connect.(#287) Under development.
    • __authz endpoint
      • Accept "scope=openid"
      • Accept "response_type=id_token"
    • Add "__certs" endpoint
    • Responses are still all dummy

Release v1.7.3

13 Dec 06:30
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Response body of PROPFIND is URL-encoded.(#219)
  • Support per-Cell FQDN.(Under development. Please check the issue for details.)(#223)

Release v1.6.17

13 Dec 02:24
Compare
Choose a tag to compare

BUG FIXES:

  • Resolve "issuer does not match" error.(#279)

IMPROVEMENTS:

  • Box import supports per-Cell FQDN format.(#274)
  • Enable the old Content-Type of box export.(#275)

Release v1.7.0 Beta3

19 Nov 00:08
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Support per-Cell FQDN.(Under development. Some functions will not work yet.)(#223)

Release v1.7.0 Beta2

26 Oct 04:07
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Add "Retrieve unit meta data" API.(#262)
  • Add unit metadata to metadata of cell and box.(#263)
  • Updates to libraries with security warnings.(#264)

Release v1.7.0 Beta1

12 Oct 08:21
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Support per-Cell FQDN.(Prerelease. Some functions will not work yet.)(#223)
  • Incorrect error message.(__authz endpoint).(#232)

Release v1.6.16

02 Oct 08:53
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Change Servlet Spec from 3.0 to 3.1(#6)
  • English comments on major source files(#244)
  • Add API to return cell name(url) and box name(url).(#249)
  • Change the Content-Type of box export.(#250)
  • Remove "Wink WebDAV" library.(#252)

Release v1.6.15

27 Aug 02:46
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Upgrade to JAX-RS 2.1.(#237)
  • Make default value of "relayhtmlurl" and "authorizationhtmlurl" configurable in the personium-unit-config.properties file.(#240)

Release v1.6.14

01 Aug 04:12
Compare
Choose a tag to compare

IMPROVEMENTS:

  • GET against Cell root URL should return HomeApp HTML.(#234)
  • GET against authorization endpoint should return relayed HTML content from preconfigured remote URL.(#235)