You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
20
20
- Add vertical scaling and SoftReference for snapshot repository data cache ([#16489](https://github.com/opensearch-project/OpenSearch/pull/16489))
21
21
-[Workload Management] Add Workload Management IT ([#16359](https://github.com/opensearch-project/OpenSearch/pull/16359))
22
22
- Support prefix list for remote repository attributes([#16271](https://github.com/opensearch-project/OpenSearch/pull/16271))
23
+
- Add create rule api logic for rule-based auto tagging ([#17336](https://github.com/opensearch-project/OpenSearch/pull/17336))
23
24
- Add new configuration setting `synonym_analyzer`, to the `synonym` and `synonym_graph` filters, enabling the specification of a custom analyzer for reading the synonym file ([#16488](https://github.com/opensearch-project/OpenSearch/pull/16488)).
24
25
- Add stats for remote publication failure and move download failure stats to remote methods([#16682](https://github.com/opensearch-project/OpenSearch/pull/16682/))
25
26
- Update script supports java.lang.String.sha1() and java.lang.String.sha256() methods ([#16923](https://github.com/opensearch-project/OpenSearch/pull/16923))
Copy file name to clipboardExpand all lines: plugins/workload-management/src/main/java/org/opensearch/plugin/wlm/querygroup/action/CreateQueryGroupAction.java
Copy file name to clipboardExpand all lines: plugins/workload-management/src/main/java/org/opensearch/plugin/wlm/querygroup/action/CreateQueryGroupRequest.java
Copy file name to clipboardExpand all lines: plugins/workload-management/src/main/java/org/opensearch/plugin/wlm/querygroup/action/CreateQueryGroupResponse.java
Copy file name to clipboardExpand all lines: plugins/workload-management/src/main/java/org/opensearch/plugin/wlm/querygroup/action/DeleteQueryGroupAction.java
Copy file name to clipboardExpand all lines: plugins/workload-management/src/main/java/org/opensearch/plugin/wlm/querygroup/action/DeleteQueryGroupRequest.java
Copy file name to clipboardExpand all lines: plugins/workload-management/src/main/java/org/opensearch/plugin/wlm/querygroup/action/GetQueryGroupAction.java
Copy file name to clipboardExpand all lines: plugins/workload-management/src/main/java/org/opensearch/plugin/wlm/querygroup/action/GetQueryGroupRequest.java
0 commit comments