Skip to content

Commit 606f642

Browse files
Added release notes for 1.4.0 (#1398)
* Added release notes for 1.4.0 Signed-off-by: Asif Sohail Mohammed <[email protected]>
1 parent f491e3e commit 606f642

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed
+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
## 2022-05-13 Version 1.4.0
2+
3+
---
4+
5+
### Features
6+
* Support metrics ingestion ([#1154](https://github.com/opensearch-project/data-prepper/pull/1154), [#1271](https://github.com/opensearch-project/data-prepper/pull/1271))
7+
8+
### Enhancements
9+
* Migrate Trace Analytics plugins to Event Model ([#1216](https://github.com/opensearch-project/data-prepper/pull/1216), [#1223](https://github.com/opensearch-project/data-prepper/pull/1223), [#1224](https://github.com/opensearch-project/data-prepper/pull/1224), [#1220](https://github.com/opensearch-project/data-prepper/pull/1220), [#1237](https://github.com/opensearch-project/data-prepper/pull/1237), [#1241](https://github.com/opensearch-project/data-prepper/pull/1241), [#1239](https://github.com/opensearch-project/data-prepper/pull/1241))
10+
* Support for OpenSearch 2.0 (previously supported versions of OpenSearch and OpenDistro are still supported)
11+
12+
### Infrastructure
13+
* Added needs-documentation label ([#1373](https://github.com/opensearch-project/data-prepper/pull/1373))
14+
* Upload and publish JUnit test reports for some tests ([#1336](https://github.com/opensearch-project/data-prepper/pull/1336))
15+
16+
### Documentation
17+
* Performance tests documentation ([#1309](https://github.com/opensearch-project/data-prepper/pull/1309))
18+
* Added custom metrics in otel-trace-source ([#1246](https://github.com/opensearch-project/data-prepper/pull/1246))
19+
20+
### Maintenance
21+
* Update to use opensearch-java client instead of Rest High Level Client for bulk requests. ([#1381](https://github.com/opensearch-project/data-prepper/pull/1381))
22+
* OpenSearch build files clean-up ([#1315](https://github.com/opensearch-project/data-prepper/pull/1315))
23+
* Set 30 minute timeout to release process GitHub actions ([#1392](https://github.com/opensearch-project/data-prepper/pull/1392))
24+
* Updated Gradle to 7.4.2 ([#1377](https://github.com/opensearch-project/data-prepper/pull/1377))
25+
* Fix file uploads to S3 with Gradle 7 ([#1383](https://github.com/opensearch-project/data-prepper/pull/1383))
26+
* Updated README links ([#1376](https://github.com/opensearch-project/data-prepper/pull/1376))
27+
* Fix link to NOTICE file ([#1268](https://github.com/opensearch-project/data-prepper/pull/1268))
28+
* Run OpenSearch sink integration tests against more versions of OpenDistro ([#1348](https://github.com/opensearch-project/data-prepper/pull/1348))
29+
* Updated Mockito in OpenSearch plugin ([#1339](https://github.com/opensearch-project/data-prepper/pull/1339))
30+
* Removed OpenSearch build-tools gradle plugin from OpenSearch plugin ([#1327](https://github.com/opensearch-project/data-prepper/pull/1327))
31+
* Use complete url for processor READMEs ([#1324](https://github.com/opensearch-project/data-prepper/pull/1324))
32+
33+
### Refactoring
34+
* Made the BulkRetryStrategyTests less reliant on implementation specifics from OpenSearch ([#1346](https://github.com/opensearch-project/data-prepper/pull/1346))
35+
* Decouple OpenSearchSinkIT from OpenSearch Core test cases ([#1325](https://github.com/opensearch-project/data-prepper/pull/1325))
36+
* Use MatcherAssert.assertThat in OpenSearchSinkIT ([#1323](https://github.com/opensearch-project/data-prepper/pull/1323))

0 commit comments

Comments
 (0)