Skip to content

Commit 4c16a87

Browse files
author
Junwei Dai
committed
Add release note for 3.1.0
Signed-off-by: Junwei Dai <junweid@amazon.com> (cherry picked from commit a99b814)
1 parent deb02e7 commit 4c16a87

2 files changed

Lines changed: 17 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
66
## [Unreleased 3.1](https://github.com/opensearch-project/flow-framework/compare/3.0...HEAD)
77
### Features
88
### Enhancements
9-
- Make thread pool sizes configurable ([#1139](https://github.com/opensearch-project/flow-framework/issues/1139))
10-
119
### Bug Fixes
12-
- Fixing llm field processing in RegisterAgentStep ([#1151](https://github.com/opensearch-project/flow-framework/pull/1151))
13-
- Include exception type in WorkflowState error field even if no cause ([#1154](https://github.com/opensearch-project/flow-framework/pull/1154))
14-
- Pass llm spec params to builder ([#1155](https://github.com/opensearch-project/flow-framework/pull/1155))
15-
1610
### Infrastructure
17-
- Conditionally include ddb-client dependency only if env variable set ([#1141](https://github.com/opensearch-project/flow-framework/issues/1141))
18-
1911
### Documentation
20-
- Feat: add data summary with log pattern agent template ([#1137](https://github.com/opensearch-project/flow-framework/pull/1137))
2112
### Maintenance
2213
### Refactoring
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## Version 3.1.0 Release Notes
2+
3+
Compatible with OpenSearch 3.1.0
4+
5+
### Enhancements
6+
- Make thread pool sizes configurable ([#1139](https://github.com/opensearch-project/flow-framework/issues/1139))
7+
8+
### Bug Fixes
9+
- Fixing llm field processing in RegisterAgentStep ([#1151](https://github.com/opensearch-project/flow-framework/pull/1151))
10+
- Include exception type in WorkflowState error field even if no cause ([#1154](https://github.com/opensearch-project/flow-framework/pull/1154))
11+
- Pass llm spec params to builder ([#1155](https://github.com/opensearch-project/flow-framework/pull/1155))
12+
13+
### Infrastructure
14+
- Conditionally include ddb-client dependency only if env variable set ([#1141](https://github.com/opensearch-project/flow-framework/issues/1141))
15+
16+
### Documentation
17+
- Feat: add data summary with log pattern agent template ([#1137](https://github.com/opensearch-project/flow-framework/pull/1137))

0 commit comments

Comments
 (0)