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
20 changes: 20 additions & 0 deletions release-notes/opensearch-skills.release-notes-3.2.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## Version 3.2.0 Release Notes

Compatible with OpenSearch and OpenSearch Dashboards version 3.2.0

### Features
* Support dynamic tool in agent framework ([#606](https://github.com/opensearch-project/skills/pull/606))

### Enhancements
* Merge index schema meta ([#596](https://github.com/opensearch-project/skills/pull/596))

### Bug Fixes
* Fix attributes handling in dynamic tool ([#607](https://github.com/opensearch-project/skills/pull/607))
* Mask error message in PPLTool ([#609](https://github.com/opensearch-project/skills/pull/609))

### Infrastructure
* Update the maven snapshot publish endpoint and credential ([#601](https://github.com/opensearch-project/skills/pull/601))
* Gradle and Lombok bump, changing CI java to 24 and adjusting AD getConfigRequest ([#615](https://github.com/opensearch-project/skills/pull/615))

### Maintenance
* [AUTO] Increment version to 3.2.0-SNAPSHOT ([#605](https://github.com/opensearch-project/skills/pull/605))
Loading