Skip to content
Merged
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## Version 3.2.0 Release Notes

Compatible with OpenSearch and OpenSearch Dashboards version 3.2.0

### Infrastructure
* Upgrade gradle to 8.14 and run CI with JDK 24 ([#1560](https://github.com/opensearch-project/security-analytics/pull/1560))
* Update the maven snapshot publish endpoint and credential ([#1544](https://github.com/opensearch-project/security-analytics/pull/1544))

### Maintenance
* [AUTO] Increment version to 3.2.0-SNAPSHOT ([#1552](https://github.com/opensearch-project/security-analytics/pull/1552))

### Refactoring
* Use instance of LockService instantiated in JobScheduler through Guice ([#1555](https://github.com/opensearch-project/security-analytics/pull/1555))
Loading