Skip to content

[AUTO] Incremented version to 3.3.3.#672

Open
opensearch-trigger-bot[bot] wants to merge 20 commits into
3.3from
create-pull-request/patch
Open

[AUTO] Incremented version to 3.3.3.#672
opensearch-trigger-bot[bot] wants to merge 20 commits into
3.3from
create-pull-request/patch

Conversation

@opensearch-trigger-bot
Copy link
Copy Markdown
Contributor

I've noticed that a new tag 3.3.2.0 was pushed, and incremented the version from 3.3.2 to 3.3.3.

opensearch-ci-bot and others added 7 commits October 7, 2025 15:54
Signed-off-by: opensearch-ci <opensearch-infra@amazon.com>
* Fix issue in WebSearchTool

Signed-off-by: zane-neo <zaniu@amazon.com>

* Optimize code

Signed-off-by: zane-neo <zaniu@amazon.com>

* Fix build error

Signed-off-by: zane-neo <zaniu@amazon.com>

* Fix CVE

Signed-off-by: zane-neo <zaniu@amazon.com>

* remove unused file

Signed-off-by: zane-neo <zaniu@amazon.com>

* Fix failure ITs

Signed-off-by: zane-neo <zaniu@amazon.com>

---------

Signed-off-by: zane-neo <zaniu@amazon.com>
Signed-off-by: zane-neo <zaniu@amazon.com>
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
* fix regex bypass issue

Signed-off-by: zane-neo <zaniu@amazon.com>

* change websearch tool as dependency changed

Signed-off-by: zane-neo <zaniu@amazon.com>

* increment to patch version

Signed-off-by: zane-neo <zaniu@amazon.com>

---------

Signed-off-by: zane-neo <zaniu@amazon.com>
* Add release notes for 3.3.2

Signed-off-by: opensearch-ci <opensearch-infra@amazon.com>

* Add release notes for 3.3.2

Signed-off-by: opensearch-ci <opensearch-infra@amazon.com>

* Remove redundant sections from release notes

Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>

* Update compatibility information for version 3.3.2

Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>

---------

Signed-off-by: opensearch-ci <opensearch-infra@amazon.com>
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
Co-authored-by: Peter Zhu <zhujiaxi@amazon.com>
Signed-off-by: mend-for-github-com[bot] <mend-for-github-com[bot]@users.noreply.github.com>
Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com>
Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
Co-authored-by: opensearch-ci-bot <opensearch-infra@amazon.com>
zane-neo and others added 2 commits December 2, 2025 13:23
* Gradle 9.2.0 and GitHub Actions JDK 25 Upgrade

Signed-off-by: zane-neo <zaniu@amazon.com>

* upgrade opensearch version to 3.4.0 to fix forbiddenApiMain ifailure

Signed-off-by: zane-neo <zaniu@amazon.com>

* fix build error

Signed-off-by: zane-neo <zaniu@amazon.com>

---------

Signed-off-by: zane-neo <zaniu@amazon.com>
Signed-off-by: Hailong Cui <ihailong@amazon.com>
@opensearch-trigger-bot opensearch-trigger-bot Bot force-pushed the create-pull-request/patch branch from 87c557e to 1c060d7 Compare December 17, 2025 07:57
opensearch-trigger-bot Bot and others added 2 commits January 22, 2026 13:52
* Increment version to 3.5.0-SNAPSHOT

Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>

* fix jackson version

Signed-off-by: Hailong Cui <ihailong@amazon.com>

---------

Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
Signed-off-by: Hailong Cui <ihailong@amazon.com>
Co-authored-by: opensearch-ci-bot <opensearch-infra@amazon.com>
Co-authored-by: Hailong Cui <ihailong@amazon.com>
Signed-off-by: Hailong Cui <ihailong@amazon.com>
@opensearch-trigger-bot opensearch-trigger-bot Bot force-pushed the create-pull-request/patch branch from 1c060d7 to ea7c72e Compare February 10, 2026 23:46
xluo-aws and others added 3 commits February 27, 2026 11:21
* feat: Add MetricChangeAnalysisTool for metric change detection

