diff --git a/CHANGELOG.md b/CHANGELOG.md index 1653b86b1..69e49fc2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Adds `Err()` function to Response for detailed errors ([#246](https://github.com/opensearch-project/opensearch-go/pull/246)) - Adds golangci-lint as code analysis tool ([#313](https://github.com/opensearch-project/opensearch-go/pull/313)) - Adds govulncheck to check for go vulnerablities ([#405](https://github.com/opensearch-project/opensearch-go/pull/405)) +- Adds opensearchapi with new client and function structure ([#???](https://github.com/opensearch-project/opensearch-go/pull/???)) +- Adds integration tests for all opensearchapi functions ([#???](https://github.com/opensearch-project/opensearch-go/pull/???)) ### Changed @@ -27,6 +29,10 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Updated Developer guide to include docker build instructions ([#385](https://github.com/opensearch-project/opensearch-go/pull/385)) - Test against version 2.9.0,2.10.0, run tests in all branches, change intergration tests to wait for OpenSearch to start ([#392](https://github.com/opensearch-project/opensearch-go/pull/392)) - Makefile: use docker golangci-lint, run integration test on `.` folder, change coverage generation ([#392](https://github.com/opensearch-project/opensearch-go/pull/392)) +- golangci-lint: update rules and fail when issues are found ([#???](https://github.com/opensearch-project/opensearch-go/pull/???)) +- go: update to golang version 1.20 ([#???](https://github.com/opensearch-project/opensearch-go/pull/???)) +- guids: updated to work for the new opensearchapi ([#???](https://github.com/opensearch-project/opensearch-go/pull/???)) +- Test adjusted to new opensearchapi functions and structs ([#???](https://github.com/opensearch-project/opensearch-go/pull/???)) ### Deprecated @@ -34,6 +40,9 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Removed +- Removes all old opensearchapi functions ([#???](https://github.com/opensearch-project/opensearch-go/pull/???)) +- Removes /internal/build code and folders ([#???](https://github.com/opensearch-project/opensearch-go/pull/???)) + ### Fixed - Corrects AWSv4 signature on DataStream Stats with no index name specified ([#338](https://github.com/opensearch-project/opensearch-go/pull/338)) @@ -41,4 +50,4 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Security -[Unreleased]: https://github.com/opensearch-project/opensearch-go/compare/v2.3.0...HEAD \ No newline at end of file +[Unreleased]: https://github.com/opensearch-project/opensearch-go/compare/v2.3.0...HEAD