Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 1.93 KB

CHANGELOG.md

File metadata and controls

54 lines (40 loc) · 1.93 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

3.0.0 - 2024-09-11

Changed

  • Changeover to AGPLv3 license

2.6.0 - 2024-08-19

Added

  • Extension for notification whether external user management system is activated

2.5.0 - 2022-06-08

Added

  • Cache invalid credentials (#50)

2.4.0 - 2021-07-19

Added

  • Option to exclude groups which are located outside group unit (#33)

Changed

  • Use custom ssl context (#31)

2.3.0 - 2021-05-04

Added

  • Option to replace invalid characters in group names (#19)

Fixed

  • Calculate correct DN for nested group search filter (#20)

2.2.0 - 2021-03-01

Changed

  • Cache authentication info (#15)

2.1.0 - 2021-02-15

Added

  • Nested group support for non-AD servers (#13)

2.0.1 - 2020-10-07

Fixed

  • Ignore invalid mail address from ldap (#7)
  • Return empty list of groups on error instead of throwing exception (#9)

2.0.0 - 2020-06-04

Changed

  • Changeover to MIT license (#3)
  • Rebuild for api changes from core

2.0.0-rc2 - 2020-03-13

Added

  • Add swagger rest annotations to generate openAPI specs for the scm-openapi-plugin. (#2)