Releases: personium/personium-core
Releases · personium/personium-core
Release v1.7.4
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
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
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
IMPROVEMENTS:
- Support per-Cell FQDN.(Under development. Some functions will not work yet.)(#223)
Release v1.7.0 Beta2
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
IMPROVEMENTS:
- Support per-Cell FQDN.(Prerelease. Some functions will not work yet.)(#223)
- Incorrect error message.(__authz endpoint).(#232)
Release v1.6.16
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
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
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)