Skip to content

Commit 320d105

Browse files
committed
Add release notes for 2.8.0
Signed-off-by: Ryan Liang <jiallian@amazon.com>
1 parent a50a0e6 commit 320d105

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
## 2023-06-06 Version 2.8.0.0
2+
3+
Compatible with OpenSearch 2.8.0
4+
5+
### Features
6+
7+
* Identify extension Transport requests and permit handshake and extension registration actions ([#2599](https://github.com/opensearch-project/security/pull/2599))
8+
* Use ExtensionsManager.lookupExtensionSettingsById when verifying extension unique id ([#2749](https://github.com/opensearch-project/security/pull/2749))
9+
* Generate auth tokens for service accounts ([#2716](https://github.com/opensearch-project/security/pull/2716))
10+
* Security User Refactor ([#2594](https://github.com/opensearch-project/security/pull/2594))
11+
* Add score based password verification ([#2557](https://github.com/opensearch-project/security/pull/2557))
12+
13+
### Bug Fixes
14+
15+
* `deserializeSafeFromHeader` uses `context.getHeader(headerName)` instead of `context.getHeaders()` ([#2768](https://github.com/opensearch-project/security/pull/2768))
16+
* Fix multitency config update ([#2758](https://github.com/opensearch-project/security/pull/2758))
17+
18+
### Enhancements
19+
20+
* Add default roles for SQL plugin: PPL and cross-cluster search ([#2729](https://github.com/opensearch-project/security/pull/2729))
21+
* Update security-analytics roles to add correlation engine apis ([#2732](https://github.com/opensearch-project/security/pull/2732))
22+
23+
### Maintenance
24+
25+
* Update to Gradle 8.1.1 ([#2738](https://github.com/opensearch-project/security/pull/2738))
26+
* Upgrade spring-core from 5.3.26 to 5.3.27 ([#2717](https://github.com/opensearch-project/security/pull/2717))

0 commit comments

Comments
 (0)