Releases: opensearch-project/search-processor
Releases · opensearch-project/search-processor
Search Processor 2.11.1
Search Relevance 2.9.0
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
Search Relevance 2.8.0
2.6.0
2.5.0
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
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
- Search/relevancy by @YANG-DB in #13
- adding MAINTAINERS.md by @macohen in #16
- Initial code for plugin based on opensearch-plugin-template-java by @kevinawskendra in #3
- Merge all changes to 2.x branch before cutting 2.4 branch by @msfroh in #34
New Contributors
- @YANG-DB made their first contribution in #13
- @kevinawskendra made their first contribution in #3
- @mahitamahesh made their first contribution in #23
Full Changelog: https://github.com/opensearch-project/search-relevance/commits/2.4.0