Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin authored Apr 9, 2024
1 parent 300e738 commit 237b602
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions docs/guide/release-notes.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
[[release-notes]]
== Release notes

=== 0.2.0.20231031

* 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])
* Added the Inference APIs (https://github.com/elastic/elasticsearch-serverless-python/pull/33[#33])
* Remove APIs that do not exist on serverless (https://github.com/elastic/elasticsearch-serverless-python/pull/31[#31])
* Set ``Elastic-Api-Version`` header (https://github.com/elastic/elasticsearch-serverless-python/pull/26[#26])
* Switched to``Accept: application/json`` (https://github.com/elastic/elasticsearch-serverless-python/pull/27[#27])
* Fixed elastic-transport-python dependency version (https://github.com/elastic/elasticsearch-serverless-python/pull/24[#24], contributed by https://github.com/crispybacon[@crispybacon])

=== 0.1.0.20231031

Initial release
2 changes: 1 addition & 1 deletion elasticsearch_serverless/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# specific language governing permissions and limitations
# under the License.

__versionstr__ = "0.1.0.20231031"
__versionstr__ = "0.2.0.20231031"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "elasticsearch-serverless"
version = "0.1.0.20231031"
version = "0.2.0.20231031"
description = "Python client for Elasticsearch Serverless"
readme = "README.rst"
license = "Apache-2.0"
Expand Down

0 comments on commit 237b602

Please sign in to comment.