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

Version 1.7.0

Compare
Choose a tag to compare
@vamshin vamshin released this 05 May 19:30
· 7 commits to opendistro-1.7 since this release

Version 1.7.0 (Version compatible with elasticsearch 7.6.1)

Features

  • Feature #90: Support cosine similarity (issue #28). Note this feature is experimental

Enhancements

  • Enhancement #89: Add stats to track the number of requests and errors for KNN query and index operations. (issue #88)
  • Enhancement #92: Switched the default value of the circuit breaker from 60% to 50%. (issue #82)
  • Enhancement #73: Create Github action that automatically runs integration tests against docker image whenever code is checked into master or opendistro branch. (issue #74)

Bug Fixes

  • Bugfix #100: Added validation in VectorFieldMapper to check for vector values of NaN and throwing an Exception if so. (issue #99)
  • Bugfix #78: Fix debugging integration tests (issue #77)