Skip to content

Releases: opensearch-project/search-processor

Search Processor 2.11.1

15 Apr 17:55
842a39e
Compare
Choose a tag to compare

What's changed

  • Split repository into separate plugins for Amazon Personalize and Amazon Kendra. #191
  • Remove dependency on commons-lang3 #203

Search Relevance 2.9.0

24 Jul 20:52
83c8301
Compare
Choose a tag to compare

Compatible with OpenSearch 2.9.0.

  • Add validations for Personalize input and configurations (#151)
  • Add Release Note 2.9.0 (#154)
  • Pass environment setting to personalized setting while cluster is up (#169)
  • Helper script for quickstart setup of Personalize plugin (#177)

Bug Fixes

  • Fix AccessControlException while creating client configuration for Personalize client (#173)

Documentation

  • Add Release Note 2.8.0 (#153)

Maintenance

  • Bump Httpclient to 4.5.14 and Httpcore to 4.4.16 (#156)
  • [Refactor] Update Imports to Match OpenSearch (#168)

Search Relevance 2.8.0

11 Jul 22:18
c15274e
Compare
Choose a tag to compare

Version 2.8.0.0 Release Notes

Compatible with OpenSearch 2.8.0

Features

  • Add KendraRankingResponseProcessor (#137)
  • Personalized intelligent ranking for open search requests (#138)

2.6.0

26 Apr 00:17
37a5142
Compare
Choose a tag to compare

Version 2.6.0 Release Notes

Enhancements

  • Add more test coverage #100

Infrastructure

  • Update artifact name #106

Maintenance

  • Bumping plugin version to 2.6.0 and jackson-core version to 2.14.2 #110

Documentation

  • Adding 2.6.0 release notes #110

2.5.0

26 Jan 23:53
6898ddb
Compare
Choose a tag to compare

Compatible with OpenSearch 2.5.0.

Features

  • Add a Docker quickstart script for demo / test (#25)
  • Update log statements in quickstart helper script (#79)

Enhancements

  • Bug fixes and refactoring (#38)

Infrastructure

  • Configure Mend for GitHub.com (#37)
  • Fix codecov after repo renaming (#41)
  • stripped down version of pr stats for only this repository (#56)
  • Fix permissions for PR Stats action (#67)

Documentation

  • Added DEVELOPER_GUIDE.md and html jacoco output (#35)
  • Use short-form MAINTAINERS.md. (#39)
  • Maintainer update and PR stats github action (#43)
  • Updating README.md to talk more about Search Query & Request Transfor… (#58)
  • minor updates to README.md; removed dead link to credits and an unnec… (#65)
  • Updated MAINTAINERS.md format. (#77)
  • adding Mingshi Liu as a maintainer to the repo (#86)
  • Add release-notes folder and 2.4.0 md file (#89)
  • Add release note for 2.5.0 (#95)

Maintenance

  • Remove DCO config and update PR template link (#51)
  • Add config rule for auto categorizing labels (#84)
  • Increment from 2.4 to 2.5 and bump jackson from 2.14.0 to 2.14.1 (#90)

Full Changelog: 2.4.0...2.5.0

2.4.0

23 Nov 21:18
Compare
Choose a tag to compare

This is the initial release of the search-processor plugin for OpenSearch 2.4.0.

This plugin serves as an extension point to customize search behavior by preprocessing search requests and post-processing search results.

In this first release, the only implementation is a search result post-processor (reranker) that passes results to AWS Kendra Intelligent Ranking.

More implementations and integrations will be added in future releases. Contributions are encouraged!

What's Changed

New Contributors

Full Changelog: https://github.com/opensearch-project/search-relevance/commits/2.4.0