Inspired from Keep a Changelog
- Pass in an initial admin password, required by security after 2.12.0 release (#217)
- 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)
- 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)
- Added
http.get
,http.post
,http.patch
,http.put
,http.trace
,http.head
,http.options
,http.connect
, andhttp.delete
(#211) - Added a guide and a sample for
http
namespace (#211)
- Fixed the response body being force-encoded when it was already in UTF-8 (#212)