Skip to content

Commit de0cd85

Browse files
committed
[DOCS] Adds Release Notes for 8.7
1 parent 57ca841 commit de0cd85

File tree

3 files changed

+43
-0
lines changed

3 files changed

+43
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
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).*
22

3+
## 8.7.0 Release notes
4+
5+
- 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.
6+
7+
### New APIs
8+
9+
- `health_report` - Returns the health of the cluster.
10+
- `transform.schedule_now_transform` - Schedules now a transform.
11+
12+
### API Changes
13+
14+
- `transform.get_transform_stats` - Adds `timeout` (Time) parameter. Controls the time to wait for the stats.
15+
- `transform.start_transform` - Adds `from` (String) parameter. Restricts the set of transformed entities to those changed after this time.
16+
- `ml.delete_job`, `ml.reset_job` - Add `delete_user_annotations` (Boolean) parameter. Should annotations added by the user be deleted.
17+
- `ml.clear_trained_model_deployment_cache`, `ml.infer_trained_model`, `ml.put_trained_model_definition_part`, `ml.put_trained_model_vocabulary`, `ml.start_trained_model_deployment`, `ml.stop_trained_model_deployment` - These APIs are no longer in Beta.
18+
319
## 8.6.0 Release notes
420

521
- 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**.

docs/release_notes/87.asciidoc

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
[[release_notes_87]]
2+
=== 8.7 Release notes
3+
4+
[discrete]
5+
[[release_notes_870]]
6+
=== 8.7.0 Release notes
7+
8+
- 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.
9+
10+
[discrete]
11+
==== API
12+
13+
[discrete]
14+
===== New APIs
15+
16+
- `health_report` - Returns the health of the cluster.
17+
- `transform.schedule_now_transform` - Schedules now a transform.
18+
19+
[discrete]
20+
===== API Changes
21+
22+
- `transform.get_transform_stats` - Adds `timeout` (Time) parameter. Controls the time to wait for the stats.
23+
- `transform.start_transform` - Adds `from` (String) parameter. Restricts the set of transformed entities to those changed after this time.
24+
- `ml.delete_job`, `ml.reset_job` - Add `delete_user_annotations` (Boolean) parameter. Should annotations added by the user be deleted.
25+
- `ml.clear_trained_model_deployment_cache`, `ml.infer_trained_model`, `ml.put_trained_model_definition_part`, `ml.put_trained_model_vocabulary`, `ml.start_trained_model_deployment`, `ml.stop_trained_model_deployment` - These APIs are no longer in Beta.

docs/release_notes/index.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
[discrete]
55
=== 8.x
6+
* <<release_notes_87, 8.7 Release Notes>>
67
* <<release_notes_86, 8.6 Release Notes>>
78
* <<release_notes_85, 8.5 Release Notes>>
89
* <<release_notes_84, 8.4 Release Notes>>
@@ -28,6 +29,7 @@
2829
* <<release_notes_75, 7.5 Release Notes>>
2930
* <<release_notes_70, 7.0 Release Notes>>
3031

32+
include::87.asciidoc[]
3133
include::86.asciidoc[]
3234
include::85.asciidoc[]
3335
include::84.asciidoc[]

0 commit comments

Comments
 (0)