Skip to content

Commit

Permalink
Remove duplicate delete_by_query_rethrottle method definition (#236)
Browse files Browse the repository at this point in the history
Closes #230

Signed-off-by: Earlopain <[email protected]>
  • Loading branch information
Earlopain authored Apr 10, 2024
1 parent 287baf6 commit ab7dbb2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 55 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Fixed
- Don't emit Ruby warnings when requiring `opensearch-dsl` ([#231](https://github.com/opensearch-project/opensearch-ruby/issues/231))
- Fix release workflow ([#232](https://github.com/opensearch-project/opensearch-ruby/issues/232))
- Remove duplicated `delete_by_query_rethrottle` to prevent a Ruby warning ([#230](https://github.com/opensearch-project/opensearch-ruby/issues/230))
### Security

## [3.2.0]
Expand Down
55 changes: 0 additions & 55 deletions lib/opensearch/api/actions/delete_by_rethrottle.rb

This file was deleted.

0 comments on commit ab7dbb2

Please sign in to comment.