Skip to content

Commit 112559c

Browse files
[AUTO] Add release notes for 2.19.4 (#5759)
Co-authored-by: Craig Perkins <[email protected]>
1 parent 575e697 commit 112559c

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## Version 2.19.4 Release Notes
2+
3+
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))
19+
* Optimized wildcard matching runtime performance ([#5543](https://github.com/opensearch-project/security/pull/5543))
20+
* Always install demo certs if configured with demo certs ([#5517](https://github.com/opensearch-project/security/pull/5517))
21+
* Bump org.apache.zookeeper:zookeeper from 3.9.3 to 3.9.4 ([#5689](https://github.com/opensearch-project/security/pull/5689))

0 commit comments

Comments
 (0)