Skip to content

Latest commit

 

History

History
49 lines (41 loc) · 1.44 KB

CHANGELOG.md

File metadata and controls

49 lines (41 loc) · 1.44 KB

CHANGELOG

Inspired from Keep a Changelog

Unreleased

Added

Changed

  • Made CI workflows compatible with OS 2.12 and later. (#40)

Deprecated

Removed

Fixed

Security

  • Upgraded rubocop-rspec to the latest 2.x version to resolve CVE in its rexml dependency (#42)

1.2.1

Added

Changed

  • Add compatibility with Ruby 2.4 (#21)

Deprecated

Removed

Fixed

  • Pass exact signed body to perform_request to prevent Sigv4 mismatch (#24)

Security


1.2.0

Added

  • Ability to printout Sigv4 Signature for debugging (#149)

Changed

Deprecated

Removed

Fixed

Security


1.1.0

Added

  • Added support for Amazon OpenSearch Serverless (#131)

Fixed

  • Sign validation requests when using AWS Sigv4 (#134)

Security


1.0.0

Added

  • Added OpenSearch::AWS::Sigv4Client (#110)