- Add MetricChangeAnalysisTool to analyze metric changes via percentile comparison
  * Analyzes P25, P50, P75, P90 percentiles between baseline and selection periods
  * Ranks fields by relative change score to identify significant changes
  * Uses variance calculation based on relative changes (scale-independent)
  * Requires both baseline and selection periods for comparison
  * Configurable topN parameter (default: 5) to return top N fields

- Extract DataFetchingHelper utility for code reuse
  * Shared data fetching logic between DataDistributionTool and MetricChangeAnalysisTool
  * Handles field type detection, query building, and data retrieval
  * Reduces code duplication by ~250 lines

- Refactor DataDistributionTool to use shared helper
  * Removed duplicate AnalysisParameters class
  * Uses DataFetchingHelper.AnalysisParameters instead
  * Delegated data fetching to DataFetchingHelper
  * All existing functionality preserved and tests passing

- Add comprehensive test coverage
  * 16 unit tests for MetricChangeAnalysisTool (including topN validation)
  * All DataDistributionTool tests still passing (97/97)
  * Full test suite: BUILD SUCCESSFUL

Breaking Change: This is a new tool, no breaking changes to existing functionality.

Test Results: All tests passing (16 unit + 97 DataDistribution tests)

Signed-off-by: Xuesong Luo <lxuesong@amazon.com>

* fix integration test and remove unused methods

Signed-off-by: Hailong Cui <ihailong@amazon.com>

* enable MetricChangeAnalysisTool

Signed-off-by: Hailong Cui <ihailong@amazon.com>

* update tool description

Signed-off-by: Hailong Cui <ihailong@amazon.com>

* update tool description and remove P25/P75

Signed-off-by: Hailong Cui <ihailong@amazon.com>

* add back size validation

Signed-off-by: Hailong Cui <ihailong@amazon.com>

---------

Signed-off-by: Xuesong Luo <lxuesong@amazon.com>
Signed-off-by: Hailong Cui <ihailong@amazon.com>
Co-authored-by: Hailong Cui <ihailong@amazon.com>
spotlesApply



update tool description to be more clear

Signed-off-by: Hailong Cui <ihailong@amazon.com>
@opensearch-trigger-bot opensearch-trigger-bot Bot force-pushed the create-pull-request/patch branch from ea7c72e to 54d7b81 Compare March 13, 2026 18:29
Hailong-am and others added 5 commits March 20, 2026 11:49
* add filter for LogPatternAnalysisTool

Signed-off-by: Hailong Cui <ihailong@amazon.com>

remove filter for trace analysis

Signed-off-by: Hailong Cui <ihailong@amazon.com>

spotlessApply

Signed-off-by: Hailong Cui <ihailong@amazon.com>

* use fields command to narrow down queery fields

Signed-off-by: Hailong Cui <ihailong@amazon.com>

* limit the size of log insight analysis

Signed-off-by: Hailong Cui <ihailong@amazon.com>

* fix wrong log order

Signed-off-by: Hailong Cui <ihailong@amazon.com>

---------

Signed-off-by: Hailong Cui <ihailong@amazon.com>
Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
Co-authored-by: opensearch-ci-bot <opensearch-infra@amazon.com>
… to v3.5.8 (#713) (#717)

(cherry picked from commit 89351f0)

Signed-off-by: mend-for-github-com[bot] <mend-for-github-com[bot]@users.noreply.github.com>
Signed-off-by: Daniel Widdis <widdis@gmail.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com>
* Add release notes for 3.6.0

Signed-off-by: opensearch-ci <opensearch-infra@amazon.com>

* Add release notes for 3.6.0

Signed-off-by: opensearch-ci <opensearch-infra@amazon.com>

---------

Signed-off-by: opensearch-ci <opensearch-infra@amazon.com>
Signed-off-by: GitHub <noreply@github.com>
@opensearch-trigger-bot opensearch-trigger-bot Bot force-pushed the create-pull-request/patch branch from 54d7b81 to 770da34 Compare April 7, 2026 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants