Skip to content

Version 1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Dec 19:51

Version 1.2.0 Release Notes

Compatible with OpenSearch 1.2.0

Features

  • Support AWS IAM authentication (#68)

Enhancements

  • Make default "target_bulk_bytes" below AWS limit, but make it configurable (#71)
  • Add basic_auth authentication (#75)
  • Add optional parameters required for authentication inside auth_type (#84)

Infrastructure

  • Add unit tests for AWS IAM authentication (#77)
  • Add DCO check to workflow (#87)
  • Update docker build script (#88)
  • Parameterize docker hub repository name (#90)
  • Update copyright license header (#92)
  • Add support for code owners to repo (#93)
  • Update version on main to 1.2.0 (#97)
  • Run integration tests against the latest version (#99)
  • Add signing key path to gemspec (#101)
  • Add dependency to opensearch-ruby (#104)

Documentation

  • Fix documentation bug in README (#78)
  • Comment docs (#81)