Skip to content

Commit

Permalink
changelog: add changes
Browse files Browse the repository at this point in the history
Signed-off-by: Jakob Hahn <jakob.hahn@hetzner.com>
  • Loading branch information
Jakob3xD committed Nov 9, 2023
1 parent 09c2ebb commit db259a5
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -27,18 +29,25 @@ 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

- Deprecate legacy API /_template ([#390](https://github.com/opensearch-project/opensearch-go/pull/390))

### 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))
- Fixed GetSourceRequest `Source` field and deprecated the `Source` parameter ([#402](https://github.com/opensearch-project/opensearch-go/pull/402))

### Security

[Unreleased]: https://github.com/opensearch-project/opensearch-go/compare/v2.3.0...HEAD
[Unreleased]: https://github.com/opensearch-project/opensearch-go/compare/v2.3.0...HEAD

0 comments on commit db259a5

Please sign in to comment.