Skip to content

Releases: cilogon/cilogon-java

Mutable

13 Nov 19:28
Compare
Choose a tag to compare

Mutable release -- this is just a convenient place to put various things for testing and deploy to servers. None of it is release ready and it should only be used by developers.

Version 5.4

31 Oct 19:44
Compare
Choose a tag to compare

There are no new updates to CILogon per se, but several to OA4MP which include support for elliptic curve cryptography.

5.3.5

04 Aug 20:36
Compare
Choose a tag to compare
v5.3.5

5.3.5 checkin

5.3.4

20 Jul 21:34
Compare
Choose a tag to compare

Issues addressed:

5.3.3

17 Jul 23:02
Compare
Choose a tag to compare

Issues addressed:

V 5.3.1

24 May 21:42
Compare
Choose a tag to compare

Issues addressed:

Full Changelog: v5.2.8...v5.3.1

5.3.0

31 Mar 19:20
Compare
Choose a tag to compare

Issues addressed in this release:

  • CIL-1069: Emails are sent on their own thread now.
  • CIL-1638: Missing header in user info endpoint response.
  • CIL-1655: added refresh_token_lifetime and refresh_token_iat to refresh endpoint respsonse. These are not standard, but sufficiently many places do it now (and it's a really good idea) so we will too. If there is ever a standard for this, we will support it.
  • CIL-1667: The openid scope now will have the acr (authentication class reference) returned if present.
  • CIL-1668: QDL acl_add function will not throw an exception if the added identifier is invalid, it will merely log it. Optionally, it may be requested to fail hard and fast with a flag.
  • CIL-1671: Admin clients, if approved to do so, may either mint identifiers in their own namespace or request specific identifiers.
  • CIL-1677: Monitor last accessed times for various objects. This includes clients, admin clients, virtual organizations and (in CILogon) users. This permits tracking across time. As the system ages and scales up, being able to track which objects are in use is becoming critical.

5.2.9.0

28 Feb 21:27
Compare
Choose a tag to compare
v5.2.9.0

5.2.9.0 checkin

v5.2.8.3

06 Jan 20:26
Compare
Choose a tag to compare
5.2.8.3 Checkin

5.2.8.2

26 Oct 19:50
Compare
Choose a tag to compare
v5.2.8.2

CIL-1538, CIL-1541