Skip to content

Latest commit

 

History

History
925 lines (472 loc) · 51 KB

opensearch-release-notes-2.17.0.md

File metadata and controls

925 lines (472 loc) · 51 KB

OpenSearch and OpenSearch Dashboards 2.17.0 Release Notes

Release Highlights

OpenSearch 2.17 includes new and updated features to help you build and optimize your search applications, improve stability, availability, and resiliency, enhance ease of use, and more.

NEW AND UPDATED FEATURES

  • Introduced as an experimental feature in OpenSearch 2.15, remote cluster state publication is now generally available in 2.17.
  • To help users benefit from concurrent segment search for the right requests, OpenSearch 2.17 adds a new setting both at index and cluster level. These settings along with pluggable “decider” logic will give more granular control on the requests that will be executed using concurrent search.
  • Adds support for encoding numeric term values as a Roaring bitmap. By encoding the values more efficiently, a search request can use a stored filter that matches over a million documents, with lower retrieval latency and less memory used.
  • Introduces disk optimized vector search feature which significantly reduces the operational costs for vector workloads.
  • Vector search introduces byte vector support to its Faiss engine. Faiss Byte vector is a memory-efficient encoding technique that reduces memory requirements by up to 75% with a minimal drop in recall, making it suitable for large-scale workloads.
  • Introduces ML inference search processors, enabling users to run model predictions while conducting search queries.
  • Introduces batch asynchronous ingestion, allowing users to trigger batch inference jobs, monitor job status, and ingest results once batch processing is complete.
  • Flow Framework plugin now supports advanced user level security in 2.17. Users can now use backend roles to configure fine-grained access to individual workflows based on roles.
  • ML inference search processors has now enhanced search response processors by allowing users to specify running model prediction for all documents in one request or running model prediction for each document.

EXPERIMENTAL FEATURES

OpenSearch 2.17.0 includes the following experimental features. Experimental features are disabled by default. For instructions on how to enable them, refer to the documentation for the feature.

  • OpenSearch 2.17 introduces application-based configuration templates. When enabled, this feature provides your cluster with a set of pre-defined component templates, streamlining the creation of indexes and index templates tailored to your specific needs.
  • Introduces experimental mechanisms to achieve indexing and search isolation within a cluster by adding a new replica shard type that is intended only to serve search traffic.
  • Improves performance of expensive queries using the approximation framework that brings new techniques to short-circuit long running queries by only scoring relevant documents in the query.
  • Introduces a custom trace source that is based on the open telemetry schema and includes a redesigned overview page for traces and services.

Release Details

OpenSearch and OpenSearch Dashboards 2.17.0 includes the following features, enhancements, bug fixes, infrastructure, documentation, maintenance and refactoring updates.

OpenSearch Release Notes.

OpenSearch Dashboards Release Notes.

FEATURES

