Skip to content

Version 2.1.0.0

Compare
Choose a tag to compare
@vamsi-amazon vamsi-amazon released this 02 Aug 19:34
· 725 commits to main since this release
864732a

Version 2.1.0.0 Release Notes

Compatible with OpenSearch and OpenSearch Dashboards Version 2.1.0

Features

  • Support match_phrase filter function in SQL and PPL (#604)
  • Add implementation for simple_query_string relevance search function in SQL and PPL (#635)
  • Add multi_match to SQL plugin (#649)
  • Integ match bool prefix #187 (#634)
  • PPL describe command (#646)

Maintenance

  • change plugin folder name to opensearch-sql-plugin (#670)
  • Version bump to 2.1.0 and gradle version bump (#655)

Bug Fixes

  • Integ replace junit assertthat with hamcrest import (#616)
  • Integ relevance function it fix (#608)
  • Fix merge conflict on function name (#664)
  • Fix fuzziness parsing in multi_match function. Update tests. (#668)
  • ODBC SSL Compliance Fix (#653)

Infrastructure

  • Match Query Unit Tests (#614)
  • Uses custom plugin to publish zips to maven (#638)