Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 2.33 KB

File metadata and controls

36 lines (26 loc) · 2.33 KB

CHANGELOG

All notable changes to this project are documented in this file.

The format is based on Keep a Changelog, and this project adheres to the Semantic Versioning. See the CONTRIBUTING guide for instructions on how to add changelog entries.

Added

Changed

Features

Enhancements

Bug Fixes

  • Fix IllegalArgumentException when resolved indices are empty in PrivilegesEvaluator (#5770)
  • Fixes an issue where recursive LDAP role search would fail with a NullPointerException (#5861)
  • Skip hasExplicitIndexPrivilege check for plugin users accessing their own system indices (#5858)

Refactoring

Maintenance

  • Bump spring_version from 7.0.1 to 7.0.2 (#5852)
  • Bump org.apache.commons:commons-text from 1.14.0 to 1.15.0 (#5857)
  • Bump org.eclipse.platform:org.eclipse.core.runtime from 3.34.0 to 3.34.100 and org.eclipse.platform:org.eclipse.equinox.common from 3.20.200 to 3.20.300 (#5863)
  • Bump at.yawk.lz4:lz4-java from 1.10.1 to 1.10.2 (#5874)
  • Bump org.springframework.kafka:spring-kafka-test from 4.0.0 to 4.0.1 (#5873)
  • Bump net.bytebuddy:byte-buddy from 1.18.2 to 1.18.3 (#5877)
  • Bump org.mockito:mockito-core from 5.20.0 to 5.21.0 (#5875)
  • Bump org.ow2.asm:asm from 9.9 to 9.9.1 (#5876)
  • Bump ch.qos.logback:logback-classic from 1.5.21 to 1.5.23 (#5888)
  • Bump jackson from 2.18.1 to 2.20.1 (#5892)

Documentation