Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 2.25 KB

CHANGELOG.md

File metadata and controls

44 lines (29 loc) · 2.25 KB

CHANGELOG

Inspired from Keep a Changelog

Dependencies

  • Bumps github.com/aws/aws-sdk-go from 1.44.263 to 1.46.2
  • Bumps github.com/aws/aws-sdk-go-v2 from 1.18.0 to 1.21.1
  • Bumps github.com/aws/aws-sdk-go-v2/config from 1.18.25 to 1.19.0
  • Bumps github.com/stretchr/testify from 1.8.2 to 1.8.4
  • Bumps golang.org/x/net from 0.7.0 to 0.17.0
  • Bumps github.com/golangci/golangci-lint-action from 1.53.3 to 1.54.2

Added

  • Adds Err() function to Response for detailed errors (#246)
  • Adds golangci-lint as code analysis tool (#313)
  • Adds govulncheck to check for go vulnerablities (#405)

Changed

  • Removes the need for double error checking (#246)
  • Updated and adjusted golangci-lint, solve linting complains for signer (#352)
  • Solve linting complains for opensearchtransport (#353)
  • Updated Developer guide to include docker build instructions (#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)
  • Makefile: use docker golangci-lint, run integration test on . folder, change coverage generation (#392)

Deprecated

  • Deprecate legacy API /_template (#390)

Removed

Fixed

  • Corrects AWSv4 signature on DataStream Stats with no index name specified (#338)
  • Fixed GetSourceRequest Source field and deprecated the Source parameter (#402)

Security