Skip to content

Commit 78f817a

Browse files
junweid62Junwei Dai
and
Junwei Dai
authored
[Backport 2.x] Add Release Notes for 2.19.0 (#1038)
* Add Release Notes for 2.19.0 (#1036) * Add Release Notes for 2.19.0 Signed-off-by: Junwei Dai <[email protected]> * removed the items that were moved. Signed-off-by: Junwei Dai <[email protected]> * spotlessapply Signed-off-by: Junwei Dai <[email protected]> --------- Signed-off-by: Junwei Dai <[email protected]> Co-authored-by: Junwei Dai <[email protected]> * Add Release Notes for 2.19.0 (#1036) * Add Release Notes for 2.19.0 Signed-off-by: Junwei Dai <[email protected]> * removed the items that were moved. Signed-off-by: Junwei Dai <[email protected]> * spotlessapply Signed-off-by: Junwei Dai <[email protected]> --------- Signed-off-by: Junwei Dai <[email protected]> Co-authored-by: Junwei Dai <[email protected]> * add removed changelog item Signed-off-by: Junwei Dai <[email protected]> --------- Signed-off-by: Junwei Dai <[email protected]> Co-authored-by: Junwei Dai <[email protected]>
1 parent e558305 commit 78f817a

File tree

2 files changed

+15
-19
lines changed

2 files changed

+15
-19
lines changed

CHANGELOG.md

+1-19
Original file line numberDiff line numberDiff line change
@@ -18,29 +18,11 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
1818
### Maintenance
1919
### Refactoring
2020

21-
## [Unreleased 2.x](https://github.com/opensearch-project/flow-framework/compare/2.17...2.x)
21+
## [Unreleased 2.x](https://github.com/opensearch-project/flow-framework/compare/2.18...2.x)
2222
### Features
23-
- Add multitenant remote metadata client ([#980](https://github.com/opensearch-project/flow-framework/pull/980))
24-
- Add synchronous execution option to workflow provisioning ([#990](https://github.com/opensearch-project/flow-framework/pull/990))
25-
- Add ApiSpecFetcher for Fetching and Comparing API Specifications ([#651](https://github.com/opensearch-project/flow-framework/issues/651))
26-
- Add optional config field to tool step ([#899](https://github.com/opensearch-project/flow-framework/pull/899))
27-
- Add API Consistency Tests with ML-Common and Set Up Daily GitHub Action Trigger([#908](https://github.com/opensearch-project/flow-framework/issues/908))
28-
2923
### Enhancements
30-
- Incrementally remove resources from workflow state during deprovisioning ([#898](https://github.com/opensearch-project/flow-framework/pull/898))
31-
3224
### Bug Fixes
33-
- Remove useCase and defaultParams field in WorkflowRequest ([#758](https://github.com/opensearch-project/flow-framework/pull/758))
34-
- Fixed Template Update Location and Improved Logger Statements in ReprovisionWorkflowTransportAction ([#918](https://github.com/opensearch-project/flow-framework/pull/918))
35-
- Fix RBAC fetching from workflow state when template is not present ([#998](https://github.com/opensearch-project/flow-framework/pull/998))
36-
3725
### Infrastructure
3826
### Documentation
39-
- Add knowledge base alert agent into sample templates ([#874](https://github.com/opensearch-project/flow-framework/pull/874))
40-
- Add query assist data summary agent into sample templates ([#875](https://github.com/opensearch-project/flow-framework/pull/875))
41-
- Add suggest anomaly detector agent into sample templates ([#944](https://github.com/opensearch-project/flow-framework/pull/944))
42-
4327
### Maintenance
4428
### Refactoring
45-
- Update workflow state without using painless script ([#894](https://github.com/opensearch-project/flow-framework/pull/894))
46-
- Replace String concatenation with Log4j ParameterizedMessage for readability ([#943](https://github.com/opensearch-project/flow-framework/pull/943))
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## Version 2.19.0.0
2+
3+
Compatible with OpenSearch 2.19.0
4+
5+
### Features
6+
- Add multitenant remote metadata client ([#980](https://github.com/opensearch-project/flow-framework/pull/980))
7+
- Add synchronous execution option to workflow provisioning ([#990](https://github.com/opensearch-project/flow-framework/pull/990))
8+
9+
### Bug Fixes
10+
- Remove useCase and defaultParams field in WorkflowRequest ([#758](https://github.com/opensearch-project/flow-framework/pull/758))
11+
- Fix RBAC fetching from workflow state when template is not present ([#998](https://github.com/opensearch-project/flow-framework/pull/998))
12+
13+
### Refactoring
14+
- Replace String concatenation with Log4j ParameterizedMessage for readability ([#943](https://github.com/opensearch-project/flow-framework/pull/943))

0 commit comments

Comments
 (0)