Skip to content

Commit

Permalink
[DOCS] Adds 8.7.1 Release Notes
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Apr 27, 2023
1 parent 2e513cb commit a26c6fd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
*To see release notes for the `7.x` branch and older releases, see [CHANGELOG on the 7.17 branch](https://github.com/elastic/elasticsearch-ruby/blob/7.17/CHANGELOG.md).*

## 8.7.1 Release notes

### API Bugfix

- Updates `logstash.get_pipeline`, fixed in the specification `id` is not a required parameter, so removes raising `ArgumentError` when id is not present.

## 8.7.0 Release notes

- Tested versions of Ruby for 8.6.0: Ruby (MRI) 2.7, 3.0, 3.1 and **3.2**. JRuby 9.3 and JRuby 9.4. Ruby 2.7's end of life is coming in a few days, so this'll probably be the last release to test for Ruby 2.7.
Expand Down
10 changes: 10 additions & 0 deletions docs/release_notes/87.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
[[release_notes_87]]
=== 8.7 Release notes

[discrete]
[[release_notes_871]]
=== 8.7.1 Release notes

[discrete]
==== API Bugfix

- Updates `logstash.get_pipeline`, fixed in the specification `id` is not a required parameter, so removes raising `ArgumentError` when id is not present.


[discrete]
[[release_notes_870]]
=== 8.7.0 Release notes
Expand Down

0 comments on commit a26c6fd

Please sign in to comment.