Skip to content
This repository has been archived by the owner on Jul 11, 2018. It is now read-only.

4.0.3

Compare
Choose a tag to compare
@relaxnow relaxnow released this 04 Apr 13:17
· 99 commits to master since this release

Upgraded to JANUS 1.17, refactored database model with foreign keys, so data is not corrupted.

Notable issues resolved with this release:

  • Changed the permissions table to allow admins to change the entity ID
  • Normalized README
  • Removed duplicated EPPN from deprecated attribute list.
  • #14 Make NameIDFormat required.
  • #12 add coin:institution_id field

JANUS issues:

  • janus-ssp/janus#428 Metadata objects are now created from reused data which reduces amount of queries a lot.
  • janus-ssp/janus#430 Added support for comparing response times in test for old api
  • Improved performance for REST calls
  • Added functional & performance test capabilities for REST API.