2.1.0.0
2022-07-07 Version 2.1.0.0
Compatible with OpenSearch 2.1.0
Enhancements
- Delegate to NettyAllocator.getAllocator() for ByteBufAllocator instead of hard-coding PooledByteBufAllocator. (#1396)
- Tenant Permissions : added the possibility to specify tenants via parameter (#1813)
- JWT: validate issuer and audience (#1780, #1781) (#1785)
- Adds build script for publishing plugin zip and makes it executable (#1921) (#1923)
Refactoring
- Remove master keywords (#1886)
Bug Fix
- Cluster permissions evaluation logic will now include
index_templatetype action (#1885) - Add missing settings to plugin allowed list (#1814)
- Updates license headers (#1829)
- Prevent recursive action groups (#1868)
- Update
org.springframework:spring-coreto5.3.20(#1850)
Test Fix
Maintenance
- Revert "Bump version to 2.1.0.0 (#1865)" (#1882)
- Bump version to 2.1.0.0 (#1865)
- Revert "Bump version to 2.1.0.0 (#1855)" (#1864)
- Bump version to 2.1.0.0 (#1855)
- Add suppression for all removal warnings (#1828)
- Update support link (#1851)
- Create 2.0.0 release notes (#1854)
- Switch to standard OpenSearch gradle build (#1888)
- Fix build break from cluster manager changes (#1911)
- Update org.apache.zookeeper:zookeeper to 3.7.1 (#1912)
- Adds default roles for Snapshot Management plugin (#1897) (#1916)
- testComplianceEnable supports variable number of audit messages (#1920)
- Use version of netty from core's version.properties (#1926) (#1929)