Skip to content

Commit 2cdf670

Browse files
committed
Release version 8.5.1
## 8.5.1 (2025-02-10) - ldap_attribute_store plugin: Add configuration option `use_all_results` to specify whether all LDAP results should be processed. - ldap_attribute_store plugin: Add configuration option `provider_attribute` to define the extracted attribute (ie, domain) that will be used to select the LDAP configuration. - ldap_attribute_store plugin: Add configuration option search_filter to define complex LDAP queries, when the default search based on an identifier is not good enough. - ldap_attribute_store plugin: Add configuration option pool_lifetime. The LDAP Server may abandon connections after some time without notifying the client. The new option allows to set the maximum pool lifetime, so that connections close on the client side. Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent 4b9c83b commit 2cdf670

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 8.5.0
2+
current_version = 8.5.1
33
commit = True
44
tag = True
55

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 8.5.1 (2025-02-10)
4+
5+
- ldap_attribute_store plugin: Add configuration option `use_all_results` to
6+
specify whether all LDAP results should be processed.
7+
- ldap_attribute_store plugin: Add configuration option `provider_attribute` to
8+
define the extracted attribute (ie, domain) that will be used to select the LDAP
9+
configuration.
10+
- ldap_attribute_store plugin: Add configuration option search_filter to define
11+
complex LDAP queries, when the default search based on an identifier is not
12+
good enough.
13+
- ldap_attribute_store plugin: Add configuration option pool_lifetime. The LDAP
14+
Server may abandon connections after some time without notifying the client.
15+
The new option allows to set the maximum pool lifetime, so that connections
16+
close on the client side.
17+
18+
319
## 8.5.0 (2025-01-08)
420

521
- openid connect backend: Add OAuth2/OIDC backend based on idpy-oidc (new extra requirement `idpy_oidc_backend` to pull the library dependecy)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='SATOSA',
9-
version='8.5.0',
9+
version='8.5.1',
1010
description='Protocol proxy (SAML/OIDC).',
1111
author='DIRG',
1212
author_email='[email protected]',

0 commit comments

Comments
 (0)