Skip to content

2.1.0.0

Choose a tag to compare

@DarshitChanpura DarshitChanpura released this 11 Jul 03:09
· 3 commits to 2.1 since this release
53faf04

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_template type action (#1885)
  • Add missing settings to plugin allowed list (#1814)
  • Updates license headers (#1829)
  • Prevent recursive action groups (#1868)
  • Update org.springframework:spring-core to 5.3.20 (#1850)

Test Fix

  • Bump version to 2.1.0.0 (#1883)
  • ComplianceAuditlogTest to use signal/wait (#1914)

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)