You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compatible with OpenSearch and OpenSearch Dashboards version 2.19.4
4
+
5
+
### Bug Fixes
6
+
* Create a WildcardMatcher.NONE when creating a WildcardMatcher with an empty string ([#5694](https://github.com/opensearch-project/security/pull/5694))
7
+
* Optimize the Fls/Dls/FieldMasking data structure to only include the concrete indices from the current request ([#5482](https://github.com/opensearch-project/security/pull/5482))
8
+
* Ensure that IndexResolverReplacer resolves to indices for RolloverRequests ([#5522](https://github.com/opensearch-project/security/pull/5522))
9
+
* Add 'good' as a valid value for plugins.security.restapi.password_score_based_validation_strength ([#5523](https://github.com/opensearch-project/security/pull/5523))
10
+
* Use FilterLeafReader based DLS for parent/child queries ([#5538](https://github.com/opensearch-project/security/pull/5538))
11
+
* Fixed index resolution for rollover requests ([#5526](https://github.com/opensearch-project/security/pull/5526))
12
+
* Fixed TLS endpoint identification by SAN ([#5669](https://github.com/opensearch-project/security/pull/5669))
13
+
* Avoid ConcurrentModificationException for User class fields ([#5615](https://github.com/opensearch-project/security/pull/5615))
14
+
15
+
### Maintenance
16
+
* Bump `com.nimbusds:nimbus-jose-jwt:9.48` from 9.48 to 10.0.2 ([#5480](https://github.com/opensearch-project/security/pull/5480))
17
+
* Bump `checkstyle` from 10.3.3 to 10.26.1 ([#5480](https://github.com/opensearch-project/security/pull/5480))
18
+
* Add tenancy access info to serialized user in threadcontext ([#5519](https://github.com/opensearch-project/security/pull/5519))
0 commit comments