Skip to content

Commit 237b602

Browse files
authored
Release 0.2.0
1 parent 300e738 commit 237b602

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

docs/guide/release-notes.asciidoc

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
[[release-notes]]
22
== Release notes
33

4+
=== 0.2.0.20231031
5+
6+
* Allowed unrestricted ``body`` parameter (https://github.com/elastic/elasticsearch-serverless-python/pull/34[#34], see https://github.com/elastic/elasticsearch-py/pull/2383[elasticsearch-py#2383])
7+
* Added the Inference APIs (https://github.com/elastic/elasticsearch-serverless-python/pull/33[#33])
8+
* Remove APIs that do not exist on serverless (https://github.com/elastic/elasticsearch-serverless-python/pull/31[#31])
9+
* Set ``Elastic-Api-Version`` header (https://github.com/elastic/elasticsearch-serverless-python/pull/26[#26])
10+
* Switched to``Accept: application/json`` (https://github.com/elastic/elasticsearch-serverless-python/pull/27[#27])
11+
* Fixed elastic-transport-python dependency version (https://github.com/elastic/elasticsearch-serverless-python/pull/24[#24], contributed by https://github.com/crispybacon[@crispybacon])
12+
413
=== 0.1.0.20231031
514

615
Initial release

elasticsearch_serverless/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
__versionstr__ = "0.1.0.20231031"
18+
__versionstr__ = "0.2.0.20231031"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "elasticsearch-serverless"
7-
version = "0.1.0.20231031"
7+
version = "0.2.0.20231031"
88
description = "Python client for Elasticsearch Serverless"
99
readme = "README.rst"
1010
license = "Apache-2.0"

0 commit comments

Comments
 (0)