Skip to content

Latest commit

 

History

History
54 lines (47 loc) · 3.11 KB

CHANGELOG.md

File metadata and controls

54 lines (47 loc) · 3.11 KB

CHANGELOG

Inspired from Keep a Changelog

[Unreleased]

Added

Changed

Deprecated

Removed

Fixed

Security

[3.3.0]

Changed

  • Bump GitHub Actions (#248)

Fixed

  • Fixed variable name in OpenSearch::Client#respond_to_missing? (#247)

Security

[3.2.0]

Added

  • Added support for Ruby 3.3 (#220)
  • Added search_pipeline parameter to search API (#227)

Changed

  • Pass in an initial admin password, required by security after 2.12.0 release (#217)

Removed

  • Removed dependency on the base64 gem (#221)
  • Removed logging of hosts in transport base (#227)
  • Remove duplicated delete_by_query_rethrottle to prevent a Ruby warning (#230)

Fixed

  • Switch back to the latest OpenSearch version when testing in CI (#219)
  • Don't emit Ruby warnings when requiring opensearch-dsl (#231)
  • Fix release workflow (#232)

[3.1.0]

Added

  • Added http.get, http.post, http.patch, http.put, http.trace, http.head, http.options, http.connect, and http.delete (#211)
  • Added a guide and a sample for http namespace (#211)

Fixed

  • Fixed the response body being force-encoded when it was already in UTF-8 (#212)

[3.0.1]

Fixed

  • Fixed missing version require #205 (#206)

[3.0.0]

Added

  • Added remote_store.restore action (#176)
  • Added API Generator (#139)
  • Added Security API through API Generator (#179)

Changed

  • Merged opensearch-transport, opensearch-api, and opensearch-dsl into opensearch-ruby (#133)
  • Bumped mocha gem from 1.x.x to 2.x.x (#178)
  • Temporarily downgraded OS version in mainworkflow fromlatestto2.8.0to avoid2.9.0` breaking changes (#178)