Skip to content

Commit 3849f4c

Browse files
committed
Bumps version to 0.3.0 and updates CHANGELOG
1 parent c9766ac commit 3849f4c

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 0.3.0
4+
5+
### Client
6+
7+
* Updates elastic-transport version dependency to `~> 8.3`.
8+
* Adds native support for OpenTelemetry. See [Using OpenTelemetry](https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/current/opentelemetry.html).
9+
10+
### Changes in APIs:
11+
12+
* Adds connector APIs: `check_in`, `delete`, `get`, `list`, `post`, `put`, `sync_job_cancel`, `sync_job_delete`, `sync_job_get`, `sync_job_list`, `sync_job_post`, `update_active_filtering`, `update_api_key_id`, `update_configuration`, `update_error`, `update_filtering`, `update_filtering_validation`, `update_index_name`, `update_name`, `update_native`, `update_pipeline`, `update_scheduling`, `update_service_type`, `update_status`.
13+
* Updates termvectors APIs, adds deprecation notice for `termvector`, please use the plural version `termvectors` instead.
14+
* Updates source code documentation for all APIs. Check [rubydoc](https://rubydoc.info/gems/elasticsearch-serverless/) for the API reference, or run `yardoc` in the root of the project if you've checked out the code. The API reference documentation will be generated in the `doc` folder.
15+
316
## 0.2.0
417

518
### Client

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.2.0'.freeze
20+
CLIENT_VERSION = '0.3.0'.freeze
2121
VERSION = CLIENT_VERSION
2222
end

0 commit comments

Comments
 (0)