Skip to content

Latest commit

 

History

History
1001 lines (646 loc) · 37.5 KB

data-prepper.change-log-1.4.0.md

File metadata and controls

1001 lines (646 loc) · 37.5 KB
  • Fix flaky e2e tests (#1382)

    Asif Sohail Mohammed - Mon, 16 May 2022 14:59:39 -0500

    EAD -> refs/heads/changelog, refs/remotes/upstream/main, refs/remotes/origin/main, refs/remotes/origin/HEAD, refs/heads/main

  • update thirdparty dependency report (#1397)

    Asif Sohail Mohammed - Fri, 13 May 2022 17:32:07 -0500

    Signed-off-by: Asif Sohail Mohammed <[email protected]>

  • Improve OpenSearch sink performance by creating a customer JsonpMapper which avoids re-serializing bulk documents. (#1391)

    David Venable - Fri, 13 May 2022 16:52:17 -0500

    Signed-off-by: David Venable <[email protected]>

  • Sets a 30 minute timeout on each job in the GitHub Actions release process. Sometimes the smoke tests run on and never complete. This should help close those Actions out quickly and automatically. (#1392)

    David Venable - Fri, 13 May 2022 13:12:58 -0500

    Signed-off-by: David Venable <[email protected]>

  • Fix the file uploads to S3 with Gradle 7. This is done by changing the plugin used for uploading the S3. The original plugin is unmaintained and does not support Gradle 7. (#1383)

    David Venable - Fri, 13 May 2022 09:53:12 -0500

    Signed-off-by: David Venable <[email protected]>

  • Migrated Data Prepper to use the opensearch-java client for bulk requests rather than the REST High Level Client. #1347 (#1381)

    David Venable - Fri, 13 May 2022 09:39:42 -0500

    Signed-off-by: David Venable <[email protected]>

  • Updated to Gradle 7 (version 7.4.2) (#1377)

    David Venable - Fri, 6 May 2022 10:50:29 -0500

    Updated to Gradle 7, specifically at 7.4.2 which is the current latest version.

    Signed-off-by: David Venable <[email protected]>

  • Updated README.md links (#1376)

    Steven Bayer - Thu, 5 May 2022 09:19:02 -0500

    Signed-off-by: Steven Bayer <[email protected]>

  • adding needs-documentation label support (#1373)

    Christopher Manning - Tue, 3 May 2022 09:21:39 -0500

    resolves #1326 Signed-off-by: Christopher Manning <[email protected]>

  • Bump spring-test from 5.3.18 to 5.3.19 in /data-prepper-expression (#1369)

    dependabot[bot] - Mon, 2 May 2022 13:41:13 -0500

    Bumps spring-test from 5.3.18 to 5.3.19.

    Commits


    updated-dependencies:

    • dependency-name: org.springframework:spring-test dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Bump spring-core from 5.3.13 to 5.3.19 in /data-prepper-expression (#1368)

    dependabot[bot] - Mon, 2 May 2022 11:55:00 -0500

    Bumps spring-core from 5.3.13 to 5.3.19.

    Commits


    updated-dependencies:

    • dependency-name: org.springframework:spring-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • _Run OpenSearch sink integration tests against more versions of OpenDistro. In order to support this range of versions, the code to wipe indices must use the normal Get Indices API since it has supported the expand_wildcards query parameter longer than the cat/indices API has supported it. (#1348)

    David Venable - Mon, 2 May 2022 09:29:21 -0500

    Signed-off-by: David Venable <[email protected]>

  • Bump antlr4 from 4.9.2 to 4.9.3 in /data-prepper-expression (#1289)

    dependabot[bot] - Fri, 29 Apr 2022 16:06:55 -0500

    Bumps antlr4 from 4.9.2 to 4.9.3.


    updated-dependencies:

    • dependency-name: org.antlr:antlr4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Bump kotlin-stdlib in /data-prepper-plugins/mapdb-prepper-state (#1297)

    dependabot[bot] - Fri, 29 Apr 2022 16:03:32 -0500

    Bumps kotlin-stdlib from 1.6.10 to 1.6.20.


    updated-dependencies:

    • dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Bump micrometer-core in /data-prepper-plugins/opensearch (#1317)

    dependabot[bot] - Fri, 29 Apr 2022 16:01:38 -0500

    Bumps micrometer-core from 1.7.5 to 1.8.5.

    Commits


    updated-dependencies:

    • dependency-name: io.micrometer:micrometer-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Bump awaitility in /data-prepper-plugins/otel-trace-raw-processor (#1278)

    dependabot[bot] - Fri, 29 Apr 2022 16:00:47 -0500

    Bumps awaitility from 4.1.1 to 4.2.0.

    Changelog

    Commits


    updated-dependencies:

    • dependency-name: org.awaitility:awaitility dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Bump awaitility in /data-prepper-plugins/otel-trace-raw-prepper (#1252)

    dependabot[bot] - Fri, 29 Apr 2022 15:59:47 -0500

    Bumps awaitility from 4.1.1 to 4.2.0.

    Changelog

    Commits


    updated-dependencies:

    • dependency-name: org.awaitility:awaitility dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Bump awaitility in /data-prepper-plugins/peer-forwarder (#1251)

    dependabot[bot] - Fri, 29 Apr 2022 15:59:12 -0500

    Bumps awaitility from 4.1.1 to 4.2.0.

    Changelog

    Commits


    updated-dependencies:

    • dependency-name: org.awaitility:awaitility dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Upload and publish the JUnit test reports for some tests (#1336)

    David Venable - Fri, 29 Apr 2022 11:58:16 -0500

    Upload and publish the JUnit test reports for the Gradle tests so that it is easier to track down issues. Additionally, build the Gradle GitHub Action for all pushes since this is the core build for the project. Renamed the Gradle build to be more compact and easier to find in the list of runs. Upload and publish JUnit reports for OpenSearch sink integration tests. Updated the Developer Guide with some information on Data Prepper continuous integration, including information on how to find unit test results. Signed-off-by: David Venable <[email protected]>

  • Made the BulkRetryStrategyTests less reliant on implementation specifics from OpenSearch (#1346)

    David Venable - Fri, 29 Apr 2022 10:59:49 -0500

    Updated the BulkRetryStrategyTests to rely less on specific details from the the implementation of the bulk client in OpenSearch. This change works for both OpenSearch 1 and 2. Updated to use JUnit 5 as well, and some other refactoring.

    Signed-off-by: David Venable <[email protected]>

  • Updated Mockito in the opensearch plugin. This fixes some incompatibilities with upcoming versions of OpenSearch. (#1339)

    David Venable - Thu, 28 Apr 2022 14:57:55 -0500

    Signed-off-by: David Venable <[email protected]>

  • Bump slf4j-simple in /data-prepper-logstash-configuration (#1287)

    dependabot[bot] - Tue, 26 Apr 2022 15:45:00 -0500

    Bumps slf4j-simple from 1.7.32 to 1.7.36.


    updated-dependencies:

    • dependency-name: org.slf4j:slf4j-simple dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Bump slf4j-api from 1.7.32 to 1.7.36 (#1121)

    dependabot[bot] - Tue, 26 Apr 2022 15:44:26 -0500

    Bumps slf4j-api from 1.7.32 to 1.7.36.


    updated-dependencies:

    • dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Removed the OpenSearch build-tools Gradle plugin from the OpenSearch plugin (#1327)

    David Venable - Tue, 26 Apr 2022 12:27:06 -0500

    Removed the OpenSearch build-tools Gradle plugin from the OpenSearch plugin's Gradle build. Moved the OpenSearch integration test components into their own source set. Made some Checkstyle fixes now that Checkstyle is running against this plugin. Fixes #593. Include formerly transitive dependencies into the end-to-end tests and Zipkin projects to get the build running again. Signed-off-by: David Venable <[email protected]>

  • Decoupled OpenSearchSinkIT from the OpenSearch Core test cases (#1325)

    David Venable - Mon, 25 Apr 2022 16:29:28 -0500

    Decoupled OpenSearchSinkIT from the OpenSearch core test cases. Added OpenSearchIntegrationHelper to clean up some of the changes to OpenSearchSinkIT. This includes some TODO items for future improvements and consolidation with OpenSearch. Also clean out templates and wait for tasks to complete in between tests. Signed-off-by: David Venable <[email protected]>

  • Use full links for prcoessor READMEs 1.3 (#1324)

    Taylor Gray - Fri, 22 Apr 2022 11:47:06 -0500

    Signed-off-by: Taylor Gray <[email protected]>

  • Use MatcherAssert.assertThat in OpenSearchSinkIT. This reduces methods used from the base class which we will need to eventually remove. (#1323)

    David Venable - Thu, 21 Apr 2022 13:26:26 -0500

    Signed-off-by: David Venable <[email protected]>

  • Documentation of performance test 1.3 (#1309)

    Taylor Gray - Thu, 21 Apr 2022 11:24:47 -0500

    Documentation of performance test 1.3 Signed-off-by: Taylor Gray <[email protected]>

  • Bump spring-test from 5.3.15 to 5.3.18 in /data-prepper-expression (#1288)

    dependabot[bot] - Wed, 20 Apr 2022 10:41:17 -0500

    Bumps spring-test from 5.3.15 to 5.3.18.

    Commits


    updated-dependencies:

    • dependency-name: org.springframework:spring-test dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Bump spring-context from 5.3.15 to 5.3.18 in /data-prepper-expression (#1290)

    dependabot[bot] - Wed, 20 Apr 2022 09:14:46 -0500

    Bumps spring-context from 5.3.15 to 5.3.18.

    Commits


    updated-dependencies:

    • dependency-name: org.springframework:spring-context dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Minor clean-up to build files which load the OpenSearch version. Removed legacy configuration which allowed for configuring the groupId for OpenSearch as it is not needed. (#1315)

    David Venable - Tue, 19 Apr 2022 19:54:36 -0500

    Signed-off-by: David Venable <[email protected]>

  • Updated the Dependabot configuration with some missing projects. (#1276)

    David Venable - Thu, 7 Apr 2022 12:33:49 -0500

    Signed-off-by: David Venable <[email protected]>

  • TST: trace event migration backward compatibility e2e tests (#1264)

    Qi Chen - Thu, 7 Apr 2022 09:31:56 -0500

  • Bump jackson-databind in /data-prepper-plugins/drop-events-processor (#1261)

    dependabot[bot] - Wed, 6 Apr 2022 10:55:07 -0500

    Bumps jackson-databind from 2.13.2 to 2.13.2.2.


    updated-dependencies:

    • dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Bump jackson-databind from 2.13.2 to 2.13.2.2 in /data-prepper-api (#1250)

    dependabot[bot] - Wed, 6 Apr 2022 10:39:55 -0500

    Bumps jackson-databind from 2.13.2 to 2.13.2.2.


    updated-dependencies:

    • dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • OTel Metric fixes (#1271)

    David Venable - Wed, 6 Apr 2022 09:45:45 -0500

    • Fixed the main Data Prepper build by fixing Javadoc errors in OTelMetricsProtoHelper. Signed-off-by: David Venable <[email protected]>

    • Fix the Data Prepper end-to-end tests by using Armeria 1.9.2 in OTel Metrics Raw Processor. Signed-off-by: David Venable <[email protected]>

  • Maintenance: add custom metrics in otel-trace-source README (#1246)

    Qi Chen - Tue, 5 Apr 2022 14:51:45 -0500

  • Support OpenTelemetry Metrics (#1154)

    kmssap - Tue, 5 Apr 2022 14:08:33 -0500

  • fixes link to NOTICE file (#1268)

    Kyle J. Davis - Mon, 4 Apr 2022 14:44:34 -0500

    Signed-off-by: Kyle J. Davis <[email protected]>

  • Bump spring-test from 5.3.16 to 5.3.18 in /data-prepper-core (#1255)

    dependabot[bot] - Mon, 4 Apr 2022 12:00:46 -0500

    Bumps spring-test from 5.3.16 to 5.3.18.

    Commits


    updated-dependencies:

    • dependency-name: org.springframework:spring-test dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Bump spring-context from 5.3.16 to 5.3.18 in /data-prepper-core (#1253)

    dependabot[bot] - Mon, 4 Apr 2022 11:34:52 -0500

    Bumps spring-context from 5.3.16 to 5.3.18.

    Commits


    updated-dependencies:

    • dependency-name: org.springframework:spring-context dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Bump spring-core from 5.3.16 to 5.3.18 in /data-prepper-core (#1256)

    dependabot[bot] - Mon, 4 Apr 2022 11:34:38 -0500

    Bumps spring-core from 5.3.16 to 5.3.18.

    Commits


    updated-dependencies:

    • dependency-name: org.springframework:spring-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Maintenance: peer forwarder from trace event migration branch (#1239)

    Qi Chen - Fri, 1 Apr 2022 09:16:06 -0500

  • Maintenance: add OTelTraceGroupProcessor from trace ingestion migration branch (#1224)

    Qi Chen - Wed, 30 Mar 2022 17:17:54 -0500

  • Maintenance: add OTelTraceRawProcessor from trace ingestion migration branch (#1223)

    Qi Chen - Wed, 30 Mar 2022 15:47:33 -0500

  • Maintenance: adjust otel-trace-source from trace event migration branch (#1241)

    Qi Chen - Mon, 28 Mar 2022 14:28:38 -0500

  • Fix confusion in Log Ingestion Demo Guide where Docker prepends folder to network name (#1242)

    Taylor Gray - Mon, 28 Mar 2022 10:43:16 -0500

    Signed-off-by: Taylor Gray <[email protected]>

  • Maintenance: migrate service map stateful to accept both Event and ExportTraceServiceRequest as record data type (#1237)

    Qi Chen - Mon, 28 Mar 2022 08:59:06 -0500

  • Bump minimist from 1.2.5 to 1.2.6 in /release/staging-resources-cdk (#1244)

    dependabot[bot] - Fri, 25 Mar 2022 19:02:36 -0500

    Bumps minimist from 1.2.5 to 1.2.6.


    updated-dependencies:

    • dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Add an integration test which tests against OpenSearch 1.3.0. (#1232)

    David Venable - Fri, 25 Mar 2022 16:18:54 -0500

    Signed-off-by: David Venable <[email protected]>

  • Remove faker dependency (#1213)

    Steven Bayer - Fri, 25 Mar 2022 16:01:27 -0500

  • Update 1.3 ChangeLog to include backported commits (#1235)

    Taylor Gray - Wed, 23 Mar 2022 17:00:04 -0500

    Update 1.3 ChangeLog to include backported commits Signed-off-by: Taylor Gray <[email protected]>

  • Maintenance: add otel-proto-common from trace ingestion migration branch (#1220)

    Qi Chen - Wed, 23 Mar 2022 14:38:50 -0500

  • Updated 1.3.0 release date to Mar 22. (#1233)

    David Venable - Tue, 22 Mar 2022 12:49:18 -0500

    Signed-off-by: David Venable <[email protected]>

  • Fix bug where a group can be concluded twice in the Aggregate Processor (#1229)

    Taylor Gray - Mon, 21 Mar 2022 14:03:28 -0500

    Signed-off-by: Taylor Gray <[email protected]>

  • Fix incorrect key-value documentation (#1222)

    Taylor Gray - Fri, 18 Mar 2022 16:41:37 -0500

    Signed-off-by: Taylor Gray <[email protected]>

  • Smoke test tar (#1200)

    Steven Bayer - Fri, 18 Mar 2022 09:51:18 -0500

  • MAINT: cherry-pick changes on event model from trace migration branch (#1216)

    Qi Chen - Thu, 17 Mar 2022 19:20:18 -0500

  • Next Data Prepper version: 1.4.0-SNAPSHOT (#1210)

    David Venable - Thu, 17 Mar 2022 16:13:01 -0500

    Signed-off-by: David Venable <[email protected]>

  • Added drop event conditional examples (#1214)

    Steven Bayer - Thu, 17 Mar 2022 14:38:46 -0500

    Signed-off-by: Steven Bayer <[email protected]>

  • Add in clarification sentence (#1208)

    David Powers - Thu, 17 Mar 2022 11:35:04 -0500

  • Fixed broken links (#1205)

    Steven Bayer - Wed, 16 Mar 2022 17:29:30 -0500

    Signed-off-by: Steven Bayer <[email protected]>

  • FIX: remove extra quotes in string literal (#1207)

    Qi Chen - Wed, 16 Mar 2022 16:25:15 -0500

  • Fix checkstyle error (#1203)

    Shivani Shukla - Wed, 16 Mar 2022 15:14:24 -0500

    Signed-off-by: Shivani Shukla <[email protected]>