Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.3] Add release notes for 1.3.14 release #3808

Merged
merged 1 commit into from
Dec 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions release-notes/opensearch-security.release-notes-1.3.14.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## 2023-12-08 Version 1.3.14.0

Compatible with OpenSearch 1.3.14

### Bug Fixes

* Prevent OptionalDataException from User data structures ([#3725](https://github.com/opensearch-project/security/pull/3725))

### Enhancement
peternied marked this conversation as resolved.
Show resolved Hide resolved

* Add early rejection from RestHandler for unauthorized requests ([#3675](https://github.com/opensearch-project/security/pull/3675))
* Expanding Authentication with SecurityRequest Abstraction ([#3670](https://github.com/opensearch-project/security/pull/3670))
* Adding minimum viable integration tests framework ([#3649](https://github.com/opensearch-project/security/pull/3649))
* For read-only tenants filter with allow list ([4e962f2](https://github.com/opensearch-project/security/commit/4e962f22a39b22ee4dd7619bfee72544aaae61b0))

### Maintenance

* Update the version of `snappy-java` to 1.1.10.5 ([#3478](https://github.com/opensearch-project/security/pull/3478))
* Update the version of `zookeeper` to 3.9.1, `xmlsec` to 2.3.4, and `jackson-databind` to 2.14.2 ([#3800](https://github.com/opensearch-project/security/pull/3800))
* Adds OpenSearch trigger bot to discerning merger list to allow automatic merges ([#3474](https://github.com/opensearch-project/security/pull/3474))
Loading