Skip to content

Commit

Permalink
Adds 2.16 release notes
Browse files Browse the repository at this point in the history
Signed-off-by: Darshit Chanpura <[email protected]>
  • Loading branch information
DarshitChanpura committed Jul 25, 2024
1 parent 613aff1 commit 652de86
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions release-notes/opensearch-security.release-notes-2.16.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
* [Backport 2.x] Remove unused dependancy Apache CXF (#4581)
* [Backport 2.x] [Chore] Remove unnecessary return statements (#4572)
* [Backport 2.x] Pass set to SystemIndexRegistry.matchesSystemIndexPattern (#4574)
* [Backport 2.x] Refactor and update existing ml roles (#4566)
* [Backport] [2.x] Update Gradle to 8.9 (#4553) (#4554)
* [Backport 2.x] Fixed test failures in FlsAndFieldMaskingTests (#4548) (#4552)
* [Backport 2.x] Add support for PBKDF2 for password hashing & add support for configuring BCrypt and PBKDF2 (#4551)
* [Backport 2.x] Use SystemIndexRegistry from core to determine if request contains system indices (#4550)
* [Backport 2.x] [Enhancement] Replace JUnit assertEquals() with Hamcrest matchers assertThat() (#4545)
* [Backport 2.x] Separated DLS/FLS privilege evaluation from action privilege evaluation (#4539)
* [Backport 2.x] Update PULL_REQUEST_TEMPLATE to include an API spec change in the checklist. (#4533) (#4536)
* [Backport 2.x] Update PATCH API to fail validation if nothing changes (#4537)
* [Backport 2.x] Refactor InternalUsers REST API test (#4481) (#4527)
* [Backport 2.x] Bump org.checkerframework:checker-qual from 3.44.0 to 3.45.0 (#4532)
* [Backport 2.x] [BUG] Typo in securityadmin.sh hint (#4529)
* [Backport 2.x] Add security analytics threat intel action (#4519)
* [Backport 2.x] Fix NPE getting metaFields from mapperService on a close index request (#4497) (#4510)
* [Backport 2.x] Bump kafka_version from 3.7.0 to 3.7.1 (PR #4501) (#4508)
* [Backport 2.x] Bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.10.3 (#4507)
* [Backport 2.x] Refactor Role Mappings REST API test (#4450) (#4492)
* [Backport 2.x] Remove special handling for do_not_fail_on_forbidden on cluster actions (#4489)
* [Backport 2.x] Bump com.fasterxml.woodstox:woodstox-core from 6.6.2 to 6.7.0 (#4488)
* [Backport 2.x] Bump jjwt_version from 0.12.5 to 0.12.6 (#4487)
* [Backport 2.x] Add Tenants REST API test and partial fix #4166 (#4479)
* [Backport 2.x ] Refactor Roles REST API test and partial fix #4166 (#4433) (#4478)
* [Backport 2.x] New algorithm for resolving action groups (#4472)
* [Backport] [2.x] Bump org.eclipse.platform:org.eclipse.core.runtime from 3.31.0 to 3.3.1.100 (#4467) (#4473)
* [Backport 2.x] Check block request only if system index (#4469)
* [Backport 2.x] Bump spring_version from 5.3.36 to 5.3.37 (#4468)
* [Backport 2.x] Fixes flaky integration tests (#4463)
* [Backport 2.x] Update to Gradle 8.8 (#4460)
* [Backport 2.x] Replaced uses of SecurityRoles by Set<String> mappedRoles where the SecurityRoles functionality is not needed (#4458)

0 comments on commit 652de86

Please sign in to comment.