Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,19 @@ All notable changes to this project are documented in this file.

Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)

## [Unreleased 3.0](https://github.com/opensearch-project/anomaly-detection/compare/2.x...HEAD)
## [Unreleased 3.x](https://github.com/opensearch-project/anomaly-detection/compare/3.0...HEAD)
### Features
### Enhancements
### Bug Fixes
### Infrastructure
- Add AWS SAM template for WAF log analysis and anomaly detection ([#1460](https://github.com/opensearch-project/anomaly-detection/pull/1460))

### Documentation
### Maintenance
### Refactoring

## [Unreleased 2.x](https://github.com/opensearch-project/anomaly-detection/compare/2.19...2.x)
### Features

### Enhancements
- Github workflow for changelog verification ([#1413](https://github.com/opensearch-project/anomaly-detection/pull/1413))
### Bug Fixes
- Distinguish local cluster when local name is same as remote ([#1446](https://github.com/opensearch-project/anomaly-detection/pull/1446))
### Infrastructure
### Documentation
### Maintenance
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## Version 3.0.0.0 Release Notes

Compatible with OpenSearch 3.0.0

### Enhancements
- Use testclusters when testing with security ([#1414](https://github.com/opensearch-project/anomaly-detection/pull/1414))
- Add AWS SAM template for WAF log analysis and anomaly detection ([#1460](https://github.com/opensearch-project/anomaly-detection/pull/1460))

### Bug Fixes
- Distinguish local cluster when local name is same as remote ([#1446](https://github.com/opensearch-project/anomaly-detection/pull/1446))

### Infrastructure
- Adding dual cluster arg to gradle run ([#1441](https://github.com/opensearch-project/anomaly-detection/pull/1441))
- Fix build due to phasing off SecurityManager usage in favor of Java Agent ([#1450](https://github.com/opensearch-project/anomaly-detection/pull/1450))
- Using java-agent gradle plugin to phase off Security Manager in favor of Java-agent ([#1454](https://github.com/opensearch-project/anomaly-detection/pull/1454))
- Add integtest.sh to specifically run integTestRemote task ([#1456](https://github.com/opensearch-project/anomaly-detection/pull/1456))

### Maintenance
- Fix breaking changes for 3.0.0 release ([#1424](https://github.com/opensearch-project/anomaly-detection/pull/1424))

Loading