Skip to content

Commit d7bee3f

Browse files
committed
Bumps version to 0.5.0 and updates CHANGELOG
1 parent b007f70 commit d7bee3f

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

CHANGELOG.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,37 @@
11
# Changelog
22

3+
## 0.5.0
4+
5+
### Client
6+
7+
- Removed Ruby 3.0 from testing matrix, it's been end of life for over 6 months.
8+
9+
### Changes in APIs:
10+
11+
The following APIs have been removed as they're not available on Serverless:
12+
* `enrich.stats`
13+
* `indices.delete_data_lifecycle`
14+
15+
Changes in `scroll` APIs, the parameter `scroll_id` has been removed as it's been deprecated, it should be sent via the body:
16+
* `clear_scroll`
17+
* `scroll`
18+
19+
Update `indices.put_data_lifecycle` - body (lifecycle) is a required argument.
20+
21+
Added the following APIs:
22+
* `machine_learning.infer_trained_model`
23+
* `query_rules.test`
24+
* `security.delete_role.rb`
25+
* `security.get_builtin_privileges.rb`
26+
* `security.get_role.rb`
27+
* `security.put_role.rb`
28+
* `tasks.get`
29+
330
## 0.4.0
431

532
### Changes in APIs:
633

7-
The following APIs API have been removed as they are not supported at the moment:
34+
The following APIs have been removed as they are not supported at the moment:
835
* `esql.query`
936
* `indices.data_streams_stats`
1037

lib/elasticsearch-serverless/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717

1818
module ElasticsearchServerless
1919
API_VERSION = '2023-10-31'.freeze
20-
CLIENT_VERSION = '0.4.0'.freeze
20+
CLIENT_VERSION = '0.5.0'.freeze
2121
VERSION = CLIENT_VERSION
2222
end

0 commit comments

Comments
 (0)