Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 1.63 KB

CHANGELOG.md

File metadata and controls

30 lines (27 loc) · 1.63 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 Semantic Versioning. See the CONTRIBUTING guide for instructions on how to add changelog entries.

Features

Enhancements

Bug Fixes

  • Fix async actions are left in neural_sparse query (#438)
  • Fixed exception for case when Hybrid query being wrapped into bool query (#490)
  • Hybrid query and nested type fields (#498)

Infrastructure

Documentation

Maintenance

  • Added support for jdk-21 (#500))

Refactoring

Features

Enhancements

Bug Fixes

  • Fixing multiple issues reported in #497 (#524)
  • Fix Flaky test reported in #433 (#533)

Infrastructure

  • BWC tests for Neural Search (#515)

Documentation

Maintenance

Refactoring

  • Added spotless check in the build (#515)