Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Latest commit

 

History

History
122 lines (92 loc) · 8.06 KB

opendistro-for-elasticsearch-release-notes-1.3.0.md

File metadata and controls

122 lines (92 loc) · 8.06 KB

Open Distro for Elasticsearch 1.3.0 Release Notes

ALERTING

  • Update to OpenDistro Version 1.3 (#125)
  • Fix alerting stats API (#129)
  • Bump plugin version (#131)

ALERTING KIBANA UI

PERFORMANCE ANALYZER

  • Update Performance Analyzer to support ElasticSearch version 7.3.2 (#79)

INDEX MANAGEMENT

  • Adds support for ES 7.3.2 (#109)
  • Adds release notes (#111)
  • Remove unused import (#112)
  • Rename rootProject.name (#114)
  • Cherry-pick bug fixes and bump plugin version (#123)
  • Adds null check in cluster changed event sweep (#125), (#126)

INDEX MANAGEMENT KIBANA UI

  • Adds support for Kibana 7.3.2 (#63)
  • Adds release notes for first official supported version (#64)
  • Updates README (#65)
  • Fixes broken build artifact (#69)
  • Bump plugin version (#71)

SECURITY

  • 7.3 (*)
  • 7.3 part 2 (*)
  • 7.3 part 3 (*)
  • 7.3 part 4 (*)
  • 7.3 part 5 (*)
  • 7.3 part 6 (*)
  • 7.3 part 7 (*)
  • Bumped jackson-databind from 2.9.9.2 to 2.9.10.1 (*)

Committed changes include:

  • Validate all config files before uploading them via securityadmin and make sure yaml parser does not tolerate duplicate keys
  • Make built-in roles work with ILM, add built-in ILM action groups
  • Fix built-in roles to work with xp monitoring when multi cluster monitoring is supported
  • Add opendistro_security.unsupported.load_static_resources config property so that integrators can disable static resources
  • Add ChaCha20 support for TLS 1.2
  • Rename "roles" to "backend_roles" in user info/authinfo
  • Update Bouncycastle dependency to 1.62
  • Fix permissions for built-in logstash role to work with ILM
  • Introduce opendistro_security_roles in internal_users.yml
  • Fix index resolution for (*,-index) patterns, introduce opendistro_security.filter_securityindex_from_all_requests option
  • Fixed when tenants not handled correctly when using impersonation
  • Fix unit tests
  • Revised logging code
  • Simplify EmptyLeafReader
  • Move DLS for search requests from DlsFlsFilterLeafReader to DlsFlsVavleImpl

SECURITY ADVANCED MODULES

  • ES 7.3 support and bug fixes (*)
  • Addtional changes for 7.3 and fix for internal user API (*)
  • Fixes for 7.3 support ([*])
  • Changes for ODFE 1.3 test (*)
  • Fixing typos in UTs (*)
  • Fixing UTs (*)
  • Bumped jackson-databind from 2.9.9.2 to 2.9.10.1 (*)
  • Updated security parent version and release notes (*)

SECURITY PARENT

Committed changes include:

  • Fixed leaked LDAP connection
  • Use combine bitset for DLS
  • Fixed FLS exists query on fields without norms and doc values
  • Fixed field masking with aggregations
  • Introduced MaskedTermsEnum to fix field anonymization with aggregations
  • Added _seq_no and _primary_term to meta fields for FLS
  • Fixed rest API validator to accept opendistro_secuirty_roles for internal users
  • Exception handling for SAML IdP at startup
  • Updated Jackson databind dependency to 2.9.9
  • Updated Kafka client dependency to 2.0.1
  • Fixed access control exception for ldap2
  • Upgraded CXF to 2.3.9
  • Bumped jackson-databind from 2.9.9.2 to 2.9.10.1
  • Other minor fixes for detailed error logging

SECURITY KIBANA UI

  • Support for ES 7.3.2 (#112)
  • Updating drop-down menu support for adding additional field (opendistro_security_roles) for internal user CRUD (#116)
  • Fix cannot add new internal user without role issue (#117)

SQL

  • Support Cast() function (#253)
  • Fixed operatorReplace Integration Test (#267)
  • Fix the LOG function that delivered inaccurate result (#265)
  • Support CASE statement in one more grammer (#262)
  • Support string operators: ASCII, RTRIM, LTRIM, LOCATE, LENGTH, REPLACE (#260)

SQL JDBC

  • Updated for v1.3 release (#31)

JOB SCHEDULER

  • Support ES 7.3 (#29)
  • Converts lock service to async (#28)

PERFTOP

  • Created branch for open distro perftop 1.3 (*)