Dashboards Assistant

  • Use smaller and compressed varients of buttons and form components (#250)

Opensearch Anomaly Detection

  • Add Support for Handling Missing Data in Anomaly Detection (#1274)
  • Adding remote index and multi-index checks in validation (#1290)

Opensearch Anomaly Detection Dashboards

  • [Look&Feel] Use smaller and compressed varients of buttons and form components (#826)
  • Header redesign (#841)
  • [Look&Feel] Consistency and density improvements (#836)
  • Add Missing Value Imputation Options and Update Shingle Size Limit (#851)
  • Add ignore rules comparing actual and expected values (#859)
  • Adding remote indices and multi index functionality (#867)

Opensearch Dashboards Maps

  • Conditionally use the new Page Header variant on the Maps listing page (#653)
  • Conditionally use the new Application Header variant on the Maps visualization page (#654)
  • Conditionally use full width for Maps listing page table (#655)

Opensearch Dashboards Search Relevance

  • Add compare queries card to search use case overview page (#427) (#431)

Opensearch Flow Framework

  • Adds reprovision API to support updating search pipelines, ingest pipelines index settings (#804)
  • Adds user level access control based on backend roles (#838)
  • Support parsing connector_id when creating tools (#846)

Opensearch ML Commons

  • Offline batch ingestion API actions and data ingesters (#2844)
  • Support get batch transform job status in get task API (#2825)

Opensearch Observability

  • [Page Header] New page header for metrics (#2050)
  • [Look&Feel] Integrations Density and Consistency Improvements (#2071)
  • [Feature] Multi-data Source Support for Getting Started (#2048)
  • [Feature] Traces/Services UI update (#2078)
  • [Page Header] New page header for applications and UI updates (#2081)
  • [Feature] Observability dashboards UI update (#2090)
  • [Feature] MDS support in Integrations for observability plugin (#2051)
  • [Feature] Logs UI update (#2092)
  • [Feature] Make createAssets API compatible with workspace (#2101)
  • [Page Header] New page header for notebooks and UI updates (#2099, #2103)
  • [Feature] OverviewPage made with Content Management (#2077)

Opensearch Performance Analyzer

  • Added cacheConfig Collector #690

Opensearch Security Analytics Dashboards

  • [Create detector] Update data source selection label and help text (#1100)
  • Use smaller and compressed varients of buttons and form components (#1105)
  • [navigation]fix: add threat detection header (#1111)
  • Page header updates to share common UI language in OSD (#1117)
  • Add threat alerts card for Analytics (All) workspace use case (#1124)
  • Update url with data source id; redirect on reload if ds id not present; minor fixes (#1125)
  • New home page related UI updates (#1129)
  • Fit and Finishes Changes for Security Analytics (#1147)

Opensearch System Templates

  • Basic templates and addition of build steps (#3)
  • Onboarding New templates and adding zstd support (#11)

Opensearch k-NN

  • Integrate Lucene Vector field with native engines to use KNNVectorFormat during segment creation (#1945)
  • k-NN query rescore support for native engines (#1984)
  • Add support for byte vector with Faiss Engine HNSW algorithm (#1823)
  • Add support for byte vector with Faiss Engine IVF algorithm (#2002)
  • Add mode/compression configuration support for disk-based vector search (#2034)
  • Add spaceType as a top level optional parameter while creating vector field. (#2044)

SQL

  • Flint query scheduler part1 - integrate job scheduler plugin (#2889)
  • Flint query scheduler part 2 (#2975)
  • Add feature flag for async query scheduler (#2989)

ENHANCEMENTS

Opensearch Dashboards Notifications

  • [Navigation]feat: change parent item name (#234)
  • Use smaller and compressed varients of buttons and form components (#231)
  • Page header (#236)

Opensearch Anomaly Detection

  • Fix inference logic and standardize config index mapping (#1284)

Opensearch Common Utils

  • Updated pull request template to include API spec change in checklist (#696)

Opensearch Dashboards Reporting

  • Use smaller and compressed varients of buttons and form components (#398)
  • [Enhancement] De-register reporting when MDS is enabled (#411)

Opensearch Dashboards Search Relevance

  • Use smaller and compressed varients of buttons and form components (#421)(#424)
  • New page header for search relevance (#428) (#430)

Opensearch Dashboards Visualizations

  • Use smaller and compressed varients of buttons and form components (#383)
  • Update snapshots for OUI 1.10.0 (#388)

Opensearch Index Management Dashboards Plugin

  • Update newHeader for Snapshot pages (#1105)
  • Reorder features and rename title and description in left nav bar (#1106)
  • Add MDS support in Notifications page (#1121)
  • Add Notification Modal in Indexes page (#1143)
  • Update new header for datastreams and rollups jobs (#1115)
  • Update newHeader for Index state management policies (#1108)
  • Update newHeader for component template pages (#1122)
  • Update new header for notification settings page (#1126)
  • Update new header for Alias, Index Templates, Policy Managed Indices, Indexes and Transform Jobs (#1124)
  • Use smaller and compressed varients of buttons and form components (#1103)
  • Making Look and Feel Changes in ISM pages (#1123)
  • Incorporate feel and look good guide changes for snapshots pages, datastreams, rollups and notification settings (#1132)
  • Add MDS support in Shrink page and fixing couple of bugs (#1141)
  • Fit and finish changes for Aliases, Templates and Policy managed Indices pages (#1155)
  • Consistency and Density Changes for Snapshot Management (#1148)
  • Fit and Finish changes for Indexes and Transform pages (#1154)
  • Fit and Finish Changes for DataStreams and Rollups (#1153)
  • Fit and finish changes for ISM policy & Composable template pages (#1150)
  • Fit and Finish Changes for Snapshot Management Pages (#1157)
  • Update rollup jobs and transform jobs title with total numbers of jobs (#1164)
  • Fixed bugs in history navigation in rollups and transform jobs pages and some UI changes (#1166)

Opensearch ML Commons

  • Adding additional info for memory metadata (#2750)
  • Support skip_validating_missing_parameters in connector (#2830)
  • Support one_to_one in ML Inference Search Response Processor (#2801)
  • Expose ML Config API (#2850)

Opensearch ML Commons Dashboards

  • Use smaller and compressed varients of buttons and form components (#349)
  • Support new page header API (#351)
  • Align font size and style with UX guideline (#355)

Opensearch Neural Search

  • Adds rescore parameter support (#885)

Opensearch Observability

  • Update ndjson so workflow matches patterns created (#2016)
  • Remove useless registration method (#2044)
  • Use smaller and compressed varients of buttons and form components (#2068)
  • [Enhancement] Deregister dashboards, applications, logs in MDS (#2097)
  • Trace Analytics support for custom sources (#2112)
  • [query assist] update api handler to accommodate new ml-commons config response (#2111)
  • Update trace analytics landing page (#2125)
  • [query assist] update ml-commons response schema (#2124)
  • [MDS] Add support for register data sources during the absence of local cluster (#2140)

Opensearch Observability

  • Add allow unsecure node versions to CI .env (#1861)

Opensearch Query Insights

  • Add ability to generate query shape for aggregation and sort portions of search body (#44)
  • Query grouping framework for Top N queries and group by query similarity (#66)
  • Minor enhancements to query categorization on tags and unit types (#73)

Opensearch Query Workbench

  • Use smaller and compressed varients of buttons and form components (#370)

Opensearch Security

  • Add ignore_hosts config option for auth failure listener (#4538)
  • Added API roles for correlationAlerts (#4689)
  • Allow multiple signing keys to be provided (#4666)
  • Adding alerting comments security actions to roles.yml (#4700)
  • Permission changes for correlationAlerts (#4704)

Opensearch Security Analytics

  • Added triggers in getDetectors API response (#1226)
  • Secure rest tests for threat intel monitor apis (#1212)

Opensearch Security Dashboards Plugin

  • Adds page headers for updated UX (#2083)
  • Conditionally change where avatar shows up (#2082)
  • Use smaller and compressed varients of buttons and form components (#2079)
  • Use the getRedirectUrl from OSD to generate nextUrl (#2072)
  • Consistency and density improvements (#2101)
  • Add Proxy Auth to Multi Auth Options (#2076)

Opensearch k-NN

  • Adds iterative graph build capability into a faiss index to improve the memory footprint during indexing and Integrates KNNVectorsFormat for native engines(#1950)
  • Add model version to model metadata and change model metadata reads to be from cluster metadata (#2005)

SQL

  • Change the default value of plugins.query.size_limit to MAX_RESULT_WINDOW (10000) (#2877)
  • Support common format geo point (#2896)
  • Add TakeOrderedOperator (#2906)
  • IF function should support complex predicates in PPL (#2970)
  • Add flags for Iceberg and Lake Formation and Security Lake as a data source type (#2978)
  • Adds validation to allow only flint queries and sql SELECT queries to security lake type datasource (#2977)
  • Delegate Flint index vacuum operation to Spark (#2995)

BUG FIXES

Opensearch Anomaly Detection

  • Prevent resetting the latest flag of real-time when starting historical analysis (#1287)
  • Correct handling of null max aggregation values in SearchResponse (#1292)

Opensearch Alerting

  • Fix monitor renew lock issue (#1623)
  • Fix distribution builds (#1637)
  • Fix distribution builds (#1640)

Opensearch Alerting Dashboards Plugin

  • Fixed cypress tests. (#1027)
  • [Navigation] Fix: remove the workspaceAvailability field to make alert visible within workspace (#1028)
  • Fix failed UT of AddAlertingMonitor.test.js (#1040)
  • Issue #671 Fix trigger name validation (#794)
  • Fix alerts card in all-use case overview page (#1073)

Opensearch Anomaly Detection Dashboards

  • Fix an issue that causes dataSourceId to not show in the URL on Overview landing page (#828)
  • Remove dataSourceFilter that breaks DataSourceView (#837)

Opensearch Common Utils

  • Added missing ctx variables (#710)
  • Changed the names of security actions for Alerting Comments feature (#724)

Opensearch Cross Cluster Replication

  • Updating remote-migration IT with correct setting name (#1412)

Opensearch Dashboards Notifications

  • Fix link checker (#242)
  • Persist dataSourceId across applications under new Nav change (#244)

Opensearch Dashboards Reporting

  • [Bugfix] Update UI and handle new navigation (#416)
  • [Bug] Remove unused import (#419)

Opensearch Dashboards Search Relevance

  • Fix sass division warning (#426)(#435)

Opensearch Index Management

  • Skipping execution based on cluster service (#1219)

Opensearch Index Management Dashboards Plugin

  • Fix for snapshot test race condition (#1113)

Opensearch Job Scheduler

  • Fix system index compatibility with v1 templates (#658) (#659).

Opensearch ML Commons

  • Fix delete local model twice quickly get 500 response issue (#2806)
  • Fix cohere model input interface cannot validate cohere input issue (#2847)
  • Add processed function for remote inference input dataset parameters to convert it back to its original datatype (#2852)
  • Use local_regex as default type for guardrails (#2853)
  • Agent execution error in json format (#2858)
  • Fix custom prompt substitute with List issue in ml inference search response processor (#2871)
  • Fix breaking changes in config index fields (#2882)
  • Output only old fields in get config API (#2892)
  • Fix http dependency in CancelBatchJobTransportAction (#2898)

Opensearch ML Commons Dashboards

  • Fix connector router response 500 (#358)

Opensearch Neural Search

  • Removing code to cut search results of hybrid search in the priority queue (#867)
  • Fixed merge logic in hybrid query for multiple shards case (#877)

Opensearch Observability

  • [Bug] Trace Analytics bug fix for local cluster being rendered (#2006)
  • Fix docker links & index patterns names (#2017)
  • Traces and Spans tab Fix for application analytics (#2023)
  • Link fixes for csv (#2031)
  • Fix direct url load for trace analytics (#2024)
  • [Bug] Trace Analytics bugfix for breadcrumbs and id pathing (#2037)
  • Fix badge size for counters, change notebook delete, update test (#2110)
  • [Bug] Fixed traces bug for missing MDS id (#2100)
  • [BUG] Fix add sample notebooks (#2108)

Opensearch Query Insights

  • Make sure listener is started when query metrics enabled (#74)

Opensearch Query Workbench

  • Bug fix for missing id in old nav (#382)

Opensearch Reporting

  • Increase accuracy seconds while testing create on-demand report from definition (#1022)

Opensearch Security

  • Addresses a bug with plugins.security.allow_unsafe_democertificates setting (#4603)
  • Fix covereage-report workflow (#4684, #4683)
  • Handle the audit config being null (#4664)
  • Fixes authtoken endpoint (#4631)
  • Fixed READ_ACTIONS required by TermsAggregationEvaluator (#4607)
  • Sort the DNS Names in the SANs (#4640)

Opensearch Security Analytics

  • Adds user validation for threat intel transport layer classes and stashes the thread context for all system index interactions (#1207)
  • Fix mappings integ tests (#1213)
  • Bug fixes for threat intel (#1223)
  • make threat intel run with standard detectors (#1234)
  • Fixed searchString bug. Removed nested IOC mapping structure. (#1239)
  • Adds toggling refresh disable/enable for deactivate/activate operation while updating URL_DOWNLOAD type configs (#1240)
  • Make threat intel source config release lock event driven (#1254)
  • Fix S3 validation errors not caught by action listener (#1257)
  • Clean up empty IOC indices created by failed source configs (#1267)
  • Fix threat intel multinode tests (#1274)
  • Update threat intel job mapping to new version (#1272)
  • Stash context for List IOCs Api (#1278)

Opensearch Security Analytics Dashboards

  • [Navigation] Update nav category and workspaceAvailability (#1093)
  • Fix UI issues (#1107)
  • Bug fixes PageHeader and SideNav (#1123)
  • Added check for multi data source support when rendering threat alerts card in all use case workspace (#1132)
  • Made import more specific to avoid importing incorrect modules (#1136)
  • Remove import causing error (#1144)
  • Passthrough URL state and other params when updating search query (#1149)

Opensearch Security Dashboards Plugin

  • Do not register tenancy app if disabled in yml (#2057)
  • Ux fixes for page header (#2108)
  • Fix a bug where basepath nextUrl is invalid when it should be valid (#2096)
  • Feat: update title and descriptions (#2084)

Opensearch k-NN

  • Corrected search logic for scenario with non-existent fields in filter (#1874)
  • Add script_fields context to KNNAllowlist (#1917)
  • Fix graph merge stats size calculation (#1844)
  • Disallow a vector field to have an invalid character for a physical file name. (#1936)
  • Fix memory overflow caused by cache behavior (#2015)
  • Use correct type for binary vector in ivf training (#2086)
  • Switch MINGW32 to MINGW64 (#2090)

SQL

  • Restrict UDF functions (#2884)
  • Update SqlBaseParser (#2890)
  • Boolean function in PPL should be case insensitive (#2842)
  • Fix SparkExecutionEngineConfigClusterSetting deserialize issue (#2972)
  • Fix jobType for Batch and IndexDML query (#2982)
  • Fix handler for existing query (#2983)

INFRASTRUCTURE

Opensearch Anomaly Detection Dashboards

  • Fix monaco import issue in UTs (#834)
  • Address CVE-2024-4067 (#864)

Opensearch Dashboards Maps

  • Use functional test repo to run maps integration test workflow (#664)

Opensearch ML Commons

  • Test: recover search index tool it in multi node cluster (#2407)

Opensearch Neural Search

  • Update batch related tests to use batch_size in processor & refactor BWC version check (#852)

Opensearch Performance Analyzer

  • Bump PA to use 1.6.0 PA commons lib (#712)

Opensearch Query Insights

  • Add code hygiene checks for query insights (#51)
  • Add configuration for publishing snapshot (#90)

Opensearch k-NN

  • Parallelize make to reduce build time (#2006)

SQL

  • Increment version to 2.17.0-SNAPSHOT (#2892)
  • Fix :integ-test:sqlBwcCluster#fullRestartClusterTask (#2996)

DOCUMENTATION

Opensearch Alerting

  • Added 2.17 release notes. (#1650)

Opensearch Alerting Dashboards Plugin

  • Added 2.17 release notes. (#1065)

Opensearch Common Utils

  • Added 2.17.0.0 release notes (#727)

Opensearch Dashboards Notifications

  • 2.17 release notes. (#248)

Opensearch Dashboards Search Relevance

  • Update Links in Documentation (#420)(#440)
  • Adding sumukhswamy as maintainer (#437)(#438)

Opensearch ML Commons

  • Add tutorial for Bedrock Guardrails (#2695)

Opensearch Notifications

  • Add 2.17.0 release notes (#947)

Opensearch Query Insights

  • Update GET top N api documentation about the type parameter (#8139)
  • Added 2.17 release notes (#91)

Opensearch Security Analytics

  • Added 2.17.0 release notes. (#1290)

Opensearch Security Analytics Dashboards

  • Added v2.17 release notes. (#1141)

MAINTENANCE

Dashboards Assistant

  • Bump micromatch to 4.0.8 (#269)

Opensearch Alerting

  • Increment version to 2.17.0-SNAPSHOT. (#1635)
  • Disabled non-security tests from executing during security-enabled CI workflows. (#1632)

Opensearch Alerting Dashboards Plugin

  • Increment version to 2.17.0.0 (#1054)
  • [CVE-2024-4068] Pinned package version for braces (#1024)
  • [CVE-2024-4067] Fix CVE-2024-4067. (#1074)

Opensearch Anomaly Detection Dashboards

  • Update 2.x to 2.17.0 (#844)

Opensearch Asynchronous Search

  • Increment version to 2.17.0 (#602)

Opensearch Common Utils

  • Fixed Common-Utils CIs: (#703)

Opensearch Dashboards Maps

  • Deprecated maps multi data source display (#651)

Opensearch Dashboards Notifications

  • [Backport 2.x] add riysaxen as maintainer (#241)
  • Increment version to 2.17.0.0 (#237)

Opensearch Dashboards Search Relevance

  • Increment version to 2.17.0.0 (#425)

Opensearch Dashboards Visualizations

  • Increment version to 2.17.0.0 (#386)
  • Adding release notes for 2.17.0 (#392)

Opensearch Index Management

  • Increment version to 2.17.0-SNAPSHOT (#1221)
  • Use adminClient instead of client when interacting with system index in integTests (#1222)
  • Move non-active maintainers to emeritus (#1233)

Opensearch Index Management Dashboards Plugin

  • Increment version to 2.17.0.0 (#1127)

Opensearch Job Scheduler

  • Increment version to 2.17.0 (#660).
  • Dependabot: bump org.gradle.test-retry from 1.5.9 to 1.5.10 (#653) (#654).
  • Dependabot: bump com.google.googlejavaformat:google-java-format (#663) (#664).
  • Dependabot: bump org.slf4j:slf4j-api from 2.0.13 to 2.0.16 (#666) (#667).
  • Dependabot: bump com.netflix.nebula.ospackage from 11.9.1 to 11.10.0 (#668) (#669).

Opensearch ML Commons

  • Applying spotless to common module (#2815)
  • Fix Cohere test (#2831)

Opensearch ML Commons Dashboards

  • Increment version to 2.17.0.0 (#353)
  • Bump micromatch from 4.0.5 to 4.0.8 (#356)

Opensearch Notifications

  • Increment version to 2.17.0-SNAPSHOT (#939)

Opensearch Observability

  • Update getting-started links to match recent catalog PR merges (#2012)
  • Fix Observability CI workflow checks (#2046)
  • Bump org.json:json (#1966)
  • Update the actions/upload-artifact from v1 to v4 (#2133)
  • [CVE] Bump the lint-staged from 13.1.0 to 15.2.10 (#2138)

Opensearch Query Insights

  • Fix CVE-2023-2976 for checkstyle (#58)
  • Fix security based integration tests (#59)
  • Add query shape hash method (#64)
  • Add more integration tests for query insights (#71)
  • Query grouping integration tests (#85)
  • Add additional grouping ITs and refactor (#89)

Opensearch Query Workbench

  • Increment version to 2.17.0.0 (#376)
  • Add release notes for 2.17.0 (#388)
  • [CVE] Bump the lint-staged from 13.1.0 to 15.2.10 (#396)

Opensearch Security

  • Bump com.google.errorprone:error_prone_annotations from 2.30.0 to 2.31.0 (#4696)
  • Bump org.passay:passay from 1.6.4 to 1.6.5 (#4682)
  • Bump spring_version from 5.3.37 to 5.3.39 (#4661)
  • Bump commons-cli:commons-cli from 1.8.0 to 1.9.0 (#4659)
  • Bump org.junit.jupiter:junit-jupiter from 5.10.3 to 5.11.0 (#4657)
  • Bump org.cryptacular:cryptacular from 1.2.6 to 1.2.7 (#4656)
  • Update Gradle to 8.10 (#4646)
  • Bump org.xerial.snappy:snappy-java from 1.1.10.5 to 1.1.10.6 (#4639)
  • Bump com.google.googlejavaformat:google-java-format from 1.22.0 to 1.23.0 (#4622)
  • Increment version to 2.17.0-SNAPSHOT (#4615)
  • Backports PRs with backport-failed labels that weren't actually backported (#4610)
  • Bump io.dropwizard.metrics:metrics-core from 4.2.26 to 4.2.27 (#4660)
  • Bump com.netflix.nebula.ospackage from 11.9.1 to 11.10.0 (#4681)
  • Interim build fix for PluginSubject related changes (#4694)
  • Add Nils Bandener (Github: nibix) as a maintainer (#4673)
  • Remove usages of org.apache.logging.log4j.util.Strings (#4653)
  • Update backport section of PR template (#4625)
  • Bump org.checkerframework:checker-qual from 3.45.0 to 3.46.0 (#4623)
  • Refactor security provider instantiation (#4611)

Opensearch Security Analytics

  • Update build.gradle to use alerting-spi snapshot version (#1217)

Opensearch Security Analytics Dashboards

  • Updated snapshots to fix unit test CI (#1095)
  • Increment version to 2.17.0.0 (#1120)
  • Fixed CVEs. (#1133)

Opensearch Security Dashboards Plugin

  • Updates backport workflow (#2074)
  • Fixes spacing in package.json (#2068)
  • Increment version to 2.17.0.0 (#2090)

Opensearch Skills

  • Update dependency org.apache.logging.log4j:log4j-slf4j-impl to v2.23.1 (#256)
  • Update dependency com.google.guava:guava to v33.2.1-jre (#258)
  • Upgrade apache common lang version to 3.16 (#371)
  • Update dependency gradle to v8.10 (#389)
  • Update plugin io.freefair.lombok to v8.10 (#393)

Opensearch k-NN

  • Fix a flaky unit test:testMultiFieldsKnnIndex, which was failing due to inconsistent merge behaviors (#1924)

REFACTORING

Opensearch Alerting Dashboards Plugin

  • Support date_nanos type when select time field for creating monitor (#954)
  • Updated all pages with new header UI (#1056)
  • Register alerts card with analytics workspace use case (#1064)

Opensearch Dashboards Maps

  • Consistency and Desntiy changes (#659)

Opensearch Flow Framework

  • Refactor workflow step resource updates to eliminate duplication (#796)

Opensearch ML Commons

  • Code refactor not to occur nullpointer exception (#2816)

Opensearch k-NN

  • Introduce KNNVectorValues interface to iterate on different types of Vector values during indexing and search (#1897)
  • Integrate KNNVectorValues with vector ANN Search flow (#1952)
  • Clean up parsing for query (#1824)
  • Refactor engine package structure (#1913)
  • Refactor method structure and definitions (#1920)
  • Refactor KNNVectorFieldType from KNNVectorFieldMapper to a separate class for better readability. (#1931)
  • Generalize lib interface to return context objects (#1925)
  • Restructure mappers to better handle null cases and avoid branching in parsing (#1939)
  • Added Quantization Framework and implemented 1Bit and multibit quantizer (#1889)
  • Encapsulate dimension, vector data type validation/processing inside Library (#1957)
  • Add quantization state cache (#1960)
  • Add quantization state reader and writer (#1997)

SQL

  • Add RequestContext parameter to verifyDataSourceAccessAndGetRawMetada method (#2872)
  • Add AsyncQueryRequestContext to QueryIdProvider parameter (#2887)
  • Add AsyncQueryRequestContext to FlintIndexMetadataService/FlintIndexStateModelService (#2885)
  • Add mvQuery attribute in IndexQueryDetails (#2951)
  • Add AsyncQueryRequestContext to update/get in StatementStorageService (#2953)
  • Extract validation logic from FlintIndexMetadataServiceImpl (#2954)