File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed
elasticsearch-api/lib/elasticsearch/api Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
1
** See the full release notes on the official documentation website: https://www.elastic.co/docs/release-notes/elasticsearch/clients/ruby **
2
2
3
+ # 9.1.1
4
+
5
+ ## Elasticsearch API
6
+
7
+ - Updates source code documentation to latest 9.1 specification.
8
+ - Adds inference.put_amazonsagemaker.
9
+
3
10
# 9.1.0
4
11
5
12
## Gem
Original file line number Diff line number Diff line change 17
17
18
18
module Elasticsearch
19
19
module API
20
- VERSION = '9.1.0 ' . freeze
21
- ES_SPECIFICATION_COMMIT = '93d1b5e58d7f47ac3591df5f085b50f0e472b2eb ' . freeze
20
+ VERSION = '9.1.1 ' . freeze
21
+ ES_SPECIFICATION_COMMIT = '569f8b3768762075a47e5fa16a694b41cbc90a34 ' . freeze
22
22
end
23
23
end
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ Gem::Specification.new do |s|
46
46
s . rdoc_options = [ '--charset=UTF-8' ]
47
47
48
48
s . required_ruby_version = '>= 2.6' # For compatibility with JRuby 9.3
49
- s . add_dependency 'elasticsearch-api' , '9.1.0 '
49
+ s . add_dependency 'elasticsearch-api' , '9.1.1 '
50
50
s . add_dependency 'elastic-transport' , '~> 8.3'
51
51
52
52
s . add_development_dependency 'base64'
Original file line number Diff line number Diff line change 16
16
# under the License.
17
17
18
18
module Elasticsearch
19
- VERSION = '9.1.0 ' . freeze
19
+ VERSION = '9.1.1 ' . freeze
20
20
end
You can’t perform that action at this time.
0 commit comments