Skip to content

Commit

Permalink
[1.3] Add release notes for 1.3.14 release (#3808)
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <[email protected]>
  • Loading branch information
derek-ho authored Dec 8, 2023
1 parent b653d56 commit 8924b34
Showing 1 changed file with 20 additions and 0 deletions.
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

* 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))

0 comments on commit 8924b34

Please sign in to comment.