Skip to content

Latest commit

 

History

History
34 lines (31 loc) · 2.13 KB

CHANGELOG.md

File metadata and controls

34 lines (31 loc) · 2.13 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)
  • Enable support for default model id on HybridQueryBuilder (#541)
  • Fix Flaky test reported in #384 (#559)

Infrastructure

  • BWC tests for Neural Search (#515)
  • Github action to run integ tests in secure opensearch cluster (#535)
  • BWC tests for Multimodal search, Hybrid Search and Neural Sparse Search (#533)

Documentation

Maintenance

Refactoring

  • Added spotless check in the build (#515)