Skip to content

Releases: CESNET/perun

v27.0.1

13 Jul 11:02
Compare
Choose a tag to compare

27.0.1 (2023-07-13)

Bug Fixes

  • core: fix typo in SQL statement updating database to version 3.2.15 (2ed300d)

v27.0.0

04 Jul 13:48
Compare
Choose a tag to compare

27.0.0 (2023-07-04)

⚠ BREAKING CHANGES

  • core: new property 'forceHtmlSanitization' added to the core config
  • core: Updated DB to add "perunadmin" role to the "Master Perun" user. User with proper BA identity must already exist.
  • core: Apache config must be changed to contain "OIDCClaimPrefix AJP_OIDC_CLAIM_"
  • core: new configuration property introspectionEndpoint.mfaAuthTimeoutPercentageForceLogIn

Features

  • cli-python: add elixir proxy to the list of perun instances for python CLI (1bed707)
  • core: added tags and attributes to HTML Parser (12e1de9)
  • core: give perun user a perunadmin role in DB (3e1c324)
  • core: lsaai login policy (1455c37)
  • core: use percentage property to force MFA log in (1118be8)
  • create voPersonExternalAffiliation and forwardedVoPersonExternalAffiliation virtual attributes (9e3b878)

Bug Fixes

  • core: change autoRegistrationEnabled attribute value (005d39b)
  • core: changed reading of OIDC claims from HTTP headers to request attributes (f1030ce)
  • core: fix syntax error in CREATE TABLE auto_registration_groups (d821513)
  • core: periodic update of roles (7f21778)
  • deps: update dependency org.json:json to v20230618 (94dfdf8)
  • deps: update dependency org.springframework.boot:spring-boot-starter-parent to v2.7.13 (2a344a3)
  • mark mfaEnforced LDAP attribute as deleted (058d26c)

v26.0.1

23 Jun 13:35
Compare
Choose a tag to compare

26.0.1 (2023-06-23)

Bug Fixes

  • core: fix syntax error in CREATE TABLE auto_registration_groups (b9c8c0b)

v26.0.0

21 Jun 11:44
Compare
Choose a tag to compare

26.0.0 (2023-06-21)

⚠ BREAKING CHANGES

  • core: The unit of the config property 'mfaAuthTimeout' has been changed from hours to minutes (for easier testing).
  • new database table auto_registration_group was created, data from the old table
    groups_to_register should be migrated into this new table with appropriate relation to form_item_id
  • edit CoreConfig

Features

  • 🎸 add GroupManager::addAdmin for SPREGAPPLICATION (42ae4e7)
  • allow embedded group form item in group applications (b4958c6)
  • core: add logback-journal appender dependency (31e269d)
  • core: add PROXY role (80bc612)
  • core: change response status when MFA exception is thrown (f6f7d73)
  • core: default blocked login checker (574782b)
  • use introspection data saved in request headers for MFA (b9c8b65)

Bug Fixes

  • core: add member validation into Lifescience password manager upon adding a new member (9bc7fc0)
  • core: Do not cache LDAP ExtSource (7da88e8)
  • core: fix randomly failing test (dba3212)
  • core: fixed attributes parsing for sql group structure synchronizations (b1abc36)
  • core: MFA timeout (b67c23f)
  • core: refresh principal roles more effectively (6345ef6)
  • core: reworked module for pithia project (41548da)
  • core: updated perunDefaultBlockedLoginChecker (885fe38)
  • deps: update dependency com.google.apis:google-api-services-admin-directory to directory_v1-rev20230516-2.0.0 (64a432c)
  • deps: update dependency io.swagger:swagger-annotations to v1.6.11 (bb1434b)
  • deps: update dependency org.springframework.boot:spring-boot-starter-parent to v2.7.12 (5f5d0e9)
  • gui: fixed cell index for showing VO stats results (f3cf3db)
  • gui: Limit search for managers to vo/group members (e695b20)

v25.4.3

20 Jun 13:40
Compare
Choose a tag to compare

25.4.3 (2023-06-20)

Bug Fixes

  • core: reworked module for pithia project (7613e79)

v25.4.2

01 Jun 12:29
Compare
Choose a tag to compare

25.4.2 (2023-06-01)

Bug Fixes

  • core: Do not cache LDAP ExtSource (409831a)
  • core: fixed attributes parsing for sql group structure synchronizations (f9b6fb0)
  • gui: Limit search for managers to vo/group members (e76786e)

v25.4.1

17 May 08:48
Compare
Choose a tag to compare

25.4.1 (2023-05-17)

Bug Fixes

v25.4.0

16 May 09:57
Compare
Choose a tag to compare

25.4.0 (2023-05-16)

Features

  • core: added bbmriid persistent modules (fe87987)
  • core: extend lifescience username module (339ea36)

Bug Fixes

  • core: correctly store first EPPN in LDAP (d33871a)
  • core: do not set attribute policy for perun admin (e74ce13)
  • deps: update dependency com.google.apis:google-api-services-admin-directory to directory_v1-rev20230425-2.0.0 (53bbe09)

v25.3.1

09 May 10:26
Compare
Choose a tag to compare

25.3.1 (2023-05-09)

Bug Fixes

  • core: correctly store first EPPN in LDAP (d1deb0b)

v25.3.0

04 May 14:30
Compare
Choose a tag to compare

25.3.0 (2023-05-04)

Features

  • core: extend lifescience username module (6695900)