1
- ## Version 2.19 .0.0 Release Notes
1
+ ## Version 3.0 .0.0-alpha1 Release Notes
2
2
3
3
Compatible with OpenSearch 3.0.0.0-alpha1
4
+ ### Features
5
+ - Add fine-grained error handling ([ #598 ] ( https://github.com/opensearch-project/dashboards-flow-framework/pull/598 ) )
6
+ - Change ingestion input to JSON lines format ([ #639 ] ( https://github.com/opensearch-project/dashboards-flow-framework/pull/639 ) )
4
7
5
8
### Enhancements
6
9
- Integrate legacy presets with quick-configure fields ([ #602 ] ( https://github.com/opensearch-project/dashboards-flow-framework/pull/602 ) )
@@ -10,22 +13,23 @@ Compatible with OpenSearch 3.0.0.0-alpha1
10
13
- Added popover to display links to suggested models ([ #625 ] ( https://github.com/opensearch-project/dashboards-flow-framework/pull/625 ) )
11
14
- Implicitly update input maps defined on non-expanded queries (common cases) ([ #632 ] ( https://github.com/opensearch-project/dashboards-flow-framework/pull/632 ) )
12
15
- Show interim JSON provision flow even if provisioned ([ #633 ] ( https://github.com/opensearch-project/dashboards-flow-framework/pull/633 ) )
13
- - Change ingestion input to JSON lines format ([ #639 ] ( https://github.com/opensearch-project/dashboards-flow-framework/pull/639 ) )
14
16
- Add functional buttons in form headers, fix query parse bug ([ #649 ] ( https://github.com/opensearch-project/dashboards-flow-framework/pull/649 ) )
15
17
- Block simulate API calls if datasource version is missing ([ #657 ] ( https://github.com/opensearch-project/dashboards-flow-framework/pull/657 ) )
16
18
- Update default queries, update quick config fields, misc updates ([ #660 ] ( https://github.com/opensearch-project/dashboards-flow-framework/pull/660 ) )
17
19
- Update visible plugin name to 'AI Search Flows' ([ #662 ] ( https://github.com/opensearch-project/dashboards-flow-framework/pull/662 ) )
18
20
- Update plugin name and rearrange Try AI Search Flows card ([ #664 ] ( https://github.com/opensearch-project/dashboards-flow-framework/pull/664 ) )
21
+
19
22
### Bug Fixes
20
- - Add fine-grained error handling ([ #598 ] ( https://github.com/opensearch-project/dashboards-flow-framework/pull/598 ) )
21
23
- Fix error that local cluster cannot get version ([ #606 ] ( https://github.com/opensearch-project/dashboards-flow-framework/pull/606 ) )
22
24
- UX fit-n-finish updates XI ([ #613 ] ( https://github.com/opensearch-project/dashboards-flow-framework/pull/613 ) )
23
25
- UX fit-n-finish updates XII ([ #618 ] ( https://github.com/opensearch-project/dashboards-flow-framework/pull/618 ) )
24
26
- Bug fixes XIII ([ #630 ] ( https://github.com/opensearch-project/dashboards-flow-framework/pull/630 ) )
25
27
- Various bug fixes & improvements ([ #644 ] ( https://github.com/opensearch-project/dashboards-flow-framework/pull/644 ) )
26
28
- Fixed bug related to Search Index in Local Cluster scenario ([ #654 ] ( https://github.com/opensearch-project/dashboards-flow-framework/pull/654 ) )
29
+
27
30
### Maintenance
28
31
- Support 2.17 BWC with latest backend integrations ([ #612 ] ( https://github.com/opensearch-project/dashboards-flow-framework/pull/612 ) )
32
+
29
33
### Refactoring
30
34
- Refactor quick configure components, improve processor error handling ([ #604 ] ( https://github.com/opensearch-project/dashboards-flow-framework/pull/604 ) )
31
35
- Hide search query section when version is less than 2.19 ([ #605 ] ( https://github.com/opensearch-project/dashboards-flow-framework/pull/605 ) )
0 commit